File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments