release branch: v2.17.2 KEDA release#764
Merged
wozniakjan merged 2 commits intoJun 18, 2025
Merged
Conversation
…e#752) * Update deployment.yaml Add hostAliases to deployment template Signed-off-by: Edik <[email protected]> * Update Chart.yaml Upgrade Chart version Signed-off-by: Edik <[email protected]> * Update values.yaml Add default value for hostAliases Signed-off-by: Edik <[email protected]> * Update README.md Signed-off-by: Edik <[email protected]> * Update README.md Update chart version in README Signed-off-by: Edik <[email protected]> * Update Chart.yaml Signed-off-by: Edik <[email protected]> * Update README.md revert Signed-off-by: Edik <[email protected]> --------- Signed-off-by: Edik <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR bumps the release version to v2.17.2 for KEDA and introduces a new configuration option for pod networking (hostAliases) in both the values file and deployment template. Additionally, the release documentation and charts have been updated accordingly.
- Bumped version numbers in Chart.yaml, README.md, and docs/index.yaml to v2.17.2.
- Added hostAliases configuration to keda/values.yaml and keda/templates/manager/deployment.yaml.
- Updated documentation entries to reflect the new release.
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| keda/values.yaml | Added hostAliases option with corresponding documentation comment. |
| keda/templates/manager/deployment.yaml | Added hostAliases block using the new configuration value. |
| keda/README.md | Updated helm installation command version. |
| keda/Chart.yaml | Updated chart version and appVersion to v2.17.2. |
| docs/index.yaml | Updated release dates, versions, and metadata for the new release. |
| README.md | Updated helm search output to show the new version. |
JorTurFer
approved these changes
Jun 17, 2025
This file contains hidden or 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
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.
see also: kedacore/keda#6822