Changelog
Features
- ad27883 feat: automatic config migration from legacy definition to schema driven approach (#284)
- 0fa5e3f feat: bash completion and command docs automation (#305)
- d6112d5 feat: catalog management commands (#345)
- 8a961c3 feat: implement ServiceDefinition-based dynamic service registry (#221)
Bug fixes
- 1b610ae fix: chartPath handling for service definitions
- 4b295c4 fix: naming scheme for cluster types (#303)
- 09c9ae0 fix: rendering of templates for external catalogs and split generation code into cmd and internal package logic
- b8b3a5d fix: resolve PR static analysis failures (#344)
- 2c014b0 fix: service definition naming convention validation
Dependency updates
- 85ba02e chore(deps): update dependency astral-sh/uv to v0.11.16 (#335)
- 8b57508 chore(deps): update dependency astral-sh/uv to v0.11.17 (#349)
- d05e94f chore(deps): update docker/login-action action to v4.2.0 (#337)
- 0620bf3 chore(deps): update docker/setup-buildx-action action to v4.1.0 (#338)
- 74ffe7f chore(deps): update docker/setup-qemu-action action to v4.1.0 (#354)
- 775ebdf chore(deps): update github.com/external-secrets/external-secrets/apis digest to 4137d18 (#334)
- 0741215 chore(deps): update github.com/external-secrets/external-secrets/apis digest to cedf209 (#348)
- 9ac28cb chore(deps): update helm release alloy to v1.8.2 (#350)
- 8747a7d chore(deps): update helm release argo-cd to v9.5.15 (#336)
- 4e23bc9 chore(deps): update helm release argo-cd to v9.5.17 (#351)
- 4da5319 chore(deps): update helm release kube-prometheus-stack to v85.3.3 (#339)
- 6570d34 chore(deps): update helm release kube-prometheus-stack to v86 (#357)
- ae728f7 chore(deps): update helm release metallb to v0.16.0 (#340)
- e259993 chore(deps): update helm release metallb to v0.16.1 (#352)
- 6205df7 chore(deps): update helm release oauth2-proxy to v10.6.0 (#341)
- aa9b956 chore(deps): update module github.com/knadh/koanf/v2 to v2.3.5 (#353)
- c9a817a chore(deps): update module golang.org/x/crypto to v0.52.0 (#342)
- c374ece chore(deps): update terraform stackit to v0.97.0 (#356)
Documentation
- 2d5d5a9 docs(ADR-2): declarative service catalogs with service definitions (#252)
- a13e85d docs: update Slack badge styles in README
- 490ea20 docs: update navigation structure; add new pages: best practices and catalogs (#304)
CI / Build
- 01c6cbb ci(docs): fix the docs check workflow (#331)
- 40a2017 ci: harden docs check diff detection (#332)