You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository
Copy file name to clipboardExpand all lines: .github/workflows/_reusable-publish-api-comparison.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ jobs:
32
32
github-repository: ${{ github.repository }}
33
33
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository
Copy file name to clipboardExpand all lines: .github/workflows/_reusable-publish-test-results.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ jobs:
36
36
github-repository: ${{ github.repository }}
37
37
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,35 @@ Valid subsections within a version are:
18
18
19
19
Things to be included in the next release go here.
20
20
21
+
### Changed
22
+
23
+
- Bumped dependency versions.
24
+
25
+
---
26
+
27
+
## v1.5.2 (2024-11-13)
28
+
29
+
### Merged Pull Requests
30
+
31
+
- chore: Update renovate config to include the new version of Python in the commit and Pull Request title ([#217](https://github.com/tektronix/python-package-ci-cd/pull/217))
32
+
- chore(python-deps): update dependency packaging to v24.2 in all dependant actions ([#211](https://github.com/tektronix/python-package-ci-cd/pull/211))
33
+
- Allow caller workflows to use pyproject.toml files as the source of the Python version ([#216](https://github.com/tektronix/python-package-ci-cd/pull/216))
34
+
- chore(python-deps): update dependency pyright to v1.1.388 for dev ([#214](https://github.com/tektronix/python-package-ci-cd/pull/214))
35
+
- Group Python version updates for Dockerfiles and pyproject.toml together ([#213](https://github.com/tektronix/python-package-ci-cd/pull/213))
36
+
- chore(gh-actions-deps): update github/codeql-action action to v3.27.1 in all dependant reusable workflows ([#212](https://github.com/tektronix/python-package-ci-cd/pull/212))
37
+
- chore(docker-deps): update python:3.12-alpine docker digest to 5049c05 in all dependant actions ([#210](https://github.com/tektronix/python-package-ci-cd/pull/210))
38
+
- chore(docker-deps): update python:3.12-alpine docker digest to 72d7e22 in all dependant actions ([#209](https://github.com/tektronix/python-package-ci-cd/pull/209))
39
+
- chore(docker-deps): update python:3.12-alpine docker digest to 45447e9 in all dependant actions ([#208](https://github.com/tektronix/python-package-ci-cd/pull/208))
40
+
- chore(docker-deps): update python:3.12-alpine docker digest to 18e32de in all dependant actions ([#207](https://github.com/tektronix/python-package-ci-cd/pull/207))
41
+
- chore(docker-deps): update python:3.12-alpine docker digest to edd1d85 in all dependant actions ([#206](https://github.com/tektronix/python-package-ci-cd/pull/206))
- chore(gh-actions-deps): update actions/attest-build-provenance action to v1.4.4 in all dependant reusable workflows ([#200](https://github.com/tektronix/python-package-ci-cd/pull/200))
44
+
- chore(python-deps): update dependency cachecontrol to v0.14.1 in all dependant actions ([#199](https://github.com/tektronix/python-package-ci-cd/pull/199))
45
+
- chore(gh-actions-deps): update anchore/sbom-action action to v0.17.7 in all dependant reusable workflows ([#197](https://github.com/tektronix/python-package-ci-cd/pull/197))
46
+
- chore(gh-actions-deps): update anchore/scan-action action to v5.2.1 in all dependant reusable workflows ([#198](https://github.com/tektronix/python-package-ci-cd/pull/198))
47
+
- chore(gh-actions-deps): update hynek/build-and-inspect-python-package action to v2.10.0 in all dependant reusable workflows ([#196](https://github.com/tektronix/python-package-ci-cd/pull/196))
48
+
- chore(python-deps): update dependency pyright to v1.1.387 for dev ([#183](https://github.com/tektronix/python-package-ci-cd/pull/183))
49
+
21
50
### Added
22
51
23
52
- Added the ability for caller workflows for the `_reusable-test-docs.yml` and `_reusable-test-code.yml` workflows to specify to use the `pyproject.toml` file as the source of the Python version instead of always requiring a hard-coded Python version.
0 commit comments