forked from coredns/helm
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge from upstream 1.37.0 tag #1
Open
nicanor-asana
wants to merge
36
commits into
master
Choose a base branch
from
nicanorgutierrez-merge-from-upstream-1-37-0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Merge from upstream 1.37.0 tag #1
nicanor-asana
wants to merge
36
commits into
master
from
nicanorgutierrez-merge-from-upstream-1-37-0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
There are cases where zones are different but plugins are. In order to avoid duplication of whole zone block configuration, allow to disable config map creation and let it to be managable externally, where it is possible to keep plugins configuration same, but change zone definition only. Signed-off-by: Dinar Valeev <[email protected]>
Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 3.5 to 4. - [Release notes](https://github.com/azure/setup-helm/releases) - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md) - [Commits](Azure/setup-helm@v3.5...v4) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Jack Lindamood <[email protected]>
Signed-off-by: Jack Lindamood <[email protected]>
Allow to skip ConfigMap creation
PodDisruptionBudget and ServiceMonitor. This allows adapting to non-standard setups like for example AWS EKS CoreDNS Add-on, which use different labels and selectors. Signed-off-by: Alexander Berger <[email protected]>
This allows adapting to non-standard setups like for example AWS EKS CoreDNS Add-on, which use different names. Signed-off-by: Alexander Berger <[email protected]>
Signed-off-by: Alexander Berger <[email protected]>
Signed-off-by: Alexander Berger <[email protected]>
…lity Allow overriding selectors and names
Signed-off-by: Paco Xu <[email protected]>
bump helm version and coredns to v1.11.3
Signed-off-by: Ryan King <[email protected]>
Signed-off-by: Ryan King <[email protected]>
added: support service loadBalancerClass
Signed-off-by: Andre Baptista Aguas <[email protected]>
Support different service and container ports
Signed-off-by: John Mark Gabriel Caguicla <[email protected]>
Signed-off-by: John Mark Gabriel Caguicla <[email protected]>
Signed-off-by: John Mark Gabriel Caguicla <[email protected]>
support `trafficDistribution` for service
Signed-off-by: John Mark Gabriel Caguicla <[email protected]>
Signed-off-by: John Mark Gabriel Caguicla <[email protected]>
Fix `trafficDistribution` documentation issue
Signed-off-by: Ed Doh <[email protected]>
Signed-off-by: Florent David <[email protected]>
Co-authored-by: Hagai Barel <[email protected]> Signed-off-by: Florent David <[email protected]>
Add environment variables on container specs
Signed-off-by: Nikki Bailey <[email protected]>
fix: add default value for clusterRole name override
Signed-off-by: Manuel Rüger <[email protected]>
Signed-off-by: Manuel Rüger <[email protected]>
Drop PodSecurityPolicies
jamiees2
approved these changes
Jan 7, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
These PR merges from the upstream repo tag 1.37.0 preserving the changes from 57d8836 with one detail:
The maintainers of the coredns chart have now added a selector field, thus we can to the service, so we can drop our override and use the one provided by them.
@jamiees2 I am actually not sure whether this is how you should do the updates from upstream or there is a preferred way... not big on forks myself.