Skip to content

Commit

Permalink
Prepare for v0.16.16 release
Browse files Browse the repository at this point in the history
Pick up the latest cilium/cilium from main and prepare for v0.16.16
release.

Signed-off-by: Michi Mutsuzaki <[email protected]>
  • Loading branch information
michi-covalent committed Aug 20, 2024
1 parent 5470729 commit 62bd451
Show file tree
Hide file tree
Showing 59 changed files with 10,391 additions and 98 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ binary releases.

| Release | Maintained | Compatible Cilium Versions |
|------------------------------------------------------------------------|------------|----------------------------|
| [v0.16.15](https://github.com/cilium/cilium-cli/releases/tag/v0.16.15) | Yes | Cilium 1.15 and newer |
| [v0.16.16](https://github.com/cilium/cilium-cli/releases/tag/v0.16.16) | Yes | Cilium 1.15 and newer |
| [v0.15.22](https://github.com/cilium/cilium-cli/releases/tag/v0.15.22) | Yes | Cilium 1.14 (*) |

Note:
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ table](https://github.com/cilium/cilium-cli#releases) for the most recent suppor
Set `RELEASE` environment variable to the new version. This variable will be
used in the commands throughout the documenat to allow copy-pasting.

export RELEASE=v0.16.16
export RELEASE=v0.16.17

## Update local checkout

Expand Down
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ replace (
)

require (
github.com/cilium/cilium v1.16.0-rc.0.0.20240816120549-e528f9911563
github.com/cilium/cilium v1.16.0-rc.0.0.20240819201320-b17c182b5dcd
github.com/google/gops v0.3.28
)

Expand All @@ -26,7 +26,7 @@ require (
github.com/cilium/ebpf v0.16.0 // indirect
github.com/cilium/hive v0.0.0-20240529072208-d997f86e4219 // indirect
github.com/cilium/proxy v0.0.0-20240723112637-48fa07fc1729 // indirect
github.com/cilium/statedb v0.2.4 // indirect
github.com/cilium/statedb v0.2.5 // indirect
github.com/cilium/stream v0.0.0-20240226091623-f979d32855f8 // indirect
github.com/cilium/workerpool v1.2.0 // indirect
github.com/cloudflare/cfssl v1.6.5 // indirect
Expand Down Expand Up @@ -223,6 +223,7 @@ require (
k8s.io/kubectl v0.30.0 // indirect
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
oras.land/oras-go v1.2.5 // indirect
sigs.k8s.io/gateway-api v1.1.1-0.20240815062117-d6e29e302721 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
sigs.k8s.io/kustomize/kyaml v0.14.4-0.20230814161922-911ddcda40a8 // indirect
Expand Down
10 changes: 6 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,16 @@ github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5P
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
github.com/cilium/charts v0.0.0-20240724150047-2a1e5b85b669 h1:TF3FtQthnyBDPjVgZEPPy15FJ1NehhRA6Xh+K3qPbdI=
github.com/cilium/charts v0.0.0-20240724150047-2a1e5b85b669/go.mod h1:M3C9VOlFvRzuV+a01t07Tw4uFLSfkCH3L542IWjf6BU=
github.com/cilium/cilium v1.16.0-rc.0.0.20240816120549-e528f9911563 h1:8VPB7XRx6dTTSdxE4jnRyUm7VJlSbteaJXclkcp+gFc=
github.com/cilium/cilium v1.16.0-rc.0.0.20240816120549-e528f9911563/go.mod h1:ARnnm7Ie0OK5SaPiiMIXYlbvX9Yrjf+iTPdQdPXtWnw=
github.com/cilium/cilium v1.16.0-rc.0.0.20240819201320-b17c182b5dcd h1:hlOCWFfFt583yPtC7czlo7kCRVKrnfVA82bHuHC+8h0=
github.com/cilium/cilium v1.16.0-rc.0.0.20240819201320-b17c182b5dcd/go.mod h1:kWdtVhoqdeAG8qeCF6GXAXl8b6BzaBFm8GIAJ8NZAAs=
github.com/cilium/ebpf v0.16.0 h1:+BiEnHL6Z7lXnlGUsXQPPAE7+kenAd4ES8MQ5min0Ok=
github.com/cilium/ebpf v0.16.0/go.mod h1:L7u2Blt2jMM/vLAVgjxluxtBKlz3/GWjB0dMOEngfwE=
github.com/cilium/hive v0.0.0-20240529072208-d997f86e4219 h1:iX4v9lg63iTv8x8MWUMVbeWqtAGcV6yh/w3Zp9sP3ME=
github.com/cilium/hive v0.0.0-20240529072208-d997f86e4219/go.mod h1:6tW1eCwSq8Wz8IVtpZE0MemoCWSrEOUa8aLKotmBRCo=
github.com/cilium/proxy v0.0.0-20240723112637-48fa07fc1729 h1:/WvOQ7PL1JQpJM6oCFIDOr51QZvitwaFcZBhfN+n6Lo=
github.com/cilium/proxy v0.0.0-20240723112637-48fa07fc1729/go.mod h1:fZVy2oOarwxD/PIWzpqQDpDXpqyuhmqQDRmvMzZ8PK0=
github.com/cilium/statedb v0.2.4 h1:jCyXGcsiXgpJSfpfRRGKd+TD3U1teeDtOnqCyErsHsI=
github.com/cilium/statedb v0.2.4/go.mod h1:KPwsudjhZ90zoBguYMtssKpstR74jVKd/D+73PZy+sg=
github.com/cilium/statedb v0.2.5 h1:oDz6exRzkEJa8s8/Q49shufOb+/pNCap89rLNkLvrBo=
github.com/cilium/statedb v0.2.5/go.mod h1:KPwsudjhZ90zoBguYMtssKpstR74jVKd/D+73PZy+sg=
github.com/cilium/stream v0.0.0-20240226091623-f979d32855f8 h1:j6VF1s6gz3etRH5ObCr0UUyJblP9cK5fbgkQTz8fTRA=
github.com/cilium/stream v0.0.0-20240226091623-f979d32855f8/go.mod h1:/e83AwqvNKpyg4n3C41qmnmj1x2G9DwzI+jb7GkF4lI=
github.com/cilium/workerpool v1.2.0 h1:Wc2iOPTvCgWKQXeq4L5tnx4QFEI+z5q1+bSpSS0cnAY=
Expand Down Expand Up @@ -881,6 +881,8 @@ oras.land/oras-go v1.2.5 h1:XpYuAwAb0DfQsunIyMfeET92emK8km3W4yEzZvUbsTo=
oras.land/oras-go v1.2.5/go.mod h1:PuAwRShRZCsZb7g8Ar3jKKQR/2A/qN+pkYxIOd/FAoo=
sigs.k8s.io/controller-runtime v0.18.4 h1:87+guW1zhvuPLh1PHybKdYFLU0YJp4FhJRmiHvm5BZw=
sigs.k8s.io/controller-runtime v0.18.4/go.mod h1:TVoGrfdpbA9VRFaRnKgk9P5/atA0pMwq+f+msb9M8Sg=
sigs.k8s.io/gateway-api v1.1.1-0.20240815062117-d6e29e302721 h1:k7giWGNWXsB4x6ORrESQuVszG0zxczPuiB4BoWrvMn4=
sigs.k8s.io/gateway-api v1.1.1-0.20240815062117-d6e29e302721/go.mod h1:5X77R1waZHBxUge6N3zVlGANAOb+ud8aSV3b4Fc88AY=
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo=
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0=
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 h1:XX3Ajgzov2RKUdc5jW3t5jwY7Bo7dcRm+tFxT+NfgY0=
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/cilium/cilium/cilium-cli/api/api.go

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

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

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

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

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

8 changes: 4 additions & 4 deletions vendor/github.com/cilium/cilium/pkg/identity/identity.go

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

3 changes: 3 additions & 0 deletions vendor/github.com/cilium/cilium/pkg/k8s/client/cell.go

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

43 changes: 43 additions & 0 deletions vendor/github.com/cilium/cilium/pkg/k8s/resource/testutils.go

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

1 change: 1 addition & 0 deletions vendor/github.com/cilium/cilium/pkg/k8s/resource_ctors.go

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

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

Loading

0 comments on commit 62bd451

Please sign in to comment.