mirror of
https://github.com/cloudnativelabs/kube-router.git
synced 2025-09-24 09:31:06 +02:00
doc(RELEASE.md): update release docs
This commit is contained in:
parent
b97e2bb45f
commit
85e429e9c7
@ -3,9 +3,9 @@
|
|||||||
## Preparing for the release
|
## Preparing for the release
|
||||||
|
|
||||||
* Ensure that the Golang release used is still supported. Definition happens currently in
|
* Ensure that the Golang release used is still supported. Definition happens currently in
|
||||||
[Github Workflow](.github/workflow/ci.yml).
|
[Github Workflow](.github/workflow/ci.yml) and [Makefile](Makefile).
|
||||||
* Ensure that the Alpine version used in container builds is still supported. Definition happens currently in
|
* Ensure that the Alpine version used in container builds is still supported. Definition happens currently in
|
||||||
[Github Workflow](.github/workflow/ci.yml).
|
[Github Workflow](.github/workflow/ci.yml) and [Makefile](Makefile).
|
||||||
* Ensure that Golang dependencies are updated.
|
* Ensure that Golang dependencies are updated.
|
||||||
`go list -mod=mod -u -m -f '{{.}}{{if .Indirect}} IAMINDIRECT{{end}}' all | grep -v IAMINDIRECT` lists possible
|
`go list -mod=mod -u -m -f '{{.}}{{if .Indirect}} IAMINDIRECT{{end}}' all | grep -v IAMINDIRECT` lists possible
|
||||||
updates.
|
updates.
|
||||||
@ -13,6 +13,10 @@
|
|||||||
in [Makefile](Makefile) and [go.mod](go.mod).
|
in [Makefile](Makefile) and [go.mod](go.mod).
|
||||||
* Ensure that the Kubernetes object definitions do not contain deprecated object types. Definition currently is in
|
* Ensure that the Kubernetes object definitions do not contain deprecated object types. Definition currently is in
|
||||||
kube-router's [Daemonset](daemonset) folder.
|
kube-router's [Daemonset](daemonset) folder.
|
||||||
|
* Ensure GitHub actions are updated:
|
||||||
|
```sh
|
||||||
|
dependabot update github_actions cloudnativelabs/kube-router
|
||||||
|
```
|
||||||
|
|
||||||
## New major/minor release
|
## New major/minor release
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user