-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update contour to 1.27.0 and Kubernetes to 1.28
Signed-off-by: Daichi Sakaue <[email protected]>
- Loading branch information
Showing
9 changed files
with
328 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
ACTIONS_CHECKOUT_VERSION := 4 | ||
ACTIONS_CREATE_RELEASE_VERSION := 1 | ||
ACTIONS_SETUP_GO_VERSION := 4 | ||
CERT_MANAGER_VERSION := 1.11.4 | ||
CONTOUR_VERSION := 1.27.0 | ||
ENVTEST_K8S_VERSION := 1.28.0 | ||
EXTERNAL_DNS_VERSION := 0.13.6 | ||
GH_VERSION := 2.35.0 | ||
YQ_VERSION := 4.35.2 | ||
|
||
# Follow the kustomize version installed in the Argo CD container | ||
# https://github.com/cybozu/neco-containers/blob/main/argocd/Dockerfile#L10 | ||
KUSTOMIZE_VERSION := 5.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Maintenance procedure | ||
|
||
1. Update Contour version in `go.mod`. | ||
It also updates reference to Kubernetes in `go.mod`. | ||
The Kubernetes version is the one used by Contour, but the latest patch version. | ||
```console | ||
$ make update-contour | ||
``` | ||
2. Update `go.mod` for the other dependencies. | ||
3. Update Go & Ubuntu versions if needed. | ||
4. Update `CONTROLLER_TOOLS_VERSION` in `Makefile`. | ||
5. Check for new software versions using `make version`. You may be prompted to login to github.com. | ||
```console | ||
$ make version | ||
``` | ||
6. Check `Makefile.versions` and revert some changes that you don't want now. | ||
7. Update software versions using `make maintenance`. | ||
```console | ||
$ make maintenance | ||
``` | ||
8. Follow [RELEASE.md](/RELEASE.md) to update software version. |
Oops, something went wrong.