Azcagit Versions Save

GitOps Engine for Azure Container Apps

v0.0.21

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/XenitAB/azcagit/compare/v0.0.20...v0.0.21

v0.0.20

6 months ago

What's Changed

Full Changelog: https://github.com/XenitAB/azcagit/compare/v0.0.19...v0.0.20

v0.0.19

9 months ago

What's Changed

Full Changelog: https://github.com/XenitAB/azcagit/compare/v0.0.18...v0.0.19

v0.0.18

10 months ago

What's Changed

Full Changelog: https://github.com/XenitAB/azcagit/compare/v0.0.17...v0.0.18

This release introduces support for AzureContainerJob using azcagit.

Breaking changes

  • spec.remoteSecrets[].appSecretName has been renamed spec.remoteSecrets[].secretName
  • apiVersion has been updated from aca.xenit.io/v1alpha1 to aca.xenit.io/v1alpha2 for kind AzureContainerApp

Example job:

kind: AzureContainerJob
apiVersion: aca.xenit.io/v1alpha2
metadata:
  name: foobar
spec:
  locationFilter:
    - West Europe
  remoteSecrets:
    - secretName: connection-string
      remoteSecretName: mssql-connection-string
  replacements:
    images:
      - imageName: "mcr.microsoft.com/k8se/quickstart-jobs"
        newImageTag: "latest"
  job:
    properties:
      configuration:
        scheduleTriggerConfig:
          cronExpression: "*/5 * * * *"
          parallelism: 1
          replicaCompletionCount: 1
        replicaRetryLimit: 1
        replicaTimeout: 1800
        triggerType: Schedule
      template:
        containers:
          - name: main
            image: mcr.microsoft.com/k8se/quickstart-jobs:foobar
            resources:
              cpu: 0.25
              memory: .5Gi

v0.0.17

10 months ago

What's Changed

Full Changelog: https://github.com/XenitAB/azcagit/compare/v0.0.16...v0.0.17

v0.0.16

1 year ago

What's Changed

Full Changelog: https://github.com/XenitAB/azcagit/compare/v0.0.15...v0.0.16

v0.0.15

1 year ago

What's Changed

Full Changelog: https://github.com/XenitAB/azcagit/compare/v0.0.14...v0.0.15

v0.0.14

1 year ago

What's Changed

Full Changelog: https://github.com/XenitAB/azcagit/compare/v0.0.13...v0.0.14

v0.0.13

1 year ago

What's Changed

Full Changelog: https://github.com/XenitAB/azcagit/compare/v0.0.12...v0.0.13

v0.0.12

1 year ago

What's Changed

Full Changelog: https://github.com/XenitAB/azcagit/compare/v0.0.11...v0.0.12