FAQ | This is a LIVE service | Changelog

Skip to content
Commits on Source (8)
include:
- project: "uis/devops/continuous-delivery/ci-templates"
file: "/auto-devops/common-pipeline.yml"
ref: v4.6.0
ref: v5.2.0
- project: "uis/devops/continuous-delivery/ci-templates"
file: "/auto-devops/release-it.yml"
ref: v4.6.0
ref: v5.2.0
- project: "uis/devops/continuous-delivery/ci-templates"
file: "/commitlint.yml"
ref: v4.6.0
ref: v5.2.0
variables:
USE_MERGE_REQUEST_RELEASE_FLOW: "1"
......@@ -18,5 +18,5 @@ variables:
python:tox:
variables:
# Before changing these lines, make sure that the regex in renovate.json will still match.
TOX_ADDITIONAL_REQUIREMENTS: "poetry==1.8.3"
TOX_REQUIREMENT: "tox==4.21.2"
TOX_ADDITIONAL_REQUIREMENTS: "poetry==1.8.4"
TOX_REQUIREMENT: "tox==4.23.2"
# Changelog
## [1.2.2](https://gitlab.developers.cam.ac.uk/uis/devops/tools/aws-helper/compare/1.2.1...1.2.2) (2024-10-28)
### Bug Fixes
* **deps:** update all dependencies ([befb409](https://gitlab.developers.cam.ac.uk/uis/devops/tools/aws-helper/commit/befb409f590de2d4805bbea2dc593aba0be9597a))
* **deps:** update all dependencies ([35852ac](https://gitlab.developers.cam.ac.uk/uis/devops/tools/aws-helper/commit/35852ac823041766861b187c4a1271e7a8691b76))
* **deps:** update all dependencies ([7451143](https://gitlab.developers.cam.ac.uk/uis/devops/tools/aws-helper/commit/7451143767958d587af420ca5120e126b0b83874))
## [1.2.1](https://gitlab.developers.cam.ac.uk/uis/devops/tools/aws-helper/compare/1.2.0...1.2.1) (2024-10-07)
......
This diff is collapsed.
[tool.poetry]
name = "aws-helper"
version = "1.2.1"
version = "1.2.2"
description = "Utility to allow easy access to the AWS console and CLI tools"
authors = [
"University of Cambridge Information Services <devops@uis.cam.ac.uk>"
......