Skip to content

Commit

Permalink
chore: updated go-database-reconciler to v1.16.1 (#1451)
Browse files Browse the repository at this point in the history
* chore: updated go-database-reconciler to v1.16.1

* chore: prep for release deck 1.41.3
  • Loading branch information
Prashansa-K authored Nov 25, 2024
1 parent 07aa9ff commit 63dc5b4
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
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)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
```
Expand All @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 63dc5b4

Please sign in to comment.