Skip to content

Commit 7706834

Browse files
Update stable release to 1.16.4
Also update the release issue template to make the branch name unique for each release. Signed-off-by: Michi Mutsuzaki <[email protected]>
1 parent 4b765dc commit 7706834

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ title: 'vX.Y.Z release'
9494
release.
9595
- [ ] Update `stable.txt` in the main branch:
9696

97-
git switch -c pr/$USER/update-stable main
97+
git switch -c pr/$USER/update-stable-to-$NEW_RELEASE main
9898
echo v$NEW_RELEASE > stable.txt
9999
git add README.md stable.txt
100100
git commit -s -m "Update stable release to $NEW_RELEASE"
101-
git push origin pr/$USER/update-stable
101+
git push origin pr/$USER/update-stable-to-$NEW_RELEASE
102102

103103
and then open a pull request against the `main` branch, get it reviewed and merged.
104104

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ this reason, only the latest Hubble CLI version is maintained.
7272

7373
| Version | Release Date | Maintained | Supported Cilium Version | Artifacts |
7474
|------------------------------------------------------|----------------------|------------|--------------------------|-------------------------------------------------------------------------|
75-
| [v1.16](https://github.com/cilium/hubble/tree/main) | 2024-10-28 (v0.16.3) | Yes | Cilium 1.16 and older | [GitHub Release](https://github.com/cilium/hubble/releases/tag/v1.16.3) |
75+
| [v1.16](https://github.com/cilium/hubble/tree/main) | 2024-11-21 (v1.16.4) | Yes | Cilium 1.16 and older | [GitHub Release](https://github.com/cilium/hubble/releases/tag/v1.16.4) |
7676

7777
## Component Stability
7878

stable.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.16.3
1+
v1.16.4

0 commit comments

Comments
 (0)