Releases: Kong/deck
Releases · Kong/deck
Release list
v1.64.0
Changelog
- 0225ff3 doc: update CHANGELOG for v1.64.0 release with new features and fixes (#2126)
- da05240 feat(cmd): add kong-admin-token flag (#2123)
- 59d774e removed auth check when token is passed with konnect flow. (#2119)
- 14e246b fix: return actual operation count from performDiff on error (#2122)
- 5225ae8 fix(cmd): negative or zero parallelism (#2114)
- 25fdf95 fix: fixed ci test (#2121)
- 701be42 chore(deps): update codecov/codecov-action action to v7 (#2116)
- acd65f1 fix(deps): update module github.com/daveshanley/vacuum to v0.29.2 (#2082)
- eaa3325 chore(deps): update actions/checkout action to v6.0.3 (#2111)
- 657f82a fix(deps): update module golang.org/x/sync to v0.21.0 (#2113)
- 8f06f2d chore(deps): update github/codeql-action action to v4.36.2 (#2110)
- 9f4b35a tests: fixes for upcoming 3.15 gateway release (#2115)
v1.63.0
What's Changed
- feat: added support for cloned plugins gated behind --include-plugin-definitions flag by @Prashansa-K in #2088
- ci: enabled custom plugins in kong-ee setup by @Prashansa-K in #2094
- feat: added custom-plugins definition support gated behind --include-plugin-definitions flag by @Prashansa-K in #2092
- chore: updated gdr and go-kong by @Prashansa-K in #2098
- fix: Konnect test fix for ci. by @shivaygupta-dotcom in #2100
- tests: removed unrelated tests from konnect test suite by @Prashansa-K in #2087
- fix: reset without skip should delete plugin defs by @Prashansa-K in #2103
- fix: Added check for lint cmd to handle empty or only comment files. by @shivaygupta-dotcom in #2099
- chore(deps): update step-security/harden-runner action to v2.19.4 by @renovate[bot] in #2089
- ci: updated codecov action and no ci fail if uploads fail by @Prashansa-K in #2105
- chore(deps): update docker/build-push-action action to v7.2.0 by @renovate[bot] in #2090
- chore(deps): update docker/metadata-action action to v6.1.0 by @renovate[bot] in #2095
- chore(deps): update github/codeql-action action to v4.36.0 by @renovate[bot] in #2097
- chore(deps): update docker/setup-buildx-action action to v4.1.0 by @renovate[bot] in #2096
- ci: gateway renamed the custom_plugins flag to custom_plugin_streaming_enabled by @Prashansa-K in #2104
- feat: add
deck file formatcommand for deck/dbless conversion by @mheap in #1978 - Add additional deck file convert fields by @mheap in #2043
- tests: cloned plugins and konnect tests by @Prashansa-K in #2106
- chore: bumped go-apiops version to v0.4.3 by @shivaygupta-dotcom in #2108
- chore: bumped go-apiops version to v0.4.4 by @shivaygupta-dotcom in #2109
- chore: added change log for v1.63.0 by @shivaygupta-dotcom in #2112
Full Changelog: v1.62.1...v1.63.0
v1.62.1
What's Changed
- test: Added test for masking env var bug. by @shivaygupta-dotcom in #2079
- fix: fixed basic auth test failing in konnect ci by @shivaygupta-dotcom in #2086
- chore(deps): update codecov/codecov-action action to v6.0.1 by @renovate[bot] in #2083
- chore(deps): update module golang.org/x/net to v0.55.0 [security] by @renovate[bot] in #2069
- chore(deps): update step-security/harden-runner action to v2.19.3 by @renovate[bot] in #2076
- chore(deps): update github/codeql-action action to v4.35.5 by @renovate[bot] in #2078
- chore(deps): update goreleaser/goreleaser-action action to v7.2.2 by @renovate[bot] in #2084
- docs: Added changelog for v1.62.1 by @shivaygupta-dotcom in #2085
Full Changelog: v1.62.0...v1.62.1
v1.62.0
What's Changed
- test: added more test for konnect workspace by @shivaygupta-dotcom in #2061
- Make DECK_FORMAT work by @mheap in #2057
- chore: add check on branch for tags by @harshadixit12 in #2070
- chore(deps): update module golang.org/x/sys to v0.44.0 [security] by @renovate[bot] in #2071
- chore(deps): update github/codeql-action action to v4.35.4 by @renovate[bot] in #2058
- chore(deps): update step-security/harden-runner action to v2.19.1 by @renovate[bot] in #2060
- fix(deps): update module github.com/tidwall/gjson to v1.19.0 by @renovate[bot] in #2066
- fix: Added fix for service duplication in openapi2kong cmd. by @shivaygupta-dotcom in #2075
- chore: added changelog for v1.62.0 release by @shivaygupta-dotcom in #2077
Full Changelog: v1.61.0...v1.62.0
v1.61.0
Changelog
- d45e00b docs: changelog for releasing v1.61.0 (#2067)
- 94b1427 chore: bump golang to 1.26.3 (#2062)
- a15f1f6 Enable --skip-consumers-with-consumer-groups for Konnect (#2042)
- e9d6a25 chore: bump golang version to 1.26.2 (#2014)
- 0644af5 chore(deps): update alpine docker tag to v3.23.4 (#2035)
- 60237c2 chore(deps): update goreleaser/goreleaser-action action to v7.2.1 (#2041)
- ebec03c chore(deps): update step-security/harden-runner action to v2.19.0 (#2044)
- df7c0e2 chore(deps): update module golang.org/x/net to v0.53.0 [security] (#2051)
- 3b479f5 fix(deps): update module github.com/daveshanley/vacuum to v0.26.4 (#2034)
- 39a9214 Add -W and -E flags to allow users to control error severity (#2049)
- 1136bd9 chore(deps): update github/codeql-action action to v4.35.2 (#2033)
v1.60.0
What's Changed
- fix: Added counter_key in plugin config for RLAplugin konnect by @shivaygupta-dotcom in #2045
- fix: Added a cli flag for openapi2kong to skip header routes by @shivaygupta-dotcom in #2039
- fix: fixed konnect endpoint for consumer groups by @shivaygupta-dotcom in #2046
- chore: added changelog for v1.60.0 and few changelog fix by @shivaygupta-dotcom in #2052
Full Changelog: v1.59.1...v1.60.0
v1.59.1
Changelog
- 1691c5d chore: release v1.59.1 (#2038)
- bb2d0a6 test: preserve comment lines to hanlde big multi-line yamls (#2019)
- cb976a7 chore(deps): update step-security/harden-runner action to v2.18.0 (#2023)
- 573b9f8 fix(deps): update module github.com/daveshanley/vacuum to v0.25.8 (#2026)
- 8a7e54d chore(deps): update actions/cache action to v5.0.5 (#2031)
- d31e8d6 chore(deps): update actions/upload-artifact action to v7.0.1 (#2025)
- 35fb32b fix(deps): update module sigs.k8s.io/gateway-api to v1.5.1 (#2029)
- ab5bba3 ci: parallelise validation workflow (#2032)
v1.59.0
What's Changed
- tests: updated config for Test_Diff_NoDiffUnorderedArray and test scope by @shivaygupta-dotcom in #2021
- chore(deps): update module github.com/moby/spdystream to v0.5.1 [security] by @renovate[bot] in #2018
- chore(deps): update docker/build-push-action action to v7.1.0 by @renovate[bot] in #2022
- chore(deps): update codecov/codecov-action action to v6 by @renovate[bot] in #2006
- chore(deps): update github/codeql-action action to v4 by @renovate[bot] in #2009
- chore(deps): update docker/metadata-action action to v6 by @renovate[bot] in #2007
- chore(deps): update golangci/golangci-lint-action action to v9 by @renovate[bot] in #2010
- chore(deps): update docker/setup-buildx-action action to v4 by @renovate[bot] in #2008
- chore(deps): update goreleaser/goreleaser-action action to v7 by @renovate[bot] in #2011
- chore(deps): update zgosalvez/github-actions-ensure-sha-pinned-actions action to v5 by @renovate[bot] in #2012
- feat: Added changes to support CRUD oprn for graphql ratelimiting cos… by @shivaygupta-dotcom in #1937
- chore: release v1.59.0 by @shivaygupta-dotcom in #2030
Full Changelog: v1.58.0...v1.59.0
v1.58.0
Changelog
- 3a3e31d chore: release v1.58.0 (#2015)
- 84d35f9 Revert "feat: Add github release update check (#1988)" (#2016)
- 6528e6e feat: Add github release update check (#1988)
- 3221c8b Make kong2tf plugin aware (#1979)
- 6b96392 fix: file conversion from 2.8 to 3.4 for post-function plugin (#1974)
- 1e62866 chore(deps): update step-security/harden-runner action to v2.16.1 (#2004)
- dc66d2a chore(deps): update github/codeql-action action to v3.35.1 (#2003)
- 34d0a62 fix(deps): update module github.com/daveshanley/vacuum to v0.25.5 (#2002)
- a1385f9 chore(deps): update actions/setup-go action to v6 (#1967)
- eeee55f chore(deps): update docker/build-push-action action to v7 (#1969)
- ad15916 chore(deps): update actions/checkout action to v6 (#1966)
- b9942ed chore(deps): update actions/upload-artifact action to v7 (#1968)
- 01cbe5e chore(deps): update actions/cache action to v5 (#1963)
- 9937efb fix(deps): update module sigs.k8s.io/gateway-api to v1.5.1 (#1962)
- 29c226c chore(deps): update dependency golangci/golangci-lint to v2.11.4 (#2001)
- e993b07 chore(deps): update codecov/codecov-action action to v5.5.4 (#1984)
- 5bd14bf tests: integration tests for plugin conditions (#1999)
- 00a8e99 test: Added test for meaningful error msg in consumer-groups. (#1983)
- 3cdc72a fix(security): upgrade deck to Go 1.25.9 (#1997)
- c07059f tests: konnect test fix (#1995)
- fadaf59 tests: added tests for gateway 3.13 and 3.14 (#1991)
- 4e8fc44 fix: validate basicauth with konnect (#1975)
v1.57.3
Changelog
- 596cf2d chore: release prep for v1.57.3 (#1992)
- d452f7f fix: fall back to raw foreign key ID when referenced entity is missing (#1971)
- 36bac01 fix: Added test for upstream target weight update and moved update method from PATCH to PUT in go-kong (#1956)
- d7a8236 Support nested ssl_verify fields (#1989)
- f5fe146 fix: updated hide_credentials config option to false in key-auth realm (#1990)