| Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
This was needed due to wanting a default value when calling python3 diurectly, but also when not specified via the API call
|
|
|
|
|
|
|
|
|
|
This is needed as dev builds such as 3.13-dev use the suffix -dev, rather than a patch version.
|
|
|
|
|
|
|
|
This was a breaking change github introduced recently
Co-authored-by: GDWR <[email protected]>
|
|
When using nargs='?' the nsjail_args argument was sometimes consuming 1 of the arguments passed to the module.
By setting these two arguments to store_const actions instead, this is no longer the case, as they will always use the constant specified now.
This is more appropriate for their actual use case of being purely for documentation.
Co-authored-by: GDWR <[email protected]>
|
|
This ensures only packages that have wheels for 3.13 are installed into the 3.13 eval container
|
|
|
|
|
|
|
|
This means when building multiple python versions this repo is only cloned once
|
|
|
|
|
|
|
|
|
|
Bumps the ci-dependencies group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action).
Updates `docker/build-push-action` from 5 to 6
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci-dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|
Bumps the ci-dependencies group with 2 updates in the / directory: [tclindner/sentry-releases-action](https://github.com/tclindner/sentry-releases-action) and [coverallsapp/github-action](https://github.com/coverallsapp/github-action).
Updates `tclindner/sentry-releases-action` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/tclindner/sentry-releases-action/releases)
- [Changelog](https://github.com/tclindner/sentry-releases-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tclindner/sentry-releases-action/compare/v1.2.0...v1.3.0)
Updates `coverallsapp/github-action` from 2.2.3 to 2.3.0
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- [Commits](https://github.com/coverallsapp/github-action/compare/v2.2.3...v2.3.0)
---
updated-dependencies:
- dependency-name: tclindner/sentry-releases-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci-dependencies
- dependency-name: coverallsapp/github-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci-dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|
|
|
|
|
|
|
|
|
Bumps the docker-dependencies group with 1 update: python.
Updates `python` from 3.11-slim-bookworm to 3.12-slim-bookworm
---
updated-dependencies:
- dependency-name: python
dependency-type: direct:production
dependency-group: docker-dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|
Running this script in it's previous form (via `docker compose run`) always returned an exit code of 0.
This is due to `find` always returning a 0 exit code, unless an error occurred while traversing the directories.
|
|
Bumps the ci-dependencies group with 1 update: [azure/k8s-deploy](https://github.com/azure/k8s-deploy).
Updates `azure/k8s-deploy` from 4 to 5
- [Release notes](https://github.com/azure/k8s-deploy/releases)
- [Changelog](https://github.com/Azure/k8s-deploy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/azure/k8s-deploy/compare/v4...v5)
---
updated-dependencies:
- dependency-name: azure/k8s-deploy
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci-dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|
|
|
|
|
|
|
pyenv 2.3.36 added support for 3.12.2, it also happens to be the latest version as of writing.
|
|
Bumps the ci-dependencies group with 2 updates: [azure/setup-kubectl](https://github.com/azure/setup-kubectl) and [azure/k8s-set-context](https://github.com/azure/k8s-set-context).
Updates `azure/setup-kubectl` from 3 to 4
- [Release notes](https://github.com/azure/setup-kubectl/releases)
- [Changelog](https://github.com/Azure/setup-kubectl/blob/main/CHANGELOG.md)
- [Commits](https://github.com/azure/setup-kubectl/compare/v3...v4)
Updates `azure/k8s-set-context` from 3 to 4
- [Release notes](https://github.com/azure/k8s-set-context/releases)
- [Commits](https://github.com/azure/k8s-set-context/compare/v3...v4)
---
updated-dependencies:
- dependency-name: azure/setup-kubectl
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci-dependencies
- dependency-name: azure/k8s-set-context
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci-dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|