Skip to content

Commit 3a82109

Browse files
1.3.0
Automatically generated by python-semantic-release
1 parent 8902300 commit 3a82109

22 files changed

+70
-22
lines changed

.github/workflows/_reusable-package-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
previous-changelog-filepath: ${{ inputs.previous-changelog-filepath }}
108108
previous-release-notes-filepath: ${{ inputs.previous-release-notes-filepath }}
109109
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository
110-
uses: tektronix/python-package-ci-cd/actions/find_unreleased_changelog_items@v1.2.0
110+
uses: tektronix/python-package-ci-cd/actions/find_unreleased_changelog_items@v1.3.0
111111
with:
112112
release-level: ${{ inputs.release-level }}
113113
previous-changelog-filepath: ${{ inputs.previous-changelog-filepath }}
@@ -139,7 +139,7 @@ jobs:
139139
previous-changelog-filepath: ${{ inputs.previous-changelog-filepath }}
140140
previous-release-notes-filepath: ${{ inputs.previous-release-notes-filepath }}
141141
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository
142-
uses: tektronix/python-package-ci-cd/actions/find_unreleased_changelog_items@v1.2.0
142+
uses: tektronix/python-package-ci-cd/actions/find_unreleased_changelog_items@v1.3.0
143143
with:
144144
previous-changelog-filepath: ${{ inputs.previous-changelog-filepath }}
145145
previous-release-notes-filepath: ${{ inputs.previous-release-notes-filepath }}

.github/workflows/_reusable-package-testpypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3232
with:
3333
fetch-depth: 0
34-
- uses: tektronix/python-package-ci-cd/actions/create_unique_testpypi_version@v1.2.0
34+
- uses: tektronix/python-package-ci-cd/actions/create_unique_testpypi_version@v1.3.0
3535
id: create-version
3636
with:
3737
package-name: ${{ inputs.package-name }}

.github/workflows/_reusable-publish-api-comparison.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
github-repository: ${{ github.repository }}
3333
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository
3434
id: fetch-pr-number
35-
uses: tektronix/python-package-ci-cd/actions/fetch_pr_number@v1.2.0
35+
uses: tektronix/python-package-ci-cd/actions/fetch_pr_number@v1.3.0
3636
with:
3737
sha: ${{ github.event.workflow_run.head_sha }}
3838
github-repository: ${{ github.repository }}

.github/workflows/_reusable-publish-test-results.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
github-repository: ${{ github.repository }}
3737
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository
3838
id: fetch-pr-number
39-
uses: tektronix/python-package-ci-cd/actions/fetch_pr_number@v1.2.0
39+
uses: tektronix/python-package-ci-cd/actions/fetch_pr_number@v1.3.0
4040
with:
4141
sha: ${{ github.event.workflow_run.head_sha }}
4242
github-repository: ${{ github.repository }}

.github/workflows/_reusable-update-python-and-pre-commit-dependencies.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
pre-commit-hook-skip-list: ${{ inputs.pre-commit-hook-skip-list }}
9393
export-dependency-groups: ${{ inputs.export-dependency-groups }}
9494
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository
95-
uses: tektronix/python-package-ci-cd/actions/update_development_dependencies@v1.2.0
95+
uses: tektronix/python-package-ci-cd/actions/update_development_dependencies@v1.3.0
9696
with:
9797
dependency-dict: ${{ inputs.dependency-dict }}
9898
update-pre-commit: ${{ inputs.update-pre-commit }}

CHANGELOG.md

+48
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,54 @@ Valid subsections within a version are:
1818

1919
Things to be included in the next release go here.
2020

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))
60+
- Update Renovate config ([#51](https://github.com/tektronix/python-package-ci-cd/pull/51))
61+
- 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))
63+
- chore(config): migrate renovate config ([#42](https://github.com/tektronix/python-package-ci-cd/pull/42))
64+
- chore: Configure Renovate ([#36](https://github.com/tektronix/python-package-ci-cd/pull/36))
65+
- 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+
2169
### Added
2270

2371
- Added the ability for the `update_development_dependencies` action to accept a comma-separated, multiline string

actions/create_unique_testpypi_version/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
3838
with:
3939
fetch-depth: 0
40-
- uses: tektronix/python-package-ci-cd/actions/create_unique_testpypi_version@v1.2.0
40+
- uses: tektronix/python-package-ci-cd/actions/create_unique_testpypi_version@v1.3.0
4141
id: create-version
4242
with:
4343
package-name: my-package # required

actions/fetch_pr_number/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
publish-results:
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: tektronix/python-package-ci-cd/actions/fetch_pr_number@v1.2.0
31+
- uses: tektronix/python-package-ci-cd/actions/fetch_pr_number@v1.3.0
3232
id: fetch-pr-number
3333
with:
3434
sha: ${{ github.event.workflow_run.head_sha }} # required

actions/find_unreleased_changelog_items/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
fetch-depth: 0
5555
fetch-tags: true
56-
- uses: tektronix/python-package-ci-cd/actions/find_unreleased_changelog_items@v1.2.0
56+
- uses: tektronix/python-package-ci-cd/actions/find_unreleased_changelog_items@v1.3.0
5757
with:
5858
release-level: ${{ inputs.release-level }} # optional
5959
previous-changelog-filepath: .previous_changelog_for_template.md # optional

actions/update_development_dependencies/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
ref: ${{ github.head_ref }}
4747
token: ${{ secrets.checkout-token }}
4848
49-
- uses: tektronix/python-package-ci-cd/actions/update_development_dependencies@v1.2.0
49+
- uses: tektronix/python-package-ci-cd/actions/update_development_dependencies@v1.3.0
5050
with:
5151
repo-root: . # optional, defaults to the current working directory
5252
install-dependencies: false # optional, this will almost never need to be set to true

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ wrap-summaries = 0
2828
[tool.poetry]
2929
license = "Apache-2.0"
3030
package-mode = false
31-
version = "1.2.0"
31+
version = "1.3.0"
3232

3333
[tool.poetry.dependencies]
3434
python = "~3.12" # This needs to stay in sync with all CI workflows

workflows/codeql-analysis.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ on:
4343
branches: [main]
4444
jobs:
4545
analyze:
46-
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-codeql-analysis.yml@v1.2.0
46+
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-codeql-analysis.yml@v1.3.0
4747
with:
4848
languages-array: '["python", "javascript"]'
4949
codeql-queries: security-extended,security-and-quality

workflows/enforce-community-standards.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ on:
4343
branches: [main]
4444
jobs:
4545
enforce-community-standards:
46-
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-enforce-community-standards.yml@v1.2.0
46+
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-enforce-community-standards.yml@v1.3.0
4747
```
4848
4949
[workflow-file]: ../.github/workflows/_reusable-enforce-community-standards.yml

workflows/package-build.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ concurrency:
6363
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
6464
jobs:
6565
package-build:
66-
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-package-build.yml@v1.2.0
66+
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-package-build.yml@v1.3.0
6767
with:
6868
package-name: my_package # required
6969
python-versions-array: '["3.9", "3.10", "3.11", "3.12"]' # required

workflows/package-release.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ concurrency: # This concurrency is not required, but can be added if extra cont
135135
group: pypi
136136
jobs:
137137
package-release:
138-
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-package-release.yml@v1.2.0
138+
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-package-release.yml@v1.3.0
139139
with:
140140
package-name: my-package # required
141141
repo-name: owner/my-package # required

workflows/package-testpypi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ concurrency: # This concurrency is not required, but can be added if extra cont
7272
group: pypi
7373
jobs:
7474
package-testpypi:
75-
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-package-testpypi.yml@v1.2.0
75+
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-package-testpypi.yml@v1.3.0
7676
with:
7777
package-name: my-package # required
7878
repo-name: owner/my-package # required

workflows/publish-api-comparison.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ on:
4646
types: [completed]
4747
jobs:
4848
publish-api-comparison:
49-
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-publish-api-comparison.yml@v1.2.0
49+
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-publish-api-comparison.yml@v1.3.0
5050
permissions:
5151
checks: write
5252
pull-requests: write

workflows/publish-test-results.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ on:
5656
types: [completed]
5757
jobs:
5858
publish-test-results:
59-
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-publish-test-results.yml@v1.2.0
59+
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-publish-test-results.yml@v1.3.0
6060
with:
6161
operating-systems-array: '["ubuntu", "windows", "macos"]' # required
6262
permissions:

workflows/sbom-scan.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ on:
5151
types: [published]
5252
jobs:
5353
sbom-scan:
54-
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-sbom-scan.yml@v1.2.0
54+
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-sbom-scan.yml@v1.3.0
5555
permissions:
5656
security-events: write
5757
contents: write

workflows/test-code.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ concurrency:
134134
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
135135
jobs:
136136
test-code:
137-
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-test-code.yml@v1.2.0
137+
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-test-code.yml@v1.3.0
138138
with:
139139
repo-name: owner/repo # required
140140
operating-systems-array: '["ubuntu", "windows", "macos"]' # optional

workflows/test-docs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ concurrency:
8989
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
9090
jobs:
9191
test-docs:
92-
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-test-docs.yml@v1.2.0
92+
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-test-docs.yml@v1.3.0
9393
with:
9494
node-version: 20 # required
9595
python-version: '3.11' # required

workflows/update-python-and-pre-commit-dependencies.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ on:
5757
jobs:
5858
update-python-and-pre-commit-dependencies:
5959
if: ${{ github.actor == 'dependabot[bot]' && contains(github.head_ref, '/pip/') }} # Only run the job for Dependabot PRs
60-
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-update-python-and-pre-commit-dependencies.yml@v1.2.0
60+
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-update-python-and-pre-commit-dependencies.yml@v1.3.0
6161
with:
6262
commit-user-name: 'User Name'
6363
commit-user-email: 'user-email'

0 commit comments

Comments
 (0)