Skip to content

Commit c568539

Browse files
committed
Prepare for v1.18.3 release
Signed-off-by: Glib Smaga <[email protected]>
1 parent 363e06d commit c568539

File tree

20 files changed

+114
-44
lines changed

20 files changed

+114
-44
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v1.18.3] - 2025-10-24
9+
[v1.18.3]: https://github.com/cilium/cilium/compare/v1.18.0...v1.18.3
10+
11+
**Misc Changes:**
12+
* chore(deps): update actions/setup-go action to v6 (cilium/hubble#1716, @renovate[bot])
13+
* chore(deps): update all github action dependencies (patch) (cilium/hubble#1708, @renovate[bot])
14+
* chore(deps): update dependency cilium/cilium to v1.18.2 (cilium/hubble#1718, @renovate[bot])
15+
* chore(deps): update dependency helm/helm to v3.19.0 (cilium/hubble#1719, @renovate[bot])
16+
* chore(deps): update dependency kubernetes-sigs/kind to v0.30.0 (cilium/hubble#1715, @renovate[bot])
17+
* chore(deps): update golang to v1.25.3 (patch) (cilium/hubble#1720, @renovate[bot])
18+
* chore(deps): update module github.com/go-viper/mapstructure/v2 to v2.4.0 [security] (cilium/hubble#1717, @renovate[bot])
19+
* Update stable release to 1.18.0 (cilium/hubble#1705, @glibsm)
20+
21+
822
## [v1.18.0] - 2025-08-11
923
[v1.18.0]: https://github.com/cilium/cilium/compare/v1.17.5...v1.18.0
1024

go.mod

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55

66
toolchain go1.25.3
77

8-
require github.com/cilium/cilium v1.18.0
8+
require github.com/cilium/cilium v1.18.3
99

1010
require (
1111
cel.dev/expr v0.24.0 // indirect
@@ -118,7 +118,12 @@ require (
118118
)
119119

120120
// Replace directives from github.com/cilium/cilium. Keep in sync when updating Cilium!
121-
// Copied from https://github.com/cilium/cilium/blob/v1.16.3/go.mod#L286-L292
121+
// Copied from https://github.com/cilium/cilium/blob/v1.18.3/go.mod
122+
122123
// Using private fork of controller-tools. See commit msg for more context
123124
// as to why we are using a private fork.
124125
replace sigs.k8s.io/controller-tools => github.com/cilium/controller-tools v0.16.5-1
126+
127+
// Using private fork of gobgp. See commit msg for more context as to why we
128+
// are using a private fork.
129+
replace github.com/osrg/gobgp/v3 => github.com/cilium/gobgp/v3 v3.0.0-20250717193620-26a4abb75464

go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cilium/cilium/AUTHORS

Lines changed: 21 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cilium/cilium/api/v1/flow/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cilium/cilium/api/v1/flow/flow.pb.go

Lines changed: 11 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cilium/cilium/api/v1/flow/flow.proto

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cilium/cilium/api/v1/observer/observer.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cilium/cilium/api/v1/observer/observer_grpc.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cilium/cilium/api/v1/peer/peer.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)