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

build(go): Bump the go-dependencies group across 1 directory with 6 updates #177

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2024

Bumps the go-dependencies group with 5 updates in the / directory:

Package From To
github.com/traefik/traefik/v2 2.11.2 2.11.3
k8s.io/api 0.29.3 0.30.1
k8s.io/client-go 0.29.3 0.30.1
sigs.k8s.io/controller-runtime 0.17.2 0.18.3
sigs.k8s.io/external-dns 0.14.1 0.14.2

Updates github.com/traefik/traefik/v2 from 2.11.2 to 2.11.3

Release notes

Sourced from github.com/traefik/traefik/v2's releases.

v2.11.3

CVE's:

Bug fixes:

Documentation:

Changelog

Sourced from github.com/traefik/traefik/v2's changelog.

v2.11.3 (2024-05-17)

All Commits

Bug fixes:

Documentation:

v3.0.0 (2024-04-29)

All Commits

Enhancements:

  • [consul] ConsulCatalog StrictChecks (#10388 by djenriquez)
  • [docker,docker/swarm] Split Docker provider (#9652 by ldez)
  • [docker,service] Adds weight on ServersLoadBalancer (#10372 by juliens)
  • [ecs] Add option to keep only healthy ECS tasks (#8027 by Michampt)
  • [file] Reload provider file configuration on SIGHUP (#9993 by sokoide)
  • [healthcheck] Support gRPC healthcheck (#8583 by jjacque)
  • [healthcheck] Add a status option to the service health check (#9463 by guoard)
  • [http] Support custom headers when fetching configuration through HTTP (#9421 by kevinpollet)
  • [http3] Moves HTTP/3 outside the experimental section (#9570 by sdelicata)
  • [k8s,hub] Remove deprecated code (#9804 by ldez)
  • [k8s,k8s/gatewayapi] Support for cross-namespace references / GatewayAPI ReferenceGrants (#10346 by pascal-hofmann)
  • [k8s,k8s/gatewayapi] Support HostSNIRegexp in GatewayAPI TLS routes (#9486 by ddtmachado)
  • [k8s,k8s/gatewayapi] Upgrade gateway api to v1.0.0 (#10205 by mmatur)
  • [k8s/crd,k8s] Support file path as input param for Kubernetes token value (#10232 by sssash18)
  • [k8s/gatewayapi] Add option to set Gateway status address (#10582 by kevinpollet)
  • [k8s/gatewayapi] Toggle support for experimental channel (#10435 by SantoDE)
  • [k8s/gatewayapi] Add option to set Gateway status address (#10582 by kevinpollet)
  • [k8s/gatewayapi] Add support for HTTPRequestRedirectFilter in k8s Gateway API (#9408 by romantomjak)
  • [k8s/gatewayapi] Handle middlewares in filters extension reference (#10511 by youkoulayley)
  • [k8s/ingress,k8s/crd,k8s,k8s/gatewayapi] Use runtime.Object in routerTransform (#10523 by juliens)
  • [k8s/ingress,k8s] Add option to the Ingress provider to disable IngressClass lookup (#9281 by jandillenkofer)
  • [k8s/ingress,k8s] Remove support of the networking.k8s.io/v1beta1 APIVersion (#9949 by rtribotte)
  • [logs] Introduce static config hints (#10351 by rtribotte)
  • [logs,performance] New logger for the Traefik logs (#9515 by ldez)
  • [logs,plugins] Retry on plugin API calls (#9530 by ldez)
  • [logs,provider] Improve provider logs (#9562 by ldez)
  • [logs] Improve test logger assertions (#9533 by ldez)
  • [marathon] Remove Marathon provider (#9614 by rtribotte)
  • [metrics,tracing,accesslogs] Remove observability for internal resources (#9633 by rtribotte)
  • [metrics,tracing] Upgrade opentelemetry dependencies (#10472 by mmatur)

... (truncated)

Commits
  • f02b223 Prepare release v2.11.3
  • d4d23dc Fix UI unit tests
  • 4292059 Display of Content Security Policy values getting out of screen
  • d8cf90d Improve mirroring example on Kubernetes
  • ee3e7cb chore: patch migration/v2.md
  • f84e00e Consistent entryPoints capitalization in CLI flag usage
  • fe0af1e Use latest Ubuntu (LTS) image consistenly across GitHub workflow
  • e3729ec Fix HTTPRoute path type
  • 20d6c19 Fix HTTPRoute use of backendRefs
  • 7a7b03e Fix unfinished migration sentence for v2.11.2
  • Additional commits viewable in compare view

Updates k8s.io/api from 0.29.3 to 0.30.1

Commits
  • 41b1806 Update dependencies to v0.30.1 tag
  • 0fd470c Merge pull request #124702aojea/automated-cherry-pick-of-#124572
  • a669f18 Merge pull request #124694 from pmalek/backport-124553-to-release-1.30
  • 15001b5 fix(api): make LocalObjectReference.Name and HostAlias.IP required (#124553)
  • d9a08c5 tag service.spec.TrafficDistribution field as alpha
  • d014286 Merge remote-tracking branch 'origin/master' into release-1.30
  • 581c1b8 Update x/net for CVE-2023-45288
  • 35ca1f4 Merge pull request #123932 from pohly/dra-api-resource-model-rename
  • b048bd8 Merge pull request #123909 from AkihiroSuda/fix-123906
  • f06d24a dra api: NodeResourceModel -> ResourceModel
  • Additional commits viewable in compare view

Updates k8s.io/apimachinery from 0.29.3 to 0.30.1

Commits
  • 37988e5 Merge remote-tracking branch 'origin/master' into release-1.30
  • c857a38 Update x/net for CVE-2023-45288
  • 0407311 followup to allow special characters
  • 25164f7 Merge pull request #123435 from tallclair/apparmor-ga
  • cbfe0a1 Merge pull request #123758 from liggitt/protobump
  • 21d26b6 Bump github.com/golang/protobuf v1.5.4, google.golang.org/protobuf v1.33.0
  • 0c29f84 Merge pull request #123385 from HirazawaUi/allow-special-characters
  • 60d24f2 Merge pull request #123708 from p0lyn0mial/upstream-const-watchlist-bookmark-...
  • 513d23a apimachinery/meta/types.go: define InitialEventsAnnotationKey const
  • 67cb3a8 Merge pull request #123413 from seans3/tunneling-spdy-websockets
  • Additional commits viewable in compare view

Updates k8s.io/client-go from 0.29.3 to 0.30.1

Commits
  • 8e3349b Update dependencies to v0.30.1 tag
  • 4e1652b Merge pull request #124694 from pmalek/backport-124553-to-release-1.30
  • 2daa31e fix(api): make LocalObjectReference.Name and HostAlias.IP required (#124553)
  • 2df4de1 Merge remote-tracking branch 'origin/master' into release-1.30
  • ade2ae2 Update x/net for CVE-2023-45288
  • b4632b7 Merge pull request #123932 from pohly/dra-api-resource-model-rename
  • 4467b1e Merge pull request #123909 from AkihiroSuda/fix-123906
  • 650f392 dra api: NodeResourceModel -> ResourceModel
  • 00e4609 api: NodeStatus: rename RuntimeClasses to RuntimeHandlers
  • 7ebe0ea Merge pull request #123180 from AkihiroSuda/rro
  • Additional commits viewable in compare view

Updates sigs.k8s.io/controller-runtime from 0.17.2 to 0.18.3

Release notes

Sourced from sigs.k8s.io/controller-runtime's releases.

v0.18.3

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.18.2...v0.18.3

v0.18.2

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.18.1...v0.18.2

v0.18.1

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.18.0...v0.18.1

v0.18.0

⚠️ Breaking Changes

  • Bump to k8s.io/* v1.30 (#2693 #2754 #2765 #2776 #2786)
  • Remove deprecated v1alpha1.ControllerManagerConfiguration (#2648)
  • admission.Decoder is now an interface (#2736)
  • Source, Event, Predicate, Handler: Add generics support (#2783 #2796)
  • client: Fix SubResourceCreateOptions signature in subresource client (#2766)

✨ New Features

  • cache: Add TransformStripManagedFields transform func (#2791)
  • client: Add client.WithFieldOwner to configure client-wide FieldManager (#2771 #2777)
  • controller: Add NewQueue option (#2767)
  • manager: Export HTTP server runnable implementation (#2473)
  • metrics/server: Add ListenConfig option (#2519)

🐛 Bug Fixes

  • builder/webhook: Return error if For() is used multiple times (#2740)
  • cache: Keep selectors when byObject.Namespaces is defaulted (#2747)
  • cache: Prevent race when informers are started more than once (#2758)
  • fake client: Allow fakeclient to patch CR with no resourceVersion (#2725)
  • fake client: Do not consider an apply patch to be a strategic merge patch (#2679)
  • manager: Prevent leader election when shutting down a non-elected manager (#2724)
  • manager: Runnable group should check if stopped before enqueueing (#2757)
  • restmapper: Clean restmapper cache if a version is notFound (#2663)

... (truncated)

Commits
  • be2f383 Merge pull request #2840 from sbueringer/pr-bump-k8s
  • 4720d17 Bump k8s.io/* to v0.30.1
  • aa9ed14 Merge pull request #2837 from sbueringer/pr-setup-envtest-ct-rel-0.18
  • 35d7bbd default --use-deprecated-gcs to true
  • ce4e4f5 some more deprecations
  • 56dcc14 setup-envtest: allow downloading envtest binaries from controller-tools
  • 834905b Merge pull request #2817 from k8s-infra-cherrypick-robot/cherry-pick-2813-to-...
  • 6396a49 Reintroduce AddMetricsExtraHandler on manager
  • cd2885e Merge pull request #2809 from k8s-infra-cherrypick-robot/cherry-pick-2806-to-...
  • 06acde3 🐛 correct kind source type
  • Additional commits viewable in compare view

Updates sigs.k8s.io/external-dns from 0.14.1 to 0.14.2

Release notes

Sourced from sigs.k8s.io/external-dns's releases.

v0.14.2

What's Changed

... (truncated)

Changelog

Sourced from sigs.k8s.io/external-dns's changelog.

Release

Release cycle

Currently we don't release regularly. Whenever we think it makes sense to release a new version we do it, but we aim to do a new release every month. You might want to ask in our Slack channel external-dns when the next release will come out.

Versioning convention

These are the conventions that we will be using for releases following 0.7.6:

  • Patch version should be updated if we need to merge bugfixes, e.g. provider a does need a fix in order make updates working again. I would see updating or improving documentation here.

  • Minor version should be updated if new features are implemented in existing providers or new provider get introduced.

  • Major version should be upgraded if we introduce breaking changes.

How to release a new image

Prerequisite

We use https://github.com/cli/cli to automate the release process. Please install it according to the official documentation.

You must be an official maintainer of the project to be able to do a release.

Steps

  • Run scripts/releaser.sh to create a new GitHub release. Alternatively you can create a release in the GitHub UI making sure to click on the autogenerate release node feature.
  • The step above will trigger the Kubernetes based CI/CD system Prow. Verify that a new image was built and uploaded to gcr.io/k8s-staging-external-dns/external-dns.
  • Create a PR in the k8s.io repo (see kubernetes/k8s.io#540 for reference) by taking the current staging image using the sha256 digest. Once the PR is merged, the image will be live with the corresponding tag specified in the PR.
  • Verify that the image is pullable with the given tag (i.e. v0.7.5).
  • Branch out from the default branch and run scripts/kustomize-version-updater.sh to update the image tag used in the kustomization.yaml.
  • Create an issue to release the corresponding Helm chart via the chart release process (below) assigned to a chart maintainer
  • Create a PR with the kustomize change.
  • Create a PR to replace all versions for docker images in the tutorials. A possible script to use is sd registry.k8s.io/external-dns/external-dns:.* registry.k8s.io/external-dns/external-dns:v0.14.2 $(fd --type file) which uses the fd and sd utilities.
  • Once the PR is merged, all is done :-)

How to release a new chart version

The chart needs to be released in response to an ExternalDNS image release or on an as-needed basis; this should be triggered by an issue to release the chart.

Steps

  • Create a PR to update Chart.yaml with the ExternalDNS version in appVersion, agreed on chart release version in version and annotations showing the changes
  • Validate that the chart linting is successful
  • Merge the PR to trigger a GitHub action to release the chart
Commits
  • e490412 Merge pull request #4476 from mloiseleur/fix/deps-upgrade
  • 971c91d review with Raffo
  • fe64736 Merge pull request #4462 from leonardocaylent/bugfix/add-clarification-to-end...
  • 9597d25 fix: linter on unused parameter
  • ae29785 fix: Gateway API upgrade
  • 62c9eb3 build(deps): bump the dev-dependencies group across 1 directory with 19 updates
  • 6d67d6e Merge pull request #4474 from rhjensen79/master
  • 5084f3e changed documentation to include more details description when using api tokens
  • 23f8d40 Merge pull request #4464 from kubernetes-sigs/dependabot/github_actions/dev-d...
  • 551ee96 Merge pull request #4456 from DrFaust92/gke-docs
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…pdates

Bumps the go-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/traefik/traefik/v2](https://github.com/traefik/traefik) | `2.11.2` | `2.11.3` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.29.3` | `0.30.1` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.29.3` | `0.30.1` |
| [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.17.2` | `0.18.3` |
| [sigs.k8s.io/external-dns](https://github.com/kubernetes-sigs/external-dns) | `0.14.1` | `0.14.2` |



Updates `github.com/traefik/traefik/v2` from 2.11.2 to 2.11.3
- [Release notes](https://github.com/traefik/traefik/releases)
- [Changelog](https://github.com/traefik/traefik/blob/master/CHANGELOG.md)
- [Commits](traefik/traefik@v2.11.2...v2.11.3)

Updates `k8s.io/api` from 0.29.3 to 0.30.1
- [Commits](kubernetes/api@v0.29.3...v0.30.1)

Updates `k8s.io/apimachinery` from 0.29.3 to 0.30.1
- [Commits](kubernetes/apimachinery@v0.29.3...v0.30.1)

Updates `k8s.io/client-go` from 0.29.3 to 0.30.1
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.29.3...v0.30.1)

Updates `sigs.k8s.io/controller-runtime` from 0.17.2 to 0.18.3
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.17.2...v0.18.3)

Updates `sigs.k8s.io/external-dns` from 0.14.1 to 0.14.2
- [Release notes](https://github.com/kubernetes-sigs/external-dns/releases)
- [Changelog](https://github.com/kubernetes-sigs/external-dns/blob/master/docs/release.md)
- [Commits](kubernetes-sigs/external-dns@v0.14.1...v0.14.2)

---
updated-dependencies:
- dependency-name: github.com/traefik/traefik/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: sigs.k8s.io/external-dns
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from borchero as a code owner June 1, 2024 06:19
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 1, 2024
@github-actions github-actions bot added the build label Jun 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2024

Superseded by #181.

@dependabot dependabot bot closed this Jul 1, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/go-dependencies-3c5bb24303 branch July 1, 2024 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants