Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: updated go-database-reconciler to v1.16.1 #1451

Merged
merged 2 commits into from
Nov 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Table of Contents

- [v1.41.3](#v1413)
- [v1.41.2](#v1412)
- [v1.41.1](#v1411)
- [v1.41.0](#v1410)
@@ -99,6 +100,18 @@
- [v0.2.0](#v020)
- [v0.1.0](#v010)

## [v1.41.3]
> Release date: 2024/11/25

### Fixes
- Updated Konnect authentication logic to properly handle geo rewrites.
[#1451](https://github.com/Kong/deck/pull/1451)
[go-database-reconciler #146](https://github.com/Kong/go-database-reconciler/pull/146)
- Fixed false diffs for gateway by clearing unmatching deprecated fields from
plugin schemas. [#1451](https://github.com/Kong/deck/pull/1451)
[go-database-reconciler #145](https://github.com/Kong/go-database-reconciler/pull/145)
[go-kong #473](https://github.com/Kong/go-kong/pull/473)

## [v1.41.2]
> Release date: 2024/11/06

@@ -1854,6 +1867,7 @@ No breaking changes have been introduced in this release.

Debut release of decK

[v1.41.3]: https://github.com/Kong/deck/compare/v1.41.2...v1.41.3
[v1.41.2]: https://github.com/Kong/deck/compare/v1.41.1...v1.41.2
[v1.41.1]: https://github.com/Kong/deck/compare/v1.40.0...v1.41.1
[v1.41.0]: https://github.com/Kong/deck/compare/v1.40.3...v1.41.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -73,7 +73,7 @@ the GitHub [release page](https://github.com/kong/deck/releases)
or install by downloading the binary:

```shell
$ curl -sL https://github.com/kong/deck/releases/download/v1.41.2/deck_1.41.2_linux_amd64.tar.gz -o deck.tar.gz
$ curl -sL https://github.com/kong/deck/releases/download/v1.41.3/deck_1.41.3_linux_amd64.tar.gz -o deck.tar.gz
$ tar -xf deck.tar.gz -C /tmp
$ sudo cp /tmp/deck /usr/local/bin/
```
@@ -84,7 +84,7 @@ If you are on Windows, you can download the binary from the GitHub
[release page](https://github.com/kong/deck/releases) or via PowerShell:

```shell
$ curl -sL https://github.com/kong/deck/releases/download/v1.41.2/deck_1.41.2_windows_amd64.tar.gz -o deck.tar.gz
$ curl -sL https://github.com/kong/deck/releases/download/v1.41.3/deck_1.41.3_windows_amd64.tar.gz -o deck.tar.gz
$ tar -xzvf deck.tar.gz
```

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ require (
github.com/fatih/color v1.17.0
github.com/google/go-cmp v0.6.0
github.com/kong/go-apiops v0.1.39
github.com/kong/go-database-reconciler v1.16.0
github.com/kong/go-database-reconciler v1.16.1
github.com/kong/go-kong v0.60.0
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v1.8.1
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -243,8 +243,8 @@ github.com/klauspost/cpuid/v2 v2.2.5 h1:0E5MSMDEoAulmXNFquVs//DdoomxaoTY1kUhbc/q
github.com/klauspost/cpuid/v2 v2.2.5/go.mod h1:Lcz8mBdAVJIBVzewtcLocK12l3Y+JytZYpaMropDUws=
github.com/kong/go-apiops v0.1.39 h1:OXUzHb6tyZ+bb1xWzpPvmZK7FNk4xtrcka8d0bRTQkI=
github.com/kong/go-apiops v0.1.39/go.mod h1:WghIt61r2b+HaeGVNWCd+aswTMHIjeP3GYK09/yYWA8=
github.com/kong/go-database-reconciler v1.16.0 h1:GWZUzfIt+TgQdoQL8kAnBwCk3HAQ1gYOeTm1wvmHDWk=
github.com/kong/go-database-reconciler v1.16.0/go.mod h1:7CGvStUvUOmUnodUFsWcW3PX2bJgnaKClJ/yhNGEVIE=
github.com/kong/go-database-reconciler v1.16.1 h1:qcQzEuMGfpNjx3UgulBOKulKA+upmHwqw4dy6TMEV7A=
github.com/kong/go-database-reconciler v1.16.1/go.mod h1:7CGvStUvUOmUnodUFsWcW3PX2bJgnaKClJ/yhNGEVIE=
github.com/kong/go-kong v0.60.0 h1:CVrLXRLVE+Gl4IZ3tdvpO7xNDz3c9YLTmra/HvT4oM8=
github.com/kong/go-kong v0.60.0/go.mod h1:t1eMY8GRS6778uQNzxgzRgnA3YKBXSZOEvYbNocH/aA=
github.com/kong/go-slugify v1.0.0 h1:vCFAyf2sdoSlBtLcrmDWUFn0ohlpKiKvQfXZkO5vSKY=