Skip to content

Commit 85e429e

Browse files
committed
doc(RELEASE.md): update release docs
1 parent b97e2bb commit 85e429e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

RELEASE.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,20 @@
33
## Preparing for the release
44

55
* Ensure that the Golang release used is still supported. Definition happens currently in
6-
[Github Workflow](.github/workflow/ci.yml).
6+
[Github Workflow](.github/workflow/ci.yml) and [Makefile](Makefile).
77
* Ensure that the Alpine version used in container builds is still supported. Definition happens currently in
8-
[Github Workflow](.github/workflow/ci.yml).
8+
[Github Workflow](.github/workflow/ci.yml) and [Makefile](Makefile).
99
* Ensure that Golang dependencies are updated.
1010
`go list -mod=mod -u -m -f '{{.}}{{if .Indirect}} IAMINDIRECT{{end}}' all | grep -v IAMINDIRECT` lists possible
1111
updates.
1212
* Ensure that the GoBGP version is updated. See [upstream](https://github.com/osrg/gobgp/releases) and GoBGP definition
1313
in [Makefile](Makefile) and [go.mod](go.mod).
1414
* Ensure that the Kubernetes object definitions do not contain deprecated object types. Definition currently is in
1515
kube-router's [Daemonset](daemonset) folder.
16+
* Ensure GitHub actions are updated:
17+
```sh
18+
dependabot update github_actions cloudnativelabs/kube-router
19+
```
1620

1721
## New major/minor release
1822

0 commit comments

Comments
 (0)