Skip to content

Releases: XenitAB/azcagit

v0.0.21

14 Nov 05:27
f37fe4d
Compare
Choose a tag to compare

What's Changed

  • Update Terraform provider versions by @phillebaba in #93
  • Bump github.com/invopop/jsonschema from 0.10.0 to 0.12.0 by @dependabot in #94
  • Bump golang from 1.21.1-bullseye to 1.21.4-bullseye by @dependabot in #95

New Contributors

Full Changelog: v0.0.20...v0.0.21

v0.0.20

13 Nov 17:04
20ed6c7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.19...v0.0.20

v0.0.19

23 Aug 07:59
6987f76
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.18...v0.0.19

v0.0.18

12 Jul 19:40
6c9c215
Compare
Choose a tag to compare

What's Changed

Full Changelog: 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

09 Jul 21:18
828e0d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.16...v0.0.17

v0.0.16

01 Mar 09:18
f5e7ce8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.15...v0.0.16

v0.0.15

28 Feb 08:46
1aefb2a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.14...v0.0.15

v0.0.14

14 Oct 21:07
fbd55a5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.13...v0.0.14

v0.0.13

13 Oct 20:50
1eb9510
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.12...v0.0.13

v0.0.12

12 Sep 19:47
dcd5deb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.11...v0.0.12