Skip to content

Releases: Kong/go-database-reconciler

v1.20.3

11 Feb 11:06
a56a005
Compare
Choose a tag to compare

What's Changed

  • fix: fixed deck usage for open-source, non-licensed gateways by gating custom-entities to Enterprise Gateways in #202 by @Prashansa-K

Full Changelog: v1.20.2...v1.20.3

v1.20.2

10 Feb 13:19
996c9cf
Compare
Choose a tag to compare

What's Changed

  • fix: fixed dump config in case IsConsumerGroupPolicyOverrides is set, along with SelectorTags. The Info block in the dump config would now show both the necessary settings properly in #200 by @Prashansa-K.

Full Changelog: v1.20.1...v1.20.2

v1.20.1

06 Feb 14:36
f0abf3e
Compare
Choose a tag to compare

What's Changed

  • fix: fixed dump config for Konnect by removing kong version finding in #195 by @Prashansa-K

Full Changelog: v1.20.0...v1.20.1

v1.20.0

06 Feb 11:09
562b396
Compare
Choose a tag to compare

What's Changed

  • feat: added support for consumer-group policy overrides in #191 by @Prashansa-K
  • fix: removed service-id from degraphql_routes dump state in #194 by @Prashansa-K

Full Changelog: v1.19.3...v1.20.0

v1.19.3

03 Feb 04:49
8fdff5f
Compare
Choose a tag to compare

What's Changed

  • fix: changed the degraphql_routes format to use dictionary for service reference, rather than direct names or ids, as per the convention used by deck in #187 by @Prashansa-K
  • fix: strip service name from degraphql_routes for konnect apis in #186 by @Prashansa-K
  • chore(ci): update secret checked in CI in #185 by @pmalek
  • chore(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 in #172 by @dependabot
  • chore(deps): bump github/codeql-action from 3.28.1 to 3.28.6 in #183 by @dependabot
  • chore(deps): bump Kong/public-shared-actions from 1.13.0 to 2.8.0 in #170 by @dependabot
  • chore(deps): bump codecov/codecov-action from 4.6.0 to 5.3.1 in #180 by @dependabot
  • chore(deps): bump github.com/samber/lo from 1.47.0 to 1.49.1 in #184 by @dependabot

Full Changelog: v1.19.2...v1.19.3

v1.19.2

28 Jan 14:35
4eabde8
Compare
Choose a tag to compare

What's Changed

  • Move isPartialApply out of deck in to GDR by @mheap in #182

Full Changelog: v1.19.1...v1.19.2

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