All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Bumped Python to 3.13.2.
- Bumped GitHub CLI to 2.71.2.
- Bumped git to 2.39.5.
- Bumped GitHub CLI to 2.57.0.
- Bumped Python to 3.12.6.
- Bumped GitHub CLI to 2.50.0.
- Bumped Python to 3.12.3.
- Bumped GitHub CLI to 2.49.2.
- Bumped GitHub CLI to 2.45.0.
- Bumped GitHub CLI to 2.44.1.
- Bumped Python to 3.12.2.
- Bumped GitHub CLI to 2.40.0.
- Bumped GitHub CLI to 2.38.0.
- Bumped GitHub CLI to 2.36.0.
- Bumped Python to 3.12.0.
- Bumped GitHub CLI to 2.35.0.
- Bumped GitHub CLI to 2.34.0.
- Bumped Python to 3.11.5.
- Bumped GitHub CLI to 2.33.0.
- Bumped git to 2.39.2.
- Bumped curl to 7.88.1.
- Bumped gpg to 2.2.40.
- Bumped Python to 3.11.4.
- Bumped GitHub CLI to 2.30.0.
- Bumped GitHub CLI to 2.29.0.
- Bumped Python to 3.11.3.
- Bumped GitHub CLI to 2.26.1.
- Bumped GitHub CLI to 2.24.3.
- Bumped Python to 3.11.2.
- Bumped GitHub CLI to 2.23.0.
- Bumped GitHub CLI to 2.22.0.
- Bumped GitHub CLI to 2.21.2.
- Bumped GitHub CLI to 2.21.1.
- Bumped Python to 3.11.1.
- Bumped GitHub CLI to 2.20.2.
- Bumped GitHub CLI to 2.20.0.
- Bumped Python to 3.11.0.
- Bumped GitHub CLI to 2.18.1.
- Bumped GitHub CLI to 2.18.0.
- Bumped GitHub CLI to 2.17.0.
- Bumped GitHub CLI to 2.16.0.
- Bumped Python to 3.10.7.
- Bumped GitHub CLI to 2.15.0.
- Bumped Python to 3.10.6.
- Bumped GitHub CLI to 2.14.4.
- Bumped GitHub CLI to 2.14.2.
- Bumped GitHub CLI to 2.13.0.
- Bumped Python to 3.10.5.
- Bumped GitHub CLI to 2.12.1.
- Bumped GitHub CLI to 2.9.0.
- Bumped Python to 3.10.4.
- Bumped Python to 3.10.3.
- Bumped GitHub CLI to 2.6.0.
- Bumped GitHub CLI to 2.5.1.
Note that 4.1.0 is the same as 4.0.0 in what is included in the image. The purpose
of this release includes changing the tag used for the base docker image to specify
a specific release of python, in this case 3.10.2-slim
, whereas previously it was
specified more generally as 3-slim
. We have also changed our CI/CD related workflows
to include a script that monitors daily for available updates to the GitHub CLI, git, curl, and
gpg. From this point onward, we are taking a more deliberative approach to pushing new
images, such as when one or more of these have new versions available, and we will bump
the version number of pyaction when this occurs.
The versions included in pyaction 4.1.0 are as follows:
- Python 3.10.2 (a python 3.10.2-slim base docker image)
- GitHub CLI 2.4.0
- git 2.30.2
- curl 7.74.0
- gpg 2.2.27
- Base Docker image is still a Python 3 Slim, but it is now fixed to a specific version, in this case 3.10.2-slim.
- Eliminated the twice-monthly automated builds to current tags to enable a more deliberative approach to maintaining versions of packages in the image.
- New release policy is to release a new image when the versions of one or more of python, git, gh, curl, or gpg are bumped.
- Now performs daily builds, which includes using the image to run a simple Python program to validate the various package installations. This test program simply outputs the versions of git, gh, curl, gpg, and python. It also generates a json file with this data within the repo to enable detecting updated versions of these packages. Dependabot handles updating python version, but not able to detect what versions the base image's package manager will install. If any versions change, this workflow will generate a PR for this new versions.json file, alerting us to the newly available versions.
- Potentially breaking changes are included in this release.
- Read notes below carefully, and test your application before upgrading.
- Added the GitHub CLI (gh).
- Added curl (necessary to install gh).
- Added gpg (necessary to install gh).
- BREAKING CHANGE: Base image is now python:3-slim rather than alpine.
- This new base image was necessary in order to be able to install gh.
- This new base image is based on Debian.
- CI/CD process now performs twice monthly automated builds/pushes to ensure picking up any non-breaking bug fixes / security updates from base OS distro, Python, etc. This is accomplished by using the python:3-slim tag when pulling the base image, rather than a more specific version of Python.
- Version numbering scheme changed.
- It is still SemVer, but no longer based on SemVer of base image.
- No longer supports the following architectures: linux/ppc64le, linux/s390x, linux/arm/v6.
- These architectures are not supported by gh.
- This ChangeLog. Note that versions prior to this one that the pyaction version corresponds to the Alpine version.
- Bumped base docker image to Alpine 3.14.0.