You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
backport effective version CI fixes to release/2.11.x (#4586)
* test: update helm chart version to the latest (#4511)
* test: update helm chart version to 2.26.3
* set effective versions in github workflow files
* update instructions of release issue to make sure effective version of kong updated
* fix: define vars for effective semver in manifest of integration tests (#4549)
* chore: bump ktf to v0.38.0
---------
Co-authored-by: Tao Yi <[email protected]>
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/release.yaml
+1
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ body:
32
32
- label: Check the latest minor Kong Gateway release in [Kong releases](https://github.com/Kong/kong/releases).
33
33
- label: Make sure the image tag in [config/image/enterprise/kustomization.yaml](/Kong/kubernetes-ingress-controller/blob/main/config/image/enterprise/kustomization.yaml) and [config/image/oss/kustomization.yaml](/Kong/kubernetes-ingress-controller/blob/main/config/image/oss/kustomization.yaml) is updated accordingly.
34
34
- label: Run `make manifests` to regenerate manifests using the modified kustomizations and open a PR with the changes (similarly to [this PR](https://github.com/Kong/kubernetes-ingress-controller/pull/3288)).
35
+
- label: "Make sure that effective versions configured in manifests of github workflows updated, including these files: .github.com/workflows/e2e_nightly.yaml, .github/workflows/test_nightly.yaml."
0 commit comments