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
+48
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,54 @@ 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.3.0 (2024-09-09)
28
+
29
+
### Merged Pull Requests
30
+
31
+
- Enhance find_unreleased_changelog_items action to check for merged PRs ([#74](https://github.com/tektronix/python-package-ci-cd/pull/74))
32
+
- Update package-release workflow to prevent marking the workflow as failed if the deployment is rejected ([#84](https://github.com/tektronix/python-package-ci-cd/pull/84))
33
+
- chore(gh-actions-deps): update hynek/build-and-inspect-python-package action to v2.9.0 in all dependant reusable workflows ([#83](https://github.com/tektronix/python-package-ci-cd/pull/83))
34
+
- chore(python-deps): update pydantic dependencies in all dependant actions ([#70](https://github.com/tektronix/python-package-ci-cd/pull/70))
35
+
- chore(python-deps): update dependency platformdirs to v4.3.2 in all dependant actions ([#82](https://github.com/tektronix/python-package-ci-cd/pull/82))
36
+
- chore(python-deps): update dependency more-itertools to v10.5.0 in all dependant actions ([#66](https://github.com/tektronix/python-package-ci-cd/pull/66))
37
+
- chore(python-deps): update dependency platformdirs to v4.3.1 in all dependant actions ([#80](https://github.com/tektronix/python-package-ci-cd/pull/80))
38
+
- chore(python-deps): update dependency virtualenv to v20.26.4 in all dependant actions ([#81](https://github.com/tektronix/python-package-ci-cd/pull/81))
39
+
- chore(python-deps): update dependency filelock to v3.16.0 in all dependant actions ([#79](https://github.com/tektronix/python-package-ci-cd/pull/79))
40
+
- chore(docker-deps): update python:3.12-alpine docker digest to bb5d0ac in all dependant actions ([#77](https://github.com/tektronix/python-package-ci-cd/pull/77))
41
+
- chore(python-deps): update dependency build to v1.2.2 in all dependant actions ([#76](https://github.com/tektronix/python-package-ci-cd/pull/76))
42
+
- test: Properly test the find_unreleased_changelog_items action ([#73](https://github.com/tektronix/python-package-ci-cd/pull/73))
43
+
- chore(gh-actions-deps): update actions/attest-build-provenance action to v1.4.3 in all dependant reusable workflows ([#72](https://github.com/tektronix/python-package-ci-cd/pull/72))
44
+
- ci: Add workflow to automatically approve renovate PRs that can be automerged to enable automatic updates of dependencies ([#71](https://github.com/tektronix/python-package-ci-cd/pull/71))
45
+
- Automate the release process trigger weekly ([#68](https://github.com/tektronix/python-package-ci-cd/pull/68))
46
+
- chore(gh-actions-deps): update python-semantic-release dependencies to v9.8.8 in all dependant reusable workflows ([#38](https://github.com/tektronix/python-package-ci-cd/pull/38))
47
+
- chore(python-deps): update dependency setuptools to v74.1.2 in all dependant actions ([#64](https://github.com/tektronix/python-package-ci-cd/pull/64))
48
+
- chore(python-deps): update dependency pypi-simple to v1.6.0 for actions/create_unique_testpypi_version and actions/update_development_dependencies ([#45](https://github.com/tektronix/python-package-ci-cd/pull/45))
49
+
- chore(python-deps): update dependency codespell to v2 for docs ([#57](https://github.com/tektronix/python-package-ci-cd/pull/57))
50
+
- chore(python-deps): update dependency poetry-plugin-export to v1.8.0 for actions/update_development_dependencies and dev ([#44](https://github.com/tektronix/python-package-ci-cd/pull/44))
51
+
- chore(python-deps): update dependency certifi to v2024.8.30 in all dependant actions ([#59](https://github.com/tektronix/python-package-ci-cd/pull/59))
52
+
- chore(docker-deps): update python:3.12-alpine docker digest to aeff643 in all dependant actions ([#50](https://github.com/tektronix/python-package-ci-cd/pull/50))
53
+
- chore(python-deps): update dependency rapidfuzz to v3.9.7 in all dependant actions ([#56](https://github.com/tektronix/python-package-ci-cd/pull/56))
54
+
- test: Test against macOS as well to catch any bugs when updating dependencies ([#58](https://github.com/tektronix/python-package-ci-cd/pull/58))
55
+
- chore(python-deps): update dependency cffi to v1.17.1 in all dependant actions ([#55](https://github.com/tektronix/python-package-ci-cd/pull/55))
56
+
- chore(gh-actions-deps): update actions/checkout action to v4.1.7 in all dependant reusable workflows ([#52](https://github.com/tektronix/python-package-ci-cd/pull/52))
57
+
- chore(python-deps): update dependency pyright to v1.1.379 for dev ([#49](https://github.com/tektronix/python-package-ci-cd/pull/49))
58
+
- chore(gh-actions-deps): update anchore/scan-action action to v4.1.2 in all dependant reusable workflows ([#53](https://github.com/tektronix/python-package-ci-cd/pull/53))
59
+
- chore(gh-actions-deps): update dev workflow dependencies ([#54](https://github.com/tektronix/python-package-ci-cd/pull/54))
- chore(docker-deps): pin python docker tag to c2f41e6 ([#37](https://github.com/tektronix/python-package-ci-cd/pull/37))
62
+
- chore(python-deps): update dependency tomli to v2.0.1 for the create_unique_testpypi_version group(s) ([#39](https://github.com/tektronix/python-package-ci-cd/pull/39))
- gh-actions(deps): Bump the gh-actions-dependencies group across 2 directories with 2 updates ([#33](https://github.com/tektronix/python-package-ci-cd/pull/33))
66
+
- fix: Check out the repo before trying to run local actions ([#34](https://github.com/tektronix/python-package-ci-cd/pull/34))
67
+
- Add comments with version numbers to the pinned versions of GitHub Actions in the reusable workflows ([#31](https://github.com/tektronix/python-package-ci-cd/pull/31))
68
+
21
69
### Added
22
70
23
71
- Added the ability for the `update_development_dependencies` action to accept a comma-separated, multiline string
0 commit comments