gardener / gardener-extension-provider-aws

Gardener extension controller for the AWS cloud provider (https://aws.amazon.com).
https://gardener.cloud
Apache License 2.0
18 stars 96 forks source link

Bump github.com/gardener/external-dns-management from 0.18.7 to 0.19.0 #1003

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 2 months ago

Bumps github.com/gardener/external-dns-management from 0.18.7 to 0.19.0.

Release notes

Sourced from github.com/gardener/external-dns-management's releases.

v0.19.0

[gardener/external-dns-management]

✨ New Features

  • [OPERATOR] The address lookups for domain names in DNSEntries to create A or AAAA records has been moved to a separate background processing to avoid periodic reconciliation of such DNSEntries.
    Additionally, it is now possible to create A or AAAA records instead of a CNAME record for a single domain name target by specifying .spec.resolveTargetsToAddresses: true. by @​MartinWeindel #377

🏃 Others

Docker Images

  • dns-controller-manager: europe-docker.pkg.dev/gardener-project/releases/dns-controller-manager:v0.19.0
Commits
  • 6e6774c Release v0.19.0
  • f10fd41 improve cancel; relax as lookup can be cancelled (#378)
  • 012309a Prepare next Development Cycle v0.19.0-dev
  • ca6bd72 Background processing for address lookups of CNAME replacements (#377)
  • ee8b06a Bump golang from 1.22.4 to 1.22.5 (#376)
  • f286d9d fix dockerfile directory
  • 9addba3 renamed Context to ProviderContext
  • 0a19357 Prepare next Development Cycle v0.18.8-dev
  • See full diff 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 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)
gardener-robot commented 2 months ago

@dependabot[bot] Thank you for your contribution.

gardener-robot-ci-1 commented 2 months ago

Thank you @dependabot[bot] for your contribution. Before I can start building your PR, a member of the organization must set the required label(s) {'reviewed/ok-to-test'}. Once started, you can check the build status in the PR checks section below.

dependabot[bot] commented 1 month ago

Superseded by #1016.