Skip to content

Releases: Kong/go-apiops

v0.1.35

13 Jul 08:57
a5c8c15
Compare
Choose a tag to compare

Changelog

  • a5c8c15 fix(o2k): plugin sort if inso-compat is enabled (#187)

v0.1.34

12 Jul 06:51
95d22e8
Compare
Choose a tag to compare

Changelog

  • 95d22e8 fix(o2k): param-explode default true if form style (#186)
  • b151569 chore(deps): bump golang.org/x/term from 0.21.0 to 0.22.0 (#184)
  • 97125a1 ci: change codecov
  • 87f7094 chore(deps): bump goreleaser/goreleaser-action from 5 to 6 (#178)
  • 6e3ee3d No longer fail CI on coverage-upload failure (#181)
  • 52f2572 chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#180)
  • c8b6d5d chore(deps): bump golang.org/x/term from 0.20.0 to 0.21.0 (#177)
  • 352f089 chore(deps): bump github.com/onsi/ginkgo/v2 from 2.18.0 to 2.19.0 (#176)

v0.1.33

24 May 07:12
f85e616
Compare
Choose a tag to compare

Changelog

  • f85e616 fix(o2k): request-validator support +json suffix for schemas (#175)
  • eec8cf7 chore(deps): bump github.com/onsi/ginkgo/v2 from 2.17.3 to 2.18.0 (#173)
  • cb42b8d chore(deps): bump github.com/go-logr/logr from 1.4.1 to 1.4.2 (#172)
  • 8ffe079 chore(deps): bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (#171)
  • e5671aa chore(deps): bump golangci/golangci-lint-action from 5 to 6 (#170)
  • f5a8f24 chore(deps): bump golang.org/x/term from 0.19.0 to 0.20.0 (#169)
  • 3b62727 chore(deps): bump github.com/onsi/gomega from 1.33.0 to 1.33.1 (#168)
  • 10fad02 chore(deps): bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 (#167)
  • ee8335c chore(deps): bump golangci/golangci-lint-action from 4 to 5 (#166)
  • d4f938d chore(deps): bump github.com/onsi/gomega from 1.32.0 to 1.33.0 (#165)
  • 33df150 chore(deps): bump golang.org/x/term from 0.18.0 to 0.19.0 (#163)

v0.1.32

26 Mar 14:52
497a692
Compare
Choose a tag to compare

Changelog

  • 497a692 fix(o2k): change regex prio to int from uint (#162)
  • 0c28239 chore(deps): bump github.com/onsi/ginkgo/v2 from 2.17.0 to 2.17.1 (#161)
  • 5f78deb chore(deps): bump github.com/onsi/gomega from 1.31.1 to 1.32.0 (#160)
  • a267f57 chore(deps): bump github.com/onsi/ginkgo/v2 from 2.16.0 to 2.17.0 (#159)
  • 05ef8ef chore(deps): bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.16.0 (#156)

v0.1.31

06 Mar 13:33
a7d5222
Compare
Choose a tag to compare

Changelog

  • a7d5222 feat(namespace): add the host based namespace (#157)
  • fb15aca chore(deps): bump golang.org/x/term from 0.17.0 to 0.18.0 (#155)
  • 2fe62bb chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#154)
  • 7e137bb fix(o2k): limit path-param names to 32 chars (#153)
  • b75c976 chore(deps): bump golangci/golangci-lint-action from 3 to 4 (#152)
  • 9c3af22 chore(deps): bump codecov/codecov-action from 3 to 4 (#150)
  • c3b7c1c chore(deps): bump golang.org/x/term from 0.16.0 to 0.17.0 (#151)
  • 837d0bf chore(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0 (#145)
  • 90871df Revert "Doc: Add hint to warning for users of namespace if selectors … (#149)

v0.1.30

24 Jan 19:08
9ab57ae
Compare
Choose a tag to compare

Changelog

  • 9ab57ae Doc: Add hint to warning for users of namespace if selectors empty (#148)

v0.1.29

24 Jan 14:42
2bb192b
Compare
Choose a tag to compare

Changelog

  • 2bb192b feat(namespace): flag for emptyselectors (#147)
  • f1ead32 refactor(types): improve messages when type checking (#146)

v0.1.28

22 Jan 16:35
c8b54f1
Compare
Choose a tag to compare

Changelog

  • c8b54f1 feat(namespace): add namespacing paths (#129)
  • 6a56a12 fix(o2k): use regex_priority in defaults if given (#143)
  • 655646e chore(deps): bump github.com/onsi/gomega from 1.31.0 to 1.31.1 (#142)
  • cc5a8e5 chore(*): update copyright info (#141)
  • 2202b13 chore(nodesets): refactored and added tests (#140)
  • ff8e2ca chore(cli): set up logging generically (#138)
  • f38f736 feat(selectors): add multi-selector object (#137)
  • 83c3ea4 chore(deps): bump github.com/onsi/ginkgo/v2 from 2.14.0 to 2.15.0 (#132)
  • 04d79b9 chore(deps): bump github.com/onsi/gomega from 1.30.0 to 1.31.0 (#133)
  • 8827a9d chore(ci): update go version (#136)
  • fc1eb55 bump go to 1.21.1 (#134)
  • bc4c4bb fix(o2k): escape $ in a path (#131)
  • e2cdd5c chore(deps): bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.14.0 (#130)

v0.1.27

10 Jan 11:36
ec26109
Compare
Choose a tag to compare

Changelog

  • ec26109 chore(deps): bump github.com/spf13/cobra from 1.6.1 to 1.8.0 (#128)
  • 197949e chore(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.4 (#127)
  • a7dd850 chore(refactor): rearrange some code and test files (#114)
  • 6462baa chore(deps): bump github.com/kong/go-slugify from 0.0.0-20231027194833-8e212cc29c16 to 1.0.0 (#122)
  • cc34d41 chore(deps): bump github.com/onsi/ginkgo/v2 from 2.9.2 to 2.13.2 (#126)
  • c9ae6fc chore(deps): bump github.com/onsi/gomega from 1.27.6 to 1.30.0 (#125)
  • c969c80 chore(deps): bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 (#124)
  • de55093 chore(deps): bump golang.org/x/term from 0.13.0 to 0.16.0 (#121)
  • 16e248f chore(deps): bump goreleaser/goreleaser-action from 4 to 5 (#118)
  • 3f4c367 chore(deps): bump github.com/go-logr/logr from 1.2.3 to 1.4.1 (#119)
  • 9c8e629 chore(deps): bump actions/setup-go from 3 to 5 (#117)
  • eaf0a1d chore(deps): bump actions/checkout from 3 to 4 (#116)
  • 6954f97 chore(deps): bump github.com/google/uuid from 1.3.1 to 1.5.0 (#123)
  • 73844c5 chore(ci): copied decK dependabot config (#115)
  • 652aea1 fix(o2k): issuer precedence; x-kong... wins (#113)

v0.1.26

02 Dec 11:19
a21788c
Compare
Choose a tag to compare

Changelog

  • a21788c chore(tests): cleanup some test files (#112)
  • 73b1271 fix(o2k): create leaner config by using service level oidc (#111)
  • 1ee0c32 chore(filebasics): inform user if reading from stdin (#110)