Skip to content

Commit

Permalink
Prepare for v1.16.6 release
Browse files Browse the repository at this point in the history
Signed-off-by: Chance Zibolski <[email protected]>
  • Loading branch information
chancez committed Jan 22, 2025
1 parent f286e7f commit ef134ba
Show file tree
Hide file tree
Showing 14 changed files with 499 additions and 490 deletions.
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

0 comments on commit ef134ba

Please sign in to comment.