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

Release v0.13.6 prep #1554

Merged
merged 3 commits into from
Jul 18, 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
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.13.6] - 2024-06-18
[v0.13.6]: https://github.com/cilium/hubble/compare/v0.13.5...v0.13.6

**Minor Changes:**
* [v0.13] Bump golang to v1.21.11 (cilium/hubble#1517, @chancez)

**Misc Changes:**
* chore(deps): update all github action dependencies (v0.13) (minor) (cilium/hubble#1498, @renovate[bot])
* chore(deps): update all github action dependencies (v0.13) (patch) (cilium/hubble#1497, @renovate[bot])
* chore(deps): update all github action dependencies (v0.13) (patch) (cilium/hubble#1503, @renovate[bot])
* chore(deps): update docker/login-action action to v3.2.0 (v0.13) (cilium/hubble#1507, @renovate[bot])
* chore(deps): update github/codeql-action action to v3.25.7 (v0.13) (cilium/hubble#1509, @renovate[bot])
* chore(deps): update github/codeql-action action to v3.25.8 (v0.13) (cilium/hubble#1516, @renovate[bot])
* chore(deps): update golang stable (v0.13) (cilium/hubble#1496, @renovate[bot])
* Prepare for v0.13.5 development (cilium/hubble#1492, @gandro)

## [v0.13.5] - 2024-06-05
[v0.13.5]: https://github.com/cilium/hubble/compare/v0.13.4...v0.13.5

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.6-dev
0.13.7-dev
Loading