Skip to content

Releases: Kong/go-database-reconciler

v1.19.1

24 Jan 09:04
da051e1
Compare
Choose a tag to compare

What's Changed

  • fix: fixed panic issues leading to fake entities passed as custom entities in #178 by @Prashansa-K

Full Changelog: v1.19.0...v1.19.1

v1.19.0

23 Jan 14:53
c296111
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.18.1...v1.19.0

v1.18.1

22 Jan 09:25
1cb04ae
Compare
Choose a tag to compare

What's Changed

  • ci: pin GitHub action deps, delete automerge dependabot, limit permissions on GITHUB_TOKEN. #167 by @pmalek
  • fix: avoid assuming api.konghq in URI and support private link global api endpoint. #165 by @harshadixit12
  • chore: added gw versions 3.8 and 3.9 to test matrix. #161 by @Prashansa-K @pmalek
  • chore(deps): bump k8s.io/code-generator from 0.32.0 to 0.32.1. #164 by @dependabot
  • fix: retaining tags on entities while using select-tags. #156 by @Prashansa-K
  • chore(deps): bump golang.org/x/term from 0.27.0 to 0.28.0. #163 by @dependabot

Full Changelog: v1.18.0...v1.18.1

v1.18.0

15 Jan 07:01
424a1da
Compare
Choose a tag to compare

What's Changed

  • feat: added a NoDeletes function to the Syncer. If the Syncer is configured with noDeletes true, deleteDuplicates and delete operations are skipped entirely in the diff() function in #143 by @rspurgeon @mheap
  • fix: added checks for all conflicting nested configs in plugins. A foreign key nested under a plugin of a different scope would error out. This would make sure that a sync does not go through when wrong configurations are passed via deck. #157 by @Prashansa-K
  • fix: fixing consumer-group related dump config for deck in #159 by @Prashansa-K
  • chore(ci): pin 3rd party actions by hashes in #158 by @randmonkey
  • chore(deps): bump golang.org/x/net from 0.30.0 to 0.33.0 in #162 by @dependabot

Full Changelog: v1.17.0...v1.18.0

v1.17.0

11 Dec 06:39
56ae7c1
Compare
Choose a tag to compare

What's Changed

  • ci: fixed code-gen by @pmalek in #148
  • chore(lint): switched to copyvar linter for Go 1.22+ by @mheap in #150
  • chore(deps): bump k8s.io/code-generator from 0.29.4 to 0.31.0 by @dependabot in #127
  • fix: ensured consumer-group scoped plugins show tags populated by end-users by @Prashansa-K in #151
  • feat: ignoring "konnect-managed" entities with deck by @Prashansa-K in #153

Full Changelog: v1.16.1...v1.17.0

v1.16.1

21 Nov 09:37
ae3de6e
Compare
Choose a tag to compare

What's Changed

  • fix: updating Konnect auth logic to properly handle geo rewrites by @tjasko in #146

New Contributors

Full Changelog: v1.16.0...v1.16.1

v1.16.0

20 Nov 14:29
v1.16.0
e8b77b9
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 by @dependabot in #97
  • fix(diff): clear unmatching deprecated fields by @nowNick in #145

Full Changelog: v1.15.0...v1.16.0

v1.15.0

18 Sep 15:54
01fa2d0
Compare
Choose a tag to compare

What's Changed

  • Add support to default_lookup_tags to pull services and consumer groups not part of the configuration file. by @AntoineJac in #130

Full Changelog: v1.14.7...v1.15.0

v1.14.7

09 Sep 09:47
da91179
Compare
Choose a tag to compare

What's Changed

  • fix: added fix to allow one consumer to be in >1 consumer-groups by @Prashansa-K . #140
  • bump go-kong to 0.59.0 by @samugi #139
  • fix: fill auto fields with nil in the config sent to the CP. The rest of the default values are still not filled in the configuration that is sent out, as they are meant to be filled by the CP itself, but auto fields should not be generated, to ensure the configuration remains truly "declarative". By @samugi #139
  • chore(deps): bump golang.org/x/term from 0.23.0 to 0.24.0 by @dependabot #141

Full Changelog: v1.14.6...v1.14.7

v1.14.6

27 Aug 17:00
e72f4c2
Compare
Choose a tag to compare

What's Changed

  • fix(diff+file): avoid filling defaults in config for kong by @samugi in #133

New Contributors

Full Changelog: v1.14.5...v1.14.6