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

Prepare for v1.16.6 release #1642

Merged
merged 1 commit into from
Jan 22, 2025
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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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).

## [v1.16.6] - 2025-01-22
[v1.16.6]: https://github.com/cilium/cilium/compare/v1.16.5...v1.16.6

**Misc Changes:**
* chore(deps): update all github action dependencies (minor) (cilium/hubble#1638, @renovate[bot])
* chore(deps): update all github action dependencies (patch) (cilium/hubble#1637, @renovate[bot])
* chore(deps): update dependency helm/helm to v3.17.0 (cilium/hubble#1641, @renovate[bot])
* chore(deps): update helm/kind-action action to v1.12.0 (cilium/hubble#1639, @renovate[bot])
* chore(deps): update module golang.org/x/net to v0.33.0 [security] (cilium/hubble#1636, @renovate[bot])
* Update readme/stable.txt to v1.16.5 (cilium/hubble#1635, @chancez)

## [v1.16.5] - 2024-12-18
[v1.16.5]: https://github.com/cilium/cilium/compare/v1.16.4...v1.16.5

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/cilium/hubble

go 1.22.2

require github.com/cilium/cilium v1.16.5
require github.com/cilium/cilium v1.16.6

require (
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion vendor/github.com/cilium/cilium/AUTHORS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading