Skip to content

Commit

Permalink
doc(RELEASE.md): update release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aauren committed Feb 14, 2025
1 parent 64a8e99 commit c612439
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,20 @@
## Preparing for the release

* 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
[Github Workflow](.github/workflow/ci.yml).
[Github Workflow](.github/workflow/ci.yml) and [Makefile](Makefile).
* Ensure that Golang dependencies are updated.
`go list -mod=mod -u -m -f '{{.}}{{if .Indirect}} IAMINDIRECT{{end}}' all | grep -v IAMINDIRECT` lists possible
updates.
* Ensure that the GoBGP version is updated. See [upstream](https://github.com/osrg/gobgp/releases) and GoBGP definition
in [Makefile](Makefile) and [go.mod](go.mod).
* Ensure that the Kubernetes object definitions do not contain deprecated object types. Definition currently is in
kube-router's [Daemonset](daemonset) folder.
* Ensure GitHub actions are updated:
```sh
dependabot update github_actions cloudnativelabs/kube-router
```

## New major/minor release

Expand Down

0 comments on commit c612439

Please sign in to comment.