Skip to content

2024.9.0

Compare
Choose a tag to compare
@mkjpryor mkjpryor released this 24 Sep 15:15
· 20 commits to devel since this release
2629806

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 to azimuth-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

  • Fix release notes generation to work with the Ansible !unsafe tag by @mkjpryor in #165

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
Dependency updates

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
Dependency updates

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
Bugs fixed
Dependency updates

New Contributors

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
Dependency updates

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
Kubernetes updates
Dependency updates

New Contributors

Full Changelog: azimuth-cloud/azimuth-images@0.12.0...0.13.0

azimuth @ 0.11.0

What's Changed

New features and enhancements
Dependency updates

New Contributors

Full Changelog: azimuth-cloud/azimuth@0.10.0...0.11.0

azimuth-caas-operator @ 0.15.2

What's Changed

Bugs fixed

Full Changelog: azimuth-cloud/azimuth-caas-operator@0.15.1...0.15.2

azimuth-caas-operator @ 0.15.1

What's Changed

Bugs fixed

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
Dependency updates

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

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
Bugs fixed
Dependency updates

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
Dependency updates

New Contributors

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
Dependency updates

New Contributors

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
Dependency updates

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

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

Full Changelog: azimuth-cloud/azimuth-schedule-operator@0.4.0...0.5.0

zenith @ 0.12.0

What's Changed

New features and enhancements
Bugs fixed
Dependency updates

New Contributors

Full Changelog: azimuth-cloud/zenith@0.11.0...0.12.0

zenith @ 0.11.0

What's Changed

New features and enhancements
Dependency updates

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
Bugs fixed
Dependency updates

New Contributors

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
Dependency updates

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
Dependency updates

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

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
Bugs fixed
Dependency updates

New Contributors

Full Changelog: azimuth-cloud/capi-helm-charts@0.9.0...0.10.0

caas-workstation @ 0.8.0

What's Changed

New Contributors

Full Changelog: azimuth-cloud/caas-workstation@0.7.1...0.8.0

caas-repo2docker @ 0.7.0

What's Changed

Full Changelog: azimuth-cloud/caas-repo2docker@0.6.0...0.7.0

caas-repo2docker @ 0.6.0

What's Changed

New Contributors

Full Changelog: azimuth-cloud/caas-repo2docker@0.5.0...0.6.0

caas-r-studio-server @ 0.7.0

What's Changed

Full Changelog: azimuth-cloud/caas-r-studio-server@0.6.0...0.7.0

caas-r-studio-server @ 0.6.0

What's Changed

New Contributors

Full Changelog: azimuth-cloud/caas-r-studio-server@0.5.0...0.6.0

ansible-slurm-appliance @ v1.152

What's Changed

New Contributors

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:

ansible-slurm-appliance @ v1.151

What's Changed

New Contributors

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:

https://object.arcus.openstack.hpc.cam.ac.uk/swift/v1/AUTH_3a06571936a0424bb40bc5c672c4ccb1/openhpc-images/