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

Bump github.com/cilium/cilium from 1.14.14 to 1.14.16 in /eBPF_Supermarket/Network_Subsystem/TrafficManager #931

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps github.com/cilium/cilium from 1.14.14 to 1.14.16.

Release notes

Sourced from github.com/cilium/cilium's releases.

1.14.16

Summary of Changes

Bugfixes:

  • datapath: Fix redirect from from L3 netdev to tunnel (Backport PR #35265, Upstream PR #33421, @​brb)
  • Fixed bug in tracking policy changes that could have resulted in revert not woking in failure cases as expected. (Backport PR #35279, Upstream PR #35109, @​jrajahalme)
  • Fixed bug where service id allocator would loop infinity when out of service ids (Backport PR #35279, Upstream PR #35033, @​WeeNews)
  • Fixes startup fatal error when updating CiliumNode resource. (Backport PR #34916, Upstream PR #34862, @​harsimran-pabla)

CI Changes:

  • .github/lint-build-commits: fix workflow for push events (Backport PR #35279, Upstream PR #35264, @​aanm)
  • .github: create cache directories on cache miss (Backport PR #35176, Upstream PR #35088, @​aanm)
  • .github: do not push floating tag from PRs (Backport PR #35229, Upstream PR #35227, @​aanm)
  • .github: install golang action after checkout (Backport PR #35176, Upstream PR #34843, @​aanm)
  • .github: re-enable configurations in e2e-upgrade (Backport PR #35176, Upstream PR #34800, @​aanm)
  • .github: specify cache-dependency-path in lint-workflows (Backport PR #35176, Upstream PR #34845, @​aanm)
  • ci: conformance-[gateway-api|ginkgo|ingress] wait for images before matrix generation (Backport PR #34916, Upstream PR #34820, @​aanm)
  • fix: repository nil value handled on workflow_dispatch context for renovate updates (Backport PR #34916, Upstream PR #34902, @​Artyop)

Misc Changes:

Other Changes:

... (truncated)

Changelog

Sourced from github.com/cilium/cilium's changelog.

v1.14.16

Summary of Changes

Bugfixes:

  • datapath: Fix redirect from from L3 netdev to tunnel (Backport PR #35265, Upstream PR #33421, @​brb)
  • Fixed bug in tracking policy changes that could have resulted in revert not woking in failure cases as expected. (Backport PR #35279, Upstream PR #35109, @​jrajahalme)
  • Fixed bug where service id allocator would loop infinity when out of service ids (Backport PR #35279, Upstream PR #35033, @​WeeNews)
  • Fixes startup fatal error when updating CiliumNode resource. (Backport PR #34916, Upstream PR #34862, @​harsimran-pabla)

CI Changes:

  • .github/lint-build-commits: fix workflow for push events (Backport PR #35279, Upstream PR #35264, @​aanm)
  • .github: create cache directories on cache miss (Backport PR #35176, Upstream PR #35088, @​aanm)
  • .github: do not push floating tag from PRs (Backport PR #35229, Upstream PR #35227, @​aanm)
  • .github: install golang action after checkout (Backport PR #35176, Upstream PR #34843, @​aanm)
  • .github: re-enable configurations in e2e-upgrade (Backport PR #35176, Upstream PR #34800, @​aanm)
  • .github: specify cache-dependency-path in lint-workflows (Backport PR #35176, Upstream PR #34845, @​aanm)
  • ci: conformance-[gateway-api|ginkgo|ingress] wait for images before matrix generation (Backport PR #34916, Upstream PR #34820, @​aanm)
  • fix: repository nil value handled on workflow_dispatch context for renovate updates (Backport PR #34916, Upstream PR #34902, @​Artyop)

Misc Changes:

Other Changes:

... (truncated)

Commits
  • c2fcf1d Prepare for release v1.14.16
  • 9c01afb policy: Fix broad deny with except bug
  • 6cd9adb policy: Add unit test for broad deny with except
  • 41e45d7 images: update cilium-{runtime,builder}
  • a5ef7c1 images/builder: get rid of annoying git ownership warnings
  • 6f38038 .github/lint-build-commits: fix workflow for push events
  • af31b60 .github: fix build image process to commit changes
  • 3ee7ab7 policy: Use 'insertOldIfNotExists() in addDependentOnEntry()
  • 5060112 fix(service): fix id allocator stuck in an infinite loop
  • 7acefd3 chore(deps): update quay.io/cilium/cilium-envoy docker tag to v1.29.9-1728346...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [github.com/cilium/cilium](https://github.com/cilium/cilium) from 1.14.14 to 1.14.16.
- [Release notes](https://github.com/cilium/cilium/releases)
- [Changelog](https://github.com/cilium/cilium/blob/1.14.16/CHANGELOG.md)
- [Commits](cilium/cilium@1.14.14...1.14.16)

---
updated-dependencies:
- dependency-name: github.com/cilium/cilium
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 21, 2024
@helight helight merged commit e0f63be into develop Oct 22, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/eBPF_Supermarket/Network_Subsystem/TrafficManager/github.com/cilium/cilium-1.14.16 branch October 22, 2024 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant