Skip to content

general - 3.0.0

Choose a tag to compare

@github-actions github-actions released this 03 Sep 07:35
· 19 commits to main since this release

What's Changed

Breaking changes

  • refactor(template-library)!: decoupling of bootstrap & general catalog by (re)moving the template-library (#82) by @tuunit

This change decouples the bootstrap and general catalog from each other and moved all the template-library manifests from the bootstrap catalog to the general catalog. Therefore make sure you update / specify 3.0.0+ for both the bootstrap and the general catalog in your config because you will otherwise get a conflict on kubara generate

version: v1alpha4
bootstrapCatalog: oci://ghcr.io/kubara-io/catalogs/bootstrap:3.0.0  # NEEDS TO BE SET EXPLICITLY 
clusters: 
 - name: <your-cluster>
    stage: <stage>
    type: <type>
    ...
    catalogs:
      - oci://ghcr.io/kubara-io/catalogs/general:3.0.0
    services:
      ....

Features

  • feat(cert-manager) externalSecrets support via template library include (#116) by @schnoddelbotz
  • feat(template-library): sync wave support through annotations (#110) by @tuunit
  • feat(argocd): add resource exclusions, diff customizations, and performance optimizations (#90) @tuunit

Fixes

  • fix: resolve Argo CD sync race conditions and Velero edge compatibility (#102) @Rana-Ashar
  • fix(stackit): missing region parameter for kubeconfig resource (#99) @tuunit

Dependencies

  • chore(deps): update helm release kube-prometheus-stack to v88.6.3 (#117) by @kubara-renovate[bot]
  • chore(deps): update helm release prometheus-blackbox-exporter to v11.18.0 (#113) by @kubara-renovate[bot]
  • chore(deps): update helm release kube-prometheus-stack to v88.6.2 (#111) by @kubara-renovate[bot]
  • chore(deps): update b4bz/homer docker tag to v26.08.3 (#106) by @kubara-renovate[bot]
  • chore(deps): update helm release external-secrets to v2.10.0 (#103) by @kubara-renovate[bot]
  • chore(deps): update helm release kube-prometheus-stack to v88.6.1 (#101) by @kubara-renovate[bot]
  • chore(deps): update helm release kube-prometheus-stack to v88.6.0 (#98) by @kubara-renovate[bot]
  • chore(deps): update b4bz/homer docker tag to v26.08.2 (#97) by @kubara-renovate[bot]
  • chore(deps): update traefik docker tag to v41.4.0 (#96) by @kubara-renovate[bot]
  • chore(deps): update helm release alloy to v1.12.1 (#95) by @kubara-renovate[bot]
  • chore(deps): update helm release policy-reporter to v3.10.0 (#92) by @kubara-renovate[bot]