chore(eks-addon): release operator-eks-addon 0.1.30 for Operator 1.29.0 - #3336
Merged
Merged
Conversation
Bumps the wrapper chart to 0.1.30 and its datadog-operator dependency to 2.25.0 (appVersion 1.29.0, datadog-crds 2.23.0), regenerates addon_manifest.yaml via marketplaces/update-addon-chart.sh, and records the version mapping in the README.
|
Mathew-Estafanous
approved these changes
Aug 7, 2026
Contributor
Author
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
|
gh-worker-dd-mergequeue-cf854d
Bot
merged commit Aug 7, 2026
ff71f82
into
main
82 of 84 checks passed
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.
What does this PR do?
Prepares the EKS Marketplace add-on for Operator v1.29.0.
operator-eks-addondatadog-operatorchartdatadog-crdsGenerated with
marketplaces/update-addon-chart.shpermarketplaces/charts/operator-eks-addon/README.md:Chart.yaml— wrapper version anddatadog-operatordependency bumpedaddon_manifest.yaml— regenerated; picks up what landed in operator chart 2.25.0, notably theapps/deployments/statusRBAC rule ([Backport v1.29] give operator priv to create kubeactions clusterrole #3282) and the-untaintControllerEnabled=falseargument, plusoperator:1.29.0from the marketplace ECR repovalues.yaml— operator image tag1.28.0->1.29.0CHANGELOG.md/README.md— 0.1.30 entry and version-mapping rowAgent and Cluster Agent
7.81.2are the defaults compiled into v1.29.0 (AgentLatestVersion/ClusterAgentLatestVersion).Motivation
Post-release step for v1.29.0. Once merged, the chart is packaged and pushed to the marketplace ECR repository (
709825985650) along with the operator, agent and cluster-agent images, then submitted in the AWS Marketplace Management Portal as a new add-on version.Testing
update-addon-chart.shvalidated the vendored subchart versions match the declared dependency (0.1.30 / 2.25.0 / appVersion 1.29.0 / crds 2.23.0). Chart packaging and a kind install are done as part of the publishing steps before the artifacts are pushed.