Releases: XenitAB/azcagit
Releases · XenitAB/azcagit
v0.0.21
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
- @phillebaba made their first contribution in #93
- @dependabot made their first contribution in #94
Full Changelog: v0.0.20...v0.0.21
v0.0.20
v0.0.19
What's Changed
- Add schema generation by @simongottschlag in #54
- Convert azcagit to use Jobs instead of Apps by @simongottschlag in #57
Full Changelog: v0.0.18...v0.0.19
v0.0.18
What's Changed
- Update deps by @simongottschlag in #51
- Add support for Jobs by @simongottschlag in #52
Full Changelog: v0.0.17...v0.0.18
This release introduces support for AzureContainerJob
using azcagit.
Breaking changes
spec.remoteSecrets[].appSecretName
has been renamedspec.remoteSecrets[].secretName
apiVersion
has been updated fromaca.xenit.io/v1alpha1
toaca.xenit.io/v1alpha2
for kindAzureContainerApp
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
What's Changed
- terraform-module: Container App storage by @simongottschlag in #36
- Update deps by @simongottschlag in #39
Full Changelog: v0.0.16...v0.0.17
v0.0.16
What's Changed
- Redact git secret from logs by @simongottschlag in #35
Full Changelog: v0.0.15...v0.0.16
v0.0.15
What's Changed
- add small k6 load test by @simongottschlag in #32
- Change from azapi to azurerm resources in terraform by @simongottschlag in #33
- Refactor to remove libgit2 by @simongottschlag in #34
Full Changelog: v0.0.14...v0.0.15
v0.0.14
What's Changed
- Fix gitops-promotion compatibility by @simongottschlag in #30
Full Changelog: v0.0.13...v0.0.14
v0.0.13
What's Changed
- add image tag replacement functionality by @simongottschlag in #29
Full Changelog: v0.0.12...v0.0.13
v0.0.12
What's Changed
- Send custom metrics to Azure by @simongottschlag in #25
Full Changelog: v0.0.11...v0.0.12