-
Notifications
You must be signed in to change notification settings - Fork 607
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(plugin) merge statsd-advanced into statsd (#4085)
* feat(plugin) Merge statsd-advanced to statsd * Update app/_hub/kong-inc/statsd/_index.md Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com> * Update app/_hub/kong-inc/statsd/_index.md Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com> * Update app/_hub/kong-inc/statsd/_index.md Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com> * Update app/_hub/kong-inc/statsd/_index.md Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com> * Update app/_hub/kong-inc/statsd/_index.md Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com> * Update app/_hub/kong-inc/statsd/_index.md Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com> * Update app/_hub/kong-inc/statsd/_index.md Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com> * Update app/_hub/kong-inc/statsd/_index.md Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com> * Update app/_hub/kong-inc/statsd/_index.md Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com> * Update app/_hub/kong-inc/statsd/_index.md Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com> * Update app/_hub/kong-inc/statsd/_index.md Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com> * Update app/_hub/kong-inc/statsd/_index.md Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com> * indent to fix failing build * Formatting + grammar * More formatting * single-source the statsd plugin * set compatibility to true for OSS and EE Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com> Co-authored-by: lena.larionova <yelena.larionova@gmail.com>
- Loading branch information
1 parent
1c5ae4e
commit 65d6202
Showing
3 changed files
with
139 additions
and
181 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
- release: 1.0-x | ||
- release: 0.1-x | ||
strategy: gateway | ||
delegate_releases: true | ||
|
||
overrides: | ||
2.8.x: 2.0.x | ||
2.7.x: 2.0.x | ||
2.6.x: 2.0.x | ||
2.5.x: 2.0.x | ||
2.4.x: 2.0.x | ||
2.3.x: 2.0.x | ||
2.2.x: 2.0.x | ||
2.1.x: 2.0.x |