Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update stable release to 1.16.4 #1623

Merged
merged 1 commit into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ title: 'vX.Y.Z release'
release.
- [ ] Update `stable.txt` in the main branch:

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

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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ this reason, only the latest Hubble CLI version is maintained.

| Version | Release Date | Maintained | Supported Cilium Version | Artifacts |
|------------------------------------------------------|----------------------|------------|--------------------------|-------------------------------------------------------------------------|
| [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) |
| [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) |

## Component Stability

Expand Down
2 changes: 1 addition & 1 deletion stable.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.16.3
v1.16.4
Loading