Skip to content

Commit

Permalink
chore: bump Gateway to 3.3 (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Jul 6, 2023
1 parent 26cb816 commit 981cc3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.31.2

- Bump Kong Gateway Enterprise default image to 3.3
[#734](https://github.com/Kong/kubernetes-testing-framework/pull/734)

## v0.31.1

- Upgrade `metallb` addon to `v0.13.10`
Expand Down
2 changes: 1 addition & 1 deletion pkg/clusters/addons/kong/addon.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const (
DefaultEnterpriseImageRepo = "kong/kong-gateway"

// DefaultEnterpriseImageTag latest kong enterprise image tag
DefaultEnterpriseImageTag = "3.1.1.3-alpine"
DefaultEnterpriseImageTag = "3.3-alpine"

// DefaultEnterpriseLicenseSecretName is the name that will be used by default for the
// Kubernetes secret containing the Kong enterprise license that will be
Expand Down

0 comments on commit 981cc3e

Please sign in to comment.