2024.9.0
Major breaking changes
In this release, all of the Azimuth repositories have moved from the stackhpc
GitHub org to azimuth-cloud
. In practice, this means that you must update two things:
Git upstream remote
You must update the URL for the upstream
remote in git
before following the
upgrade procedure:
git remote set-url upstream https://github.com/azimuth-cloud/azimuth-config.git
Playbook invocations
The azimuth-ops Ansible collection has changed namespace from stackhpc
to azimuth_cloud
, which means that wherever playbooks from this collection are invoked the namespace must be updated, i.e.:
stackhpc.azimuth.{provision,generate_tests,destroy}
must be updated to:
azimuth_cloud.azimuth_ops.{provision,generate_tests,destroy}
This includes any continuous deployment (CD) scripts and configurations, e.g. GitLab CI/CD configuration files.
Once this update has been made, updates should be able to proceed as normal.
What's Changed
New features and enhancements
- Moved repository from
stackhpc
toazimuth-cloud
- Add performance tuning and reporting in Ansible config by @m-bull in #166
- Add a new kube-connect script, independent of tilt-up by @mkjpryor in #168
- Add schedule operator to Tilt components by @mkjpryor in #169
- Remove references to stackhpc where possible by @mkjpryor in #170
- Add LICENSE file by @mkjpryor in #171
- Add example GitHub workflow for automated update PRs by @sd109 in #167
- Wait for FIPs to become available in CI by @mkjpryor in #172
- Fix debug bundle creation when components are missing by @mkjpryor in #175
- Use actions corresponding to code in upgrade test by @mkjpryor in #177
- Update Magnum CAPI cluster version to 1.28 by @sd109 in #173
Bugs fixed
Dependency updates
- Update azimuth-ops to 0.11.2 by @azimuth-automation-bot in #174
New Contributors
- @azimuth-automation-bot made their first contribution in #174
Full Changelog: 0.9.0...2024.9.0
Changes to components
ansible-collection-azimuth-ops @ 0.11.2
What's Changed
New features and enhancements
- Bump default CaaS job timeouts to 1h by @mkjpryor in azimuth-cloud/ansible-collection-azimuth-ops#633
Dependency updates
- Update keycloak-operator to 25.0.6 by @azimuth-automation-bot in azimuth-cloud/ansible-collection-azimuth-ops#632
Full Changelog: azimuth-cloud/ansible-collection-azimuth-ops@0.11.1...0.11.2
ansible-collection-azimuth-ops @ 0.11.1
What's Changed
Bugs fixed
- Ensure the lease status is restored by @mkjpryor in azimuth-cloud/ansible-collection-azimuth-ops#630
Dependency updates
- Update helm to v3.16.0 by @azimuth-automation-bot in azimuth-cloud/ansible-collection-azimuth-ops#626
- Update helm to v3.16.1 by @azimuth-automation-bot in azimuth-cloud/ansible-collection-azimuth-ops#627
- Update azimuth-capi-operator to 0.7.1 by @azimuth-automation-bot in azimuth-cloud/ansible-collection-azimuth-ops#629
- Update azimuth-caas-operator to 0.15.2 by @azimuth-automation-bot in azimuth-cloud/ansible-collection-azimuth-ops#631
Full Changelog: azimuth-cloud/ansible-collection-azimuth-ops@0.11.0...0.11.1
ansible-collection-azimuth-ops @ 0.11.0
What's Changed
New features and enhancements
- Use workflow actions from azimuth-cloud by @mkjpryor in azimuth-cloud/ansible-collection-azimuth-ops#591
- Support ansible-init in slurm appliance by @sjpb in azimuth-cloud/ansible-collection-azimuth-ops#588
- Propagating ansible_init variables for workstation, R-Studio and repo2docker by @mkjpryor in azimuth-cloud/ansible-collection-azimuth-ops#601
- Use only internal network and skip assigning fips by @darmach in azimuth-cloud/ansible-collection-azimuth-ops#619
- Bump slurm to v1.152 by @sjpb in azimuth-cloud/ansible-collection-azimuth-ops#611
- Bump HA cluster version from 1.29 to 1.30 by @mkjpryor in azimuth-cloud/ansible-collection-azimuth-ops#625
Bugs fixed
- Fix Keycloak not available errors by @mkjpryor in azimuth-cloud/ansible-collection-azimuth-ops#599
- Fix broken CAPO CRD validation on k8s 1.31 by @mkjpryor in azimuth-cloud/ansible-collection-azimuth-ops#616
Dependency updates
- Update cluster-api to v1.8.1 by @azimuth-ci-bot in azimuth-cloud/ansible-collection-azimuth-ops#573
- Update helm to v3.15.4 by @azimuth-ci-bot in azimuth-cloud/ansible-collection-azimuth-ops#574
- Update velero to 7.1.4 by @azimuth-ci-bot in azimuth-cloud/ansible-collection-azimuth-ops#579
- Update caas-rstudio to 0.7.0 by @azimuth-ci-bot in azimuth-cloud/ansible-collection-azimuth-ops#584
- Update caas-repo2docker to 0.7.0 by @azimuth-ci-bot in azimuth-cloud/ansible-collection-azimuth-ops#586
- Update caas-workstation to 0.8.0 by @azimuth-ci-bot in azimuth-cloud/ansible-collection-azimuth-ops#585
- Update keycloak-operator to 25.0.4 by @azimuth-automation-bot in azimuth-cloud/ansible-collection-azimuth-ops#600
- Update kustomize to v5.4.3 by @azimuth-ci-bot in azimuth-cloud/ansible-collection-azimuth-ops#582
- Update velero to 7.1.5 by @azimuth-automation-bot in azimuth-cloud/ansible-collection-azimuth-ops#598
- Update harbor to 1.15.0 by @azimuth-ci-bot in azimuth-cloud/ansible-collection-azimuth-ops#422
- Update harbor to 1.15.1 by @azimuth-automation-bot in azimuth-cloud/ansible-collection-azimuth-ops#608
- Update velero-plugin-for-aws to v1.10.1 by @azimuth-automation-bot in azimuth-cloud/ansible-collection-azimuth-ops#607
- Update velero-cli to v1.14.1 by @azimuth-automation-bot in azimuth-cloud/ansible-collection-azimuth-ops#606
- Update azimuth-schedule-operator to 0.5.0 by @azimuth-automation-bot in azimuth-cloud/ansible-collection-azimuth-ops#604
- Update cluster-api-addon-provider to 0.6.1 by @azimuth-automation-bot in azimuth-cloud/ansible-collection-azimuth-ops#594
- Update k3s to v1.31.0+k3s1 by @azimuth-ci-bot in azimuth-cloud/ansible-collection-azimuth-ops#587
- Update ingress-nginx to 4.11.2 by @azimuth-ci-bot in azimuth-cloud/ansible-collection-azimuth-ops#581
- Update cert-manager to v1.15.3 by @azimuth-ci-bot in azimuth-cloud/ansible-collection-azimuth-ops#583
- Update azimuth-identity-operator to 0.7.1 by @azimuth-automation-bot in azimuth-cloud/ansible-collection-azimuth-ops#592
- Update azimuth-caas-operator to 0.15.0 by @azimuth-automation-bot in azimuth-cloud/ansible-collection-azimuth-ops#593
- Update zenith to 0.12.0 by @azimuth-automation-bot in azimuth-cloud/ansible-collection-azimuth-ops#595
- Update cluster-api-janitor-openstack to 0.6.0 by @azimuth-automation-bot in azimuth-cloud/ansible-collection-azimuth-ops#605
- Update velero to 7.2.0 by @azimuth-automation-bot in azimuth-cloud/ansible-collection-azimuth-ops#613
- Update snapshot-controller to 3.0.6 by @azimuth-automation-bot in azimuth-cloud/ansible-collection-azimuth-ops#612
- Update azimuth-images to 0.13.0 by @azimuth-automation-bot in azimuth-cloud/ansible-collection-azimuth-ops#603
- Update capi-helm-openstack-cluster to 0.10.1 by @azimuth-automation-bot in azimuth-cloud/ansible-collection-azimuth-ops#610
- Update velero to 7.2.1 by @azimuth-automation-bot in azimuth-cloud/ansible-collection-azimuth-ops#615
- Update azimuth-capi-operator to 0.7.0 by @azimuth-automation-bot in azimuth-cloud/ansible-collection-azimuth-ops#614
- Update azimuth to 0.11.0 by @azimuth-automation-bot in azimuth-cloud/ansible-collection-azimuth-ops#602
- Update cluster-api to v1.8.2 by @azimuth-automation-bot in azimuth-cloud/ansible-collection-azimuth-ops#617
- Update keycloak-operator to 25.0.5 by @azimuth-automation-bot in azimuth-cloud/ansible-collection-azimuth-ops#622
- Update cluster-api to v1.8.3 by @azimuth-automation-bot in azimuth-cloud/ansible-collection-azimuth-ops#623
- Update azimuth-schedule-operator to 0.5.1 by @azimuth-automation-bot in azimuth-cloud/ansible-collection-azimuth-ops#621
- Update azimuth-caas-operator to 0.15.1 by @azimuth-automation-bot in azimuth-cloud/ansible-collection-azimuth-ops#624
New Contributors
- @azimuth-automation-bot made their first contribution in azimuth-cloud/ansible-collection-azimuth-ops#600
- @darmach made their first contribution in azimuth-cloud/ansible-collection-azimuth-ops#619
Full Changelog: azimuth-cloud/ansible-collection-azimuth-ops@0.10.0...0.11.0
ansible-collection-azimuth-ops @ 0.10.0
What's Changed
New features and enhancements
- Repository moved from
stackhpc
toazimuth-cloud
- Replace references to stackhpc where possible by @mkjpryor in azimuth-cloud/ansible-collection-azimuth-ops#590
Dependency updates
- Update keycloak-operator to 25.0.2 by @azimuth-ci-bot in azimuth-cloud/ansible-collection-azimuth-ops#580
Full Changelog: azimuth-cloud/ansible-collection-azimuth-ops@0.9.2...0.10.0
azimuth-images @ 0.13.0
What's Changed
New features and enhancements
- Repository moved from
stackhpc
toazimuth-cloud
- Replace references to stackhpc where possible by @mkjpryor in azimuth-cloud/azimuth-images#232
- Use workflow actions from azimuth-cloud by @mkjpryor in azimuth-cloud/azimuth-images#233
- Allow image builds to run on other clouds by @mkjpryor in azimuth-cloud/azimuth-images#236
- Stop building images for Kubernetes 1.27 by @mkjpryor in azimuth-cloud/azimuth-images#238
Kubernetes updates
- Update Kubernetes patch versions (v1.30.4, v1.27.16, v1.29.8, v1.28.13) by @azimuth-ci-bot in azimuth-cloud/azimuth-images#227
- Add new Kubernetes version (v1.31.0) by @azimuth-automation-bot in azimuth-cloud/azimuth-images#235
Dependency updates
- Bump prometheus to v2.53.1 by @azimuth-ci-bot in azimuth-cloud/azimuth-images#223
- Update ubuntu-jammy base image (20240716) by @azimuth-ci-bot in azimuth-cloud/azimuth-images#228
- Update ubuntu-jammy base image (20240808) by @azimuth-ci-bot in azimuth-cloud/azimuth-images#229
- Update ubuntu-jammy base image (20240821) by @azimuth-automation-bot in azimuth-cloud/azimuth-images#237
- Bump community.general to 9.3.0 by @azimuth-ci-bot in azimuth-cloud/azimuth-images#225
- Bump prometheus.prometheus to 0.17.1 by @azimuth-ci-bot in azimuth-cloud/azimuth-images#219
- Bump containers.podman to 1.15.4 by @azimuth-ci-bot in azimuth-cloud/azimuth-images#224
- Bump prometheus to v2.54.0 by @azimuth-automation-bot in azimuth-cloud/azimuth-images#234
- Bump zenith-client to 0.12.0 by @azimuth-automation-bot in azimuth-cloud/azimuth-images#239
New Contributors
- @azimuth-automation-bot made their first contribution in azimuth-cloud/azimuth-images#237
Full Changelog: azimuth-cloud/azimuth-images@0.12.0...0.13.0
azimuth @ 0.11.0
What's Changed
New features and enhancements
- Move repository from
stackhpc
toazimuth-cloud
- Replace references to stackhpc where possible by @mkjpryor in azimuth-cloud/azimuth#267
- Use workflow actions from azimuth-cloud by @mkjpryor in azimuth-cloud/azimuth#272
- Verify SSL when contacting OpenStack API for CAPI and CaaS clusters by @mkjpryor in azimuth-cloud/azimuth#262
- Create leases for platforms by @JohnGarbutt in azimuth-cloud/azimuth#266
- Update chart and repo on Kubernetes app update by @mkjpryor in azimuth-cloud/azimuth#271
Dependency updates
- Bump certifi from 2024.6.2 to 2024.7.4 in /api by @dependabot in azimuth-cloud/azimuth#256
- Bump jsonschema from 4.22.0 to 4.23.0 in /api by @dependabot in azimuth-cloud/azimuth#258
- Bump rpds-py from 0.18.1 to 0.19.0 in /api by @dependabot in azimuth-cloud/azimuth#257
- Bump voluptuous from 0.15.1 to 0.15.2 in /api by @dependabot in azimuth-cloud/azimuth#255
- Bump sqlparse from 0.5.0 to 0.5.1 in /api by @dependabot in azimuth-cloud/azimuth#260
- Bump cryptography from 42.0.8 to 43.0.0 in /api by @dependabot in azimuth-cloud/azimuth#261
- Bump easysemver from 0.1.0 to 0.2.0 in /api by @dependabot in azimuth-cloud/azimuth#264
- Bump rpds-py from 0.19.0 to 0.20.0 in /api by @dependabot in azimuth-cloud/azimuth#268
- Bump django from 5.0.6 to 5.1 in /api by @dependabot in azimuth-cloud/azimuth#270
- Bump easykube from 0.3.3 to 0.4.0 in /api by @dependabot in azimuth-cloud/azimuth#265
- Bump attrs from 23.2.0 to 24.2.0 in /api by @dependabot in azimuth-cloud/azimuth#273
- Bump pyyaml from 6.0.1 to 6.0.2 in /api by @dependabot in azimuth-cloud/azimuth#274
- Bump gunicorn from 22.0.0 to 23.0.0 in /api by @dependabot in azimuth-cloud/azimuth#276
- Bump statsd-exporter to v0.27.1 by @azimuth-automation-bot in azimuth-cloud/azimuth#277
- Bump elliptic from 6.5.4 to 6.5.7 in /ui by @dependabot in azimuth-cloud/azimuth#278
- Bump cffi from 1.16.0 to 1.17.0 in /api by @dependabot in azimuth-cloud/azimuth#275
New Contributors
- @azimuth-automation-bot made their first contribution in azimuth-cloud/azimuth#277
Full Changelog: azimuth-cloud/azimuth@0.10.0...0.11.0
azimuth-caas-operator @ 0.15.2
What's Changed
Bugs fixed
- Ensure lease and platform are re-adopted after a restore by @mkjpryor in azimuth-cloud/azimuth-caas-operator#180
Full Changelog: azimuth-cloud/azimuth-caas-operator@0.15.1...0.15.2
azimuth-caas-operator @ 0.15.1
What's Changed
Bugs fixed
- Each time we fail, wait longer for the next retry by @JohnGarbutt in azimuth-cloud/azimuth-caas-operator#175
Full Changelog: azimuth-cloud/azimuth-caas-operator@0.15.0...0.15.1
azimuth-caas-operator @ 0.15.0
What's Changed
New features and enhancements
- Allow CA cert to be specified as part of OpenStack credential by @mkjpryor in azimuth-cloud/azimuth-caas-operator#156
- Use workflow actions from azimuth-cloud by @mkjpryor in azimuth-cloud/azimuth-caas-operator#164
- Optionally wait for Lease and consume flavor mappings by @JohnGarbutt in azimuth-cloud/azimuth-caas-operator#159
- Bump dependencies by @mkjpryor in azimuth-cloud/azimuth-caas-operator#167
Dependency updates
- Bump aiohttp from 3.9.5 to 3.10.1 by @dependabot in azimuth-cloud/azimuth-caas-operator#158
- Bump cryptography from 42.0.8 to 43.0.0 by @dependabot in azimuth-cloud/azimuth-caas-operator#155
Full Changelog: azimuth-cloud/azimuth-caas-operator@0.14.0...0.15.0
azimuth-caas-operator @ 0.14.0
What's Changed
New features and enhancements
- Repository moved from
stackhpc
toazimuth-cloud
- Replace references to stackhpc where possible by @mkjpryor in azimuth-cloud/azimuth-caas-operator#161
Full Changelog: azimuth-cloud/azimuth-caas-operator@0.13.0...0.14.0
azimuth-capi-operator @ 0.7.1
What's Changed
New features and enhancements
- Bump peter-evans/create-pull-request from 6 to 7 in the github-actions group by @dependabot in azimuth-cloud/azimuth-capi-operator#275
Bugs fixed
- Ensure lease is re-adopted after a restore by @mkjpryor in azimuth-cloud/azimuth-capi-operator#285
Dependency updates
- Bump pydantic from 2.8.2 to 2.9.0 by @dependabot in azimuth-cloud/azimuth-capi-operator#271
- Bump yarl from 1.9.9 to 1.9.11 by @dependabot in azimuth-cloud/azimuth-capi-operator#272
- Bump pydantic-core from 2.20.1 to 2.23.3 by @dependabot in azimuth-cloud/azimuth-capi-operator#274
- Bump yarl from 1.9.11 to 1.11.1 by @dependabot in azimuth-cloud/azimuth-capi-operator#278
- Bump pydantic from 2.9.0 to 2.9.1 by @dependabot in azimuth-cloud/azimuth-capi-operator#277
- Bump multidict from 6.0.5 to 6.1.0 by @dependabot in azimuth-cloud/azimuth-capi-operator#279
- Bump helm to v3.16.1 by @azimuth-automation-bot in azimuth-cloud/azimuth-capi-operator#280
Full Changelog: azimuth-cloud/azimuth-capi-operator@0.7.0...0.7.1
azimuth-capi-operator @ 0.7.0
What's Changed
New features and enhancements
- Repository moved from
stackhpc
toazimuth-cloud
- Add support for pausing cluster reconciliation by @mkjpryor in azimuth-cloud/azimuth-capi-operator#237
- Replace references to stackhpc where possible by @mkjpryor in azimuth-cloud/azimuth-capi-operator#244
- Create LICENSE file by @mkjpryor in azimuth-cloud/azimuth-capi-operator#247
- Use workflow actions from azimuth-cloud by @mkjpryor in azimuth-cloud/azimuth-capi-operator#248
- Support creating a cluster inside a lease by @mkjpryor in azimuth-cloud/azimuth-capi-operator#252
Dependency updates
- Bump certifi from 2024.6.2 to 2024.7.4 by @dependabot in azimuth-cloud/azimuth-capi-operator#232
- Bump pydantic from 2.8.0 to 2.8.2 by @dependabot in azimuth-cloud/azimuth-capi-operator#231
- Bump pydantic-core from 2.20.0 to 2.20.1 by @dependabot in azimuth-cloud/azimuth-capi-operator#230
- Bump configomatic from 0.2.0 to 0.3.1 by @dependabot in azimuth-cloud/azimuth-capi-operator#236
- Bump reloader to 1.0.119 by @azimuth-ci-bot in azimuth-cloud/azimuth-capi-operator#233
- Bump helm to v3.15.3 by @azimuth-ci-bot in azimuth-cloud/azimuth-capi-operator#234
- Bump helm to v3.15.4 by @azimuth-automation-bot in azimuth-cloud/azimuth-capi-operator#251
- Bump reloader to 1.0.121 by @azimuth-automation-bot in azimuth-cloud/azimuth-capi-operator#246
- Bump exceptiongroup from 1.2.1 to 1.2.2 by @dependabot in azimuth-cloud/azimuth-capi-operator#235
- Bump cryptography from 42.0.8 to 43.0.0 by @dependabot in azimuth-cloud/azimuth-capi-operator#239
- Bump easysemver from 0.1.0 to 0.2.0 by @dependabot in azimuth-cloud/azimuth-capi-operator#253
- Bump cffi from 1.16.0 to 1.17.0 by @dependabot in azimuth-cloud/azimuth-capi-operator#256
- Bump easykube from 0.3.3 to 0.4.0 by @dependabot in azimuth-cloud/azimuth-capi-operator#241
- Bump pyhelm3 from 0.3.3 to 0.4.0 by @dependabot in azimuth-cloud/azimuth-capi-operator#242
- Bump configomatic from 0.3.1 to 0.4.0 by @dependabot in azimuth-cloud/azimuth-capi-operator#255
- Bump aiohttp from 3.9.5 to 3.10.5 by @dependabot in azimuth-cloud/azimuth-capi-operator#254
- Bump zenith to 0.12.0 by @azimuth-automation-bot in azimuth-cloud/azimuth-capi-operator#245
- Bump attrs from 23.2.0 to 24.2.0 by @dependabot in azimuth-cloud/azimuth-capi-operator#257
- Bump kube-custom-resource from 0.4.0 to 0.5.0 by @dependabot in azimuth-cloud/azimuth-capi-operator#258
- Bump pyyaml from 6.0.1 to 6.0.2 by @dependabot in azimuth-cloud/azimuth-capi-operator#259
- Bump idna from 3.7 to 3.8 by @dependabot in azimuth-cloud/azimuth-capi-operator#261
- Bump reloader to 1.1.0 by @azimuth-automation-bot in azimuth-cloud/azimuth-capi-operator#263
- Bump httpx from 0.27.0 to 0.27.2 by @dependabot in azimuth-cloud/azimuth-capi-operator#262
- Bump yarl from 1.9.4 to 1.9.7 by @dependabot in azimuth-cloud/azimuth-capi-operator#267
- Bump certifi from 2024.7.4 to 2024.8.30 by @dependabot in azimuth-cloud/azimuth-capi-operator#265
- Bump openstack-cluster to 0.10.1 by @azimuth-automation-bot in azimuth-cloud/azimuth-capi-operator#266
- Bump cryptography from 43.0.0 to 43.0.1 by @dependabot in azimuth-cloud/azimuth-capi-operator#268
- Bump yarl from 1.9.7 to 1.9.9 by @dependabot in azimuth-cloud/azimuth-capi-operator#270
- Bump cffi from 1.17.0 to 1.17.1 by @dependabot in azimuth-cloud/azimuth-capi-operator#269
New Contributors
- @azimuth-automation-bot made their first contribution in azimuth-cloud/azimuth-capi-operator#251
Full Changelog: azimuth-cloud/azimuth-capi-operator@0.6.1...0.7.0
azimuth-identity-operator @ 0.7.1
What's Changed
New features and enhancements
- Add LICENSE file by @mkjpryor in azimuth-cloud/azimuth-identity-operator#151
- Update workflow actions to azimuth-cloud by @mkjpryor in azimuth-cloud/azimuth-identity-operator#152
Dependency updates
- Update Helm to v3.15.4 by @azimuth-automation-bot in azimuth-cloud/azimuth-identity-operator#155
- Update dex to 0.19.1 by @azimuth-ci-bot in azimuth-cloud/azimuth-identity-operator#148
- Bump pyhelm3 from 0.3.3 to 0.4.0 by @dependabot in azimuth-cloud/azimuth-identity-operator#143
- Bump kube-custom-resource from 0.4.0 to 0.5.0 by @dependabot in azimuth-cloud/azimuth-identity-operator#146
- Bump attrs from 23.2.0 to 24.2.0 by @dependabot in azimuth-cloud/azimuth-identity-operator#156
- Bump easykube from 0.3.3 to 0.4.0 by @dependabot in azimuth-cloud/azimuth-identity-operator#144
- Bump configomatic from 0.3.1 to 0.4.0 by @dependabot in azimuth-cloud/azimuth-identity-operator#145
- Bump pyyaml from 6.0.1 to 6.0.2 by @dependabot in azimuth-cloud/azimuth-identity-operator#159
- Bump aiohttp from 3.9.5 to 3.10.5 by @dependabot in azimuth-cloud/azimuth-identity-operator#160
New Contributors
- @azimuth-automation-bot made their first contribution in azimuth-cloud/azimuth-identity-operator#155
Full Changelog: azimuth-cloud/azimuth-identity-operator@0.7.0...0.7.1
azimuth-identity-operator @ 0.7.0
What's Changed
New features and enhancements
- Repository moved from
stackhpc
toazimuth-cloud
- Replace references to stackhpc where possible by @mkjpryor in azimuth-cloud/azimuth-identity-operator#150
Dependency updates
- Bump pydantic from 2.7.4 to 2.8.0 by @dependabot in azimuth-cloud/azimuth-identity-operator#134
- Bump certifi from 2024.6.2 to 2024.7.4 by @dependabot in azimuth-cloud/azimuth-identity-operator#137
- Bump pydantic from 2.8.0 to 2.8.2 by @dependabot in azimuth-cloud/azimuth-identity-operator#136
- Bump pydantic-core from 2.20.0 to 2.20.1 by @dependabot in azimuth-cloud/azimuth-identity-operator#135
- Update Helm to v3.15.3 by @azimuth-ci-bot in azimuth-cloud/azimuth-identity-operator#138
- Bump exceptiongroup from 1.2.1 to 1.2.2 by @dependabot in azimuth-cloud/azimuth-identity-operator#139
- Bump configomatic from 0.2.0 to 0.3.1 by @dependabot in azimuth-cloud/azimuth-identity-operator#141
Full Changelog: azimuth-cloud/azimuth-identity-operator@0.6.1...0.7.0
azimuth-schedule-operator @ 0.5.1
What's Changed
New features and enhancements
- Expect 500 and 400 errors from Blazar by @JohnGarbutt in azimuth-cloud/azimuth-schedule-operator#65
Full Changelog: azimuth-cloud/azimuth-schedule-operator@0.5.0...0.5.1
azimuth-schedule-operator @ 0.5.0
What's Changed
New features and enhancements
- Move repository from
stackhpc
toazimuth-cloud
- Replace references to stackhpc where possible by @mkjpryor in azimuth-cloud/azimuth-schedule-operator#54
- Use workflow actions from azimuth-cloud by @mkjpryor in azimuth-cloud/azimuth-schedule-operator#56
- Add a CRD for managing Blazar leases by @mkjpryor in azimuth-cloud/azimuth-schedule-operator#53
- Bump dependencies by @mkjpryor in azimuth-cloud/azimuth-schedule-operator#59
Full Changelog: azimuth-cloud/azimuth-schedule-operator@0.4.0...0.5.0
zenith @ 0.12.0
What's Changed
New features and enhancements
- Performance improvements for metrics by @mkjpryor in azimuth-cloud/zenith#554
- Update actions in workflows to azimuth-cloud by @mkjpryor in azimuth-cloud/zenith#557
- Add support for subdomain-as-path-prefix flag by @mkjpryor in azimuth-cloud/zenith#543
- Allow TLS termination to be handled outside of ingress controller by @mkjpryor in azimuth-cloud/zenith#546
- Support forwarding of ID and access tokens to upstream by @mkjpryor in azimuth-cloud/zenith#548
- Clean up requirements files by @mkjpryor in azimuth-cloud/zenith#591
Bugs fixed
- Add CVE-2024-41110 affecting Helm to ignore list by @mkjpryor in azimuth-cloud/zenith#547
Dependency updates
- Bump exceptiongroup from 1.2.1 to 1.2.2 in /operator by @dependabot in azimuth-cloud/zenith#515
- Bump cffi from 1.16.0 to 1.17.0 in /sshd by @dependabot in azimuth-cloud/zenith#556
- Bump exceptiongroup from 1.2.1 to 1.2.2 in /sync by @dependabot in azimuth-cloud/zenith#513
- Bump cryptography from 42.0.8 to 43.0.0 in /operator by @dependabot in azimuth-cloud/zenith#527
- Bump configomatic from 0.3.1 to 0.4.0 in /sync by @dependabot in azimuth-cloud/zenith#532
- Bump starlette from 0.38.1 to 0.38.2 in /registrar by @dependabot in azimuth-cloud/zenith#530
- Bump pyhelm3 from 0.3.3 to 0.4.0 in /sync by @dependabot in azimuth-cloud/zenith#533
- Bump easykube from 0.3.3 to 0.4.0 in /sshd by @dependabot in azimuth-cloud/zenith#541
- Bump cryptography from 42.0.8 to 43.0.0 in /sshd by @dependabot in azimuth-cloud/zenith#525
- Bump kube-custom-resource from 0.4.0 to 0.5.0 in /sync by @dependabot in azimuth-cloud/zenith#534
- Bump configomatic from 0.3.1 to 0.4.0 in /registrar by @dependabot in azimuth-cloud/zenith#535
- Bump pydantic-core from 2.20.1 to 2.21.0 in /sync by @dependabot in azimuth-cloud/zenith#568
- Bump easysemver from 0.1.0 to 0.2.0 in /sync by @dependabot in azimuth-cloud/zenith#567
- Bump pyyaml from 6.0.1 to 6.0.2 in /sshd by @dependabot in azimuth-cloud/zenith#566
- Bump cffi from 1.16.0 to 1.17.0 in /registrar by @dependabot in azimuth-cloud/zenith#565
- Bump cffi from 1.16.0 to 1.17.0 in /operator by @dependabot in azimuth-cloud/zenith#564
- Bump attrs from 23.2.0 to 24.2.0 in /operator by @dependabot in azimuth-cloud/zenith#563
- Bump uvicorn from 0.30.1 to 0.30.6 in /registrar by @dependabot in azimuth-cloud/zenith#562
- Update helm to v3.15.4 by @azimuth-automation-bot in azimuth-cloud/zenith#576
- Bump pyyaml from 6.0.1 to 6.0.2 in /operator by @dependabot in azimuth-cloud/zenith#575
- Bump pyyaml from 6.0.1 to 6.0.2 in /sync by @dependabot in azimuth-cloud/zenith#572
- Bump easykube from 0.3.3 to 0.4.0 in /operator by @dependabot in azimuth-cloud/zenith#577
- Bump pydantic-core from 2.20.1 to 2.22.0 in /sshd by @dependabot in azimuth-cloud/zenith#583
- Bump pydantic-core from 2.20.1 to 2.22.0 in /client by @dependabot in azimuth-cloud/zenith#579
- Bump pyyaml from 6.0.1 to 6.0.2 in /client by @dependabot in azimuth-cloud/zenith#555
- Bump configomatic from 0.2.0 to 0.4.0 in /operator by @dependabot in azimuth-cloud/zenith#538
- Bump configomatic from 0.3.1 to 0.4.0 in /sshd by @dependabot in azimuth-cloud/zenith#540
- Bump configomatic from 0.3.1 to 0.4.0 in /client by @dependabot in azimuth-cloud/zenith#537
- Bump easykube from 0.3.3 to 0.4.0 in /registrar by @dependabot in azimuth-cloud/zenith#536
- Bump kube-custom-resource from 0.4.0 to 0.5.0 in /operator by @dependabot in azimuth-cloud/zenith#539
- Bump pyyaml from 6.0.1 to 6.0.2 in /registrar by @dependabot in azimuth-cloud/zenith#570
- Bump fastapi from 0.111.1 to 0.112.1 in /registrar by @dependabot in azimuth-cloud/zenith#580
- Bump pydantic-core from 2.20.1 to 2.22.0 in /registrar by @dependabot in azimuth-cloud/zenith#581
- Bump easykube from 0.3.3 to 0.4.0 in /sync by @dependabot in azimuth-cloud/zenith#569
- Bump attrs from 23.2.0 to 24.2.0 in /sync by @dependabot in azimuth-cloud/zenith#573
- Bump pydantic-core from 2.22.0 to 2.23.0 in /client by @dependabot in azimuth-cloud/zenith#586
- Bump pydantic-core from 2.22.0 to 2.23.0 in /sshd by @dependabot in azimuth-cloud/zenith#587
New Contributors
- @azimuth-automation-bot made their first contribution in azimuth-cloud/zenith#576
Full Changelog: azimuth-cloud/zenith@0.11.0...0.12.0
zenith @ 0.11.0
What's Changed
New features and enhancements
- Repository moved from
stackhpc
toazimuth-cloud
- Replace references to stackhpc where possible by @mkjpryor in azimuth-cloud/zenith#551
Dependency updates
- Bump pydantic from 2.8.0 to 2.8.2 in /sshd by @dependabot in azimuth-cloud/zenith#509
- Bump pydantic from 2.8.0 to 2.8.2 in /operator by @dependabot in azimuth-cloud/zenith#506
- Bump pydantic from 2.8.0 to 2.8.2 in /sync by @dependabot in azimuth-cloud/zenith#505
- Bump certifi from 2024.6.2 to 2024.7.4 in /sync by @dependabot in azimuth-cloud/zenith#504
- Bump certifi from 2024.6.2 to 2024.7.4 in /registrar by @dependabot in azimuth-cloud/zenith#502
- Bump pydantic from 2.8.0 to 2.8.2 in /client by @dependabot in azimuth-cloud/zenith#501
- Bump pydantic-core from 2.20.0 to 2.20.1 in /registrar by @dependabot in azimuth-cloud/zenith#496
- Bump certifi from 2024.6.2 to 2024.7.4 in /operator by @dependabot in azimuth-cloud/zenith#507
- Bump pydantic from 2.8.0 to 2.8.2 in /registrar by @dependabot in azimuth-cloud/zenith#503
- Bump certifi from 2024.6.2 to 2024.7.4 in /client by @dependabot in azimuth-cloud/zenith#500
- Bump pydantic-core from 2.20.0 to 2.20.1 in /sync by @dependabot in azimuth-cloud/zenith#498
- Bump pydantic-core from 2.20.0 to 2.20.1 in /sshd by @dependabot in azimuth-cloud/zenith#497
- Update gomplate to v4.1.0 by @azimuth-ci-bot in azimuth-cloud/zenith#489
- Bump certifi from 2024.6.2 to 2024.7.4 in /sshd by @dependabot in azimuth-cloud/zenith#508
- Bump pydantic-core from 2.20.0 to 2.20.1 in /operator by @dependabot in azimuth-cloud/zenith#495
- Bump pydantic-core from 2.20.0 to 2.20.1 in /client by @dependabot in azimuth-cloud/zenith#499
- Bump fastapi from 0.111.0 to 0.111.1 in /registrar by @dependabot in azimuth-cloud/zenith#512
- Bump configomatic from 0.2.0 to 0.3.1 in /sshd by @dependabot in azimuth-cloud/zenith#518
- Bump configomatic from 0.2.0 to 0.3.1 in /client by @dependabot in azimuth-cloud/zenith#519
- Bump configomatic from 0.2.0 to 0.3.1 in /sync by @dependabot in azimuth-cloud/zenith#520
- Bump configomatic from 0.2.0 to 0.3.1 in /registrar by @dependabot in azimuth-cloud/zenith#521
- Bump exceptiongroup from 1.2.1 to 1.2.2 in /registrar by @dependabot in azimuth-cloud/zenith#511
- Bump exceptiongroup from 1.2.1 to 1.2.2 in /sshd by @dependabot in azimuth-cloud/zenith#514
- Bump cryptography from 42.0.8 to 43.0.0 in /registrar by @dependabot in azimuth-cloud/zenith#522
- Bump starlette from 0.37.2 to 0.38.1 in /registrar by @dependabot in azimuth-cloud/zenith#528
- Update oauth2-proxy to 7.7.9 by @azimuth-ci-bot in azimuth-cloud/zenith#516
- Update helm to v3.15.3 by @azimuth-ci-bot in azimuth-cloud/zenith#510
Full Changelog: azimuth-cloud/zenith@0.10.1...0.11.0
cluster-api-addon-provider @ 0.6.1
What's Changed
New features and enhancements
- Add workflow to update Helm by @mkjpryor in azimuth-cloud/cluster-api-addon-provider#123
- Replace stackhpc with azimuth-cloud in workflow actions by @mkjpryor in azimuth-cloud/cluster-api-addon-provider#125
Bugs fixed
- Change uses label format to support longer addon names by @mkjpryor in azimuth-cloud/cluster-api-addon-provider#115
Dependency updates
- Bump helm to v3.15.4 by @azimuth-automation-bot in azimuth-cloud/cluster-api-addon-provider#124
- Bump kube-custom-resource from 0.4.0 to 0.5.0 by @dependabot in azimuth-cloud/cluster-api-addon-provider#118
- Bump pyhelm3 from 0.3.3 to 0.4.0 by @dependabot in azimuth-cloud/cluster-api-addon-provider#119
- Bump configomatic from 0.3.1 to 0.4.0 by @dependabot in azimuth-cloud/cluster-api-addon-provider#117
- Bump attrs from 23.2.0 to 24.2.0 by @dependabot in azimuth-cloud/cluster-api-addon-provider#128
- Bump easykube from 0.3.3 to 0.4.0 by @dependabot in azimuth-cloud/cluster-api-addon-provider#120
- Bump pyyaml from 6.0.1 to 6.0.2 by @dependabot in azimuth-cloud/cluster-api-addon-provider#131
- Bump aiohttp from 3.9.5 to 3.10.5 by @dependabot in azimuth-cloud/cluster-api-addon-provider#132
New Contributors
- @azimuth-automation-bot made their first contribution in azimuth-cloud/cluster-api-addon-provider#124
Full Changelog: azimuth-cloud/cluster-api-addon-provider@0.6.0...0.6.1
cluster-api-addon-provider @ 0.6.0
What's Changed
New features and enhancements
- Repository moved from
stackhpc
toazimuth-cloud
- Replace references to stackhpc where possible by @mkjpryor in azimuth-cloud/cluster-api-addon-provider#122
Dependency updates
- Bump pydantic from 2.7.4 to 2.8.0 by @dependabot in azimuth-cloud/cluster-api-addon-provider#106
- Bump pydantic from 2.8.0 to 2.8.2 by @dependabot in azimuth-cloud/cluster-api-addon-provider#109
- Bump certifi from 2024.6.2 to 2024.7.4 by @dependabot in azimuth-cloud/cluster-api-addon-provider#108
- Bump pydantic-core from 2.20.0 to 2.20.1 by @dependabot in azimuth-cloud/cluster-api-addon-provider#107
- Bump configomatic from 0.2.0 to 0.3.1 by @dependabot in azimuth-cloud/cluster-api-addon-provider#112
- Bump exceptiongroup from 1.2.1 to 1.2.2 by @dependabot in azimuth-cloud/cluster-api-addon-provider#111
Full Changelog: azimuth-cloud/cluster-api-addon-provider@0.5.9...0.6.0
cluster-api-janitor-openstack @ 0.6.0
What's Changed
New features and enhancements
- Repository moved from
stackhpc
toazimuth-cloud
- Changes to support repository move by @mkjpryor in azimuth-cloud/cluster-api-janitor-openstack#70
- Update test actions to azimuth-cloud by @mkjpryor in azimuth-cloud/cluster-api-janitor-openstack#75
Dependency updates
- Bump certifi from 2024.6.2 to 2024.7.4 by @dependabot in azimuth-cloud/cluster-api-janitor-openstack#66
- Bump exceptiongroup from 1.2.1 to 1.2.2 by @dependabot in azimuth-cloud/cluster-api-janitor-openstack#67
- Bump easykube from 0.3.3 to 0.4.0 by @dependabot in azimuth-cloud/cluster-api-janitor-openstack#69
- Bump attrs from 23.2.0 to 24.2.0 by @dependabot in azimuth-cloud/cluster-api-janitor-openstack#73
- Bump pyyaml from 6.0.1 to 6.0.2 by @dependabot in azimuth-cloud/cluster-api-janitor-openstack#74
- Bump aiohttp from 3.9.5 to 3.10.5 by @dependabot in azimuth-cloud/cluster-api-janitor-openstack#79
Full Changelog: azimuth-cloud/cluster-api-janitor-openstack@0.5.9...0.6.0
capi-helm-charts @ 0.10.1
What's Changed
Bugs fixed
- Fix broken Calico metrics by @mkjpryor in azimuth-cloud/capi-helm-charts#401
Full Changelog: azimuth-cloud/capi-helm-charts@0.10.0...0.10.1
capi-helm-charts @ 0.10.0
What's Changed
New features and enhancements
- Repository moved from
stackhpc
toazimuth-cloud
- Increase worker node maxUnhealthy remediation threshold to 100% by @sd109 in azimuth-cloud/capi-helm-charts#366
- change etcd_frag repo by @scrungus in azimuth-cloud/capi-helm-charts#372
- Replace references to stackhpc where possible by @mkjpryor in azimuth-cloud/capi-helm-charts#389
- Allow CI to run on multiple clouds by @mkjpryor in azimuth-cloud/capi-helm-charts#392
- Update values.yaml comments by @MaxBed4d in azimuth-cloud/capi-helm-charts#368
- Drop 1.28 and add 1.31 in tests by @mkjpryor in azimuth-cloud/capi-helm-charts#397
- Pods affinity for control plane nodes by @heytrav in azimuth-cloud/capi-helm-charts#391
Bugs fixed
- Replace references to stackhpc/capi-helm-charts by @mkjpryor in azimuth-cloud/capi-helm-charts#373
- Use new azimuth-cloud app for automated updates by @mkjpryor in azimuth-cloud/capi-helm-charts#374
- Fix linting issues by @mkjpryor in azimuth-cloud/capi-helm-charts#387
Dependency updates
- Update cilium addon to 1.15.7 by @azimuth-ci-bot in azimuth-cloud/capi-helm-charts#365
- Update openstack-ccm addon to 2.30.2 by @azimuth-ci-bot in azimuth-cloud/capi-helm-charts#331
- Update calico addon to v3.28.1 by @azimuth-ci-bot in azimuth-cloud/capi-helm-charts#334
- Update ingress-nginx addon to 4.11.2 by @azimuth-ci-bot in azimuth-cloud/capi-helm-charts#362
- Update node-feature-discovery addon to 0.16.4 by @azimuth-ci-bot in azimuth-cloud/capi-helm-charts#360
- Update cilium addon to 1.16.1 by @azimuth-ci-bot in azimuth-cloud/capi-helm-charts#367
- Update cluster-api-provider-openstack to v0.10.4 by @azimuth-ci-bot in azimuth-cloud/capi-helm-charts#361
- Update helm to v3.15.4 by @azimuth-ci-bot in azimuth-cloud/capi-helm-charts#364
- Update cluster-api to v1.8.1 by @azimuth-ci-bot in azimuth-cloud/capi-helm-charts#363
- Update prometheus-blackbox-exporter addon to 9.0.0 by @azimuth-automation-bot in azimuth-cloud/capi-helm-charts#386
- Update cert-manager to v1.15.3 by @azimuth-automation-bot in azimuth-cloud/capi-helm-charts#384
- Update cluster-api-janitor-openstack to 0.6.0 by @azimuth-automation-bot in azimuth-cloud/capi-helm-charts#395
- Update addon-provider to 0.6.1 by @azimuth-automation-bot in azimuth-cloud/capi-helm-charts#394
- Update nvidia-gpu-operator addon to v24.6.1 by @azimuth-automation-bot in azimuth-cloud/capi-helm-charts#385
- Update azimuth-images to 0.13.0 by @azimuth-automation-bot in azimuth-cloud/capi-helm-charts#393
- Update sonobuoy to v0.57.2 by @azimuth-automation-bot in azimuth-cloud/capi-helm-charts#396
New Contributors
- @MaxBed4d made their first contribution in azimuth-cloud/capi-helm-charts#368
- @azimuth-automation-bot made their first contribution in azimuth-cloud/capi-helm-charts#386
Full Changelog: azimuth-cloud/capi-helm-charts@0.9.0...0.10.0
caas-workstation @ 0.8.0
What's Changed
- Repository moved from
stackhpc
toazimuth-cloud
- Added support for ansible_init variables by @Chris-green-stfc in azimuth-cloud/caas-workstation#22
- Replace references to stackhpc by @mkjpryor in azimuth-cloud/caas-workstation#25
New Contributors
- @Chris-green-stfc made their first contribution in azimuth-cloud/caas-workstation#22
Full Changelog: azimuth-cloud/caas-workstation@0.7.1...0.8.0
caas-repo2docker @ 0.7.0
What's Changed
- Add LICENSE file by @mkjpryor in azimuth-cloud/caas-repo2docker#14
Full Changelog: azimuth-cloud/caas-repo2docker@0.6.0...0.7.0
caas-repo2docker @ 0.6.0
What's Changed
- Repository moved from
stackhpc
toazimuth-cloud
- Added support for meta data injection by @Chris-green-stfc in azimuth-cloud/caas-repo2docker#12
- Replace references to stackhpc by @mkjpryor in azimuth-cloud/caas-repo2docker#13
New Contributors
- @Chris-green-stfc made their first contribution in azimuth-cloud/caas-repo2docker#12
Full Changelog: azimuth-cloud/caas-repo2docker@0.5.0...0.6.0
caas-r-studio-server @ 0.7.0
What's Changed
- Add LICENSE file by @mkjpryor in azimuth-cloud/caas-r-studio-server#10
Full Changelog: azimuth-cloud/caas-r-studio-server@0.6.0...0.7.0
caas-r-studio-server @ 0.6.0
What's Changed
- Repository moved from
stackhpc
toazimuth-cloud
- Added ansible metadata injection by @Chris-green-stfc in azimuth-cloud/caas-r-studio-server#8
- Replace references to stackhpc by @mkjpryor in azimuth-cloud/caas-r-studio-server#9
New Contributors
- @Chris-green-stfc made their first contribution in azimuth-cloud/caas-r-studio-server#8
Full Changelog: azimuth-cloud/caas-r-studio-server@0.5.0...0.6.0
ansible-slurm-appliance @ v1.152
What's Changed
- Update OSes available for deployment by @bertiethorpe in stackhpc/ansible-slurm-appliance#424
- Correct the -only options in the Packer README by @MoteHue in stackhpc/ansible-slurm-appliance#423
- Add trivy image scanning by @sjpb in stackhpc/ansible-slurm-appliance#413
- Enable 'openstack baremetal ...' commands on deploy host by @sjpb in stackhpc/ansible-slurm-appliance#425
- Automated PRs for version bumps by @bertiethorpe in stackhpc/ansible-slurm-appliance#429
- Add workflow for fat image uploads to client sites by @bertiethorpe in stackhpc/ansible-slurm-appliance#430
New Contributors
- @MoteHue made their first contribution in stackhpc/ansible-slurm-appliance#423
Full Changelog: stackhpc/ansible-slurm-appliance@v1.151...v1.152
Image details
Two new images are available, both of which require a 15GB root disk:
- RL8 without OFED: openhpc-RL8-240813-1317-1b370a36
- RL9 with OFED: openhpc-ofed-RL9-240813-1317-1b370a36
ansible-slurm-appliance @ v1.151
What's Changed
- Add TuneD by @bertiethorpe in stackhpc/ansible-slurm-appliance#409
- Use shorter names for CI clusters by @sjpb in stackhpc/ansible-slurm-appliance#415
- Allow items in compute mapping to have different keys by @sjpb in stackhpc/ansible-slurm-appliance#412
- Move jupyter openondemand installation to fatimage by @bertiethorpe in stackhpc/ansible-slurm-appliance#414
- Support ansible-init for remote collections by @sjpb in stackhpc/ansible-slurm-appliance#411
- Avoid python-openstackclient v7 due to rebuild bug by @sjpb in stackhpc/ansible-slurm-appliance#420
- Update hpctests to obey UCX_NET_DEVICES when RoCE devices present by @bertiethorpe in stackhpc/ansible-slurm-appliance#421
New Contributors
- @bertiethorpe made their first contribution in stackhpc/ansible-slurm-appliance#409
Full Changelog: stackhpc/ansible-slurm-appliance@v1.150...v1.151
Image details
Two new images are available, both of which require a 15GB root disk:
- RL8 without OFED: openhpc-RL8-240725-1710-325c7b47
- RL9 with OFED: openhpc-ofed-RL9-240725-1710-325c7b47