From 5c7728501140015d06c5f4945362fb274402ab7d Mon Sep 17 00:00:00 2001 From: Micah Nagel Date: Fri, 18 Oct 2024 16:12:26 -0600 Subject: [PATCH] fix: release-please for aks (#941) ## Description Adds AKS bundle to release-please config ## Related Issue Fixes # Relates to # ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Other (security config, docs update, etc) ## Checklist before merging - [ ] Test, docs, adr added or updated as needed - [ ] [Contributor Guide](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md) followed --- release-please-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/release-please-config.json b/release-please-config.json index cb60d25d4..a1b2701fa 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -26,6 +26,7 @@ "bundles/k3d-standard/uds-bundle.yaml", ".github/bundles/rke2/uds-bundle.yaml", ".github/bundles/eks/uds-bundle.yaml", + ".github/bundles/aks/uds-bundle.yaml", "tasks/deploy.yaml", "tasks/publish.yaml" ]