Skip to content

Commit 2b8d3b8

Browse files
1.8.2
Automatically generated by python-semantic-release
1 parent c3f271e commit 2b8d3b8

22 files changed

+85
-22
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
previous-changelog-filepath: ${{ inputs.previous-changelog-filepath }}
110110
previous-release-notes-filepath: ${{ inputs.previous-release-notes-filepath }}
111111
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository
112-
uses: tektronix/python-package-ci-cd/actions/[email protected].1
112+
uses: tektronix/python-package-ci-cd/actions/[email protected].2
113113
id: find-changes-public
114114
continue-on-error: true
115115
with:
@@ -155,7 +155,7 @@ jobs:
155155
previous-changelog-filepath: ${{ inputs.previous-changelog-filepath }}
156156
previous-release-notes-filepath: ${{ inputs.previous-release-notes-filepath }}
157157
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository
158-
uses: tektronix/python-package-ci-cd/actions/[email protected].1
158+
uses: tektronix/python-package-ci-cd/actions/[email protected].2
159159
with:
160160
previous-changelog-filepath: ${{ inputs.previous-changelog-filepath }}
161161
previous-release-notes-filepath: ${{ inputs.previous-release-notes-filepath }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3232
with:
3333
fetch-depth: 0
34-
- uses: tektronix/python-package-ci-cd/actions/[email protected].1
34+
- uses: tektronix/python-package-ci-cd/actions/[email protected].2
3535
id: create-version
3636
with:
3737
package-name: ${{ inputs.package-name }}

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

Lines changed: 1 addition & 1 deletion
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/[email protected].1
35+
uses: tektronix/python-package-ci-cd/actions/[email protected].2
3636
with:
3737
sha: ${{ github.event.workflow_run.head_sha }}
3838
github-repository: ${{ github.repository }}

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

Lines changed: 1 addition & 1 deletion
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/[email protected].1
39+
uses: tektronix/python-package-ci-cd/actions/[email protected].2
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
pre-commit-hook-skip-list: ${{ inputs.pre-commit-hook-skip-list }}
100100
export-dependency-groups: ${{ inputs.export-dependency-groups }}
101101
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository
102-
uses: tektronix/python-package-ci-cd/actions/[email protected].1
102+
uses: tektronix/python-package-ci-cd/actions/[email protected].2
103103
with:
104104
dependency-dict: ${{ inputs.dependency-dict }}
105105
update-pre-commit: ${{ inputs.update-pre-commit }}

CHANGELOG.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,69 @@ Things to be included in the next release go here.
2424

2525
---
2626

27+
## v1.8.2 (2025-11-03)
28+
29+
### Merged Pull Requests
30+
31+
- chore(python-deps): update dependency virtualenv to v20.35.4 in all dependant actions ([#731](https://github.com/tektronix/python-package-ci-cd/pull/731))
32+
- chore(python-deps): update dependency pyright to v1.1.407 for dev ([#728](https://github.com/tektronix/python-package-ci-cd/pull/728))
33+
- chore(gh-actions-deps): update github artifact actions in all dependant reusable workflows ([#730](https://github.com/tektronix/python-package-ci-cd/pull/730))
34+
- chore(gh-actions-deps): update github/codeql-action action to v4.31.0 in all dependant reusable workflows ([#729](https://github.com/tektronix/python-package-ci-cd/pull/729))
35+
- chore(gh-actions-deps): update anchore/scan-action action to v7.1.0 in all dependant reusable workflows ([#727](https://github.com/tektronix/python-package-ci-cd/pull/727))
36+
- chore(gh-actions-deps): update anchore/sbom-action action to v0.20.9 in all dependant reusable workflows ([#726](https://github.com/tektronix/python-package-ci-cd/pull/726))
37+
- chore(python-deps): update dependency pylint to v4.0.2 for dev ([#725](https://github.com/tektronix/python-package-ci-cd/pull/725))
38+
- chore(gh-actions-deps): update github/codeql-action action to v4.30.9 in all dependant reusable workflows ([#723](https://github.com/tektronix/python-package-ci-cd/pull/723))
39+
- chore(python-deps): update dependency pydantic to v2.12.3 in all dependant actions ([#724](https://github.com/tektronix/python-package-ci-cd/pull/724))
40+
- chore(gh-actions-deps): update anchore/sbom-action action to v0.20.8 in all dependant reusable workflows ([#721](https://github.com/tektronix/python-package-ci-cd/pull/721))
41+
- chore(gh-actions-deps): update anchore/scan-action action to v7.0.2 in all dependant reusable workflows ([#722](https://github.com/tektronix/python-package-ci-cd/pull/722))
42+
- chore(python-deps): update dependency cryptography to v46.0.3 in all dependant actions ([#720](https://github.com/tektronix/python-package-ci-cd/pull/720))
43+
- chore(gh-actions-deps): update anchore/scan-action action to v7.0.1 in all dependant reusable workflows ([#718](https://github.com/tektronix/python-package-ci-cd/pull/718))
44+
- chore(gh-actions-deps): update anchore/sbom-action action to v0.20.7 in all dependant reusable workflows ([#717](https://github.com/tektronix/python-package-ci-cd/pull/717))
45+
- chore(python-deps): update dependency pylint to v4.0.1 for dev ([#716](https://github.com/tektronix/python-package-ci-cd/pull/716))
46+
- chore(gh-actions-deps): update actions/setup-node action to v6 in all dependant reusable workflows ([#715](https://github.com/tektronix/python-package-ci-cd/pull/715))
47+
- chore(python-deps): update dependency charset-normalizer to v3.4.4 in all dependant actions ([#714](https://github.com/tektronix/python-package-ci-cd/pull/714))
48+
- chore(python-deps): update dependency xattr to v1.3.0 in all dependant actions ([#713](https://github.com/tektronix/python-package-ci-cd/pull/713))
49+
- chore(python-deps): update dependency pylint to v4 for dev ([#711](https://github.com/tektronix/python-package-ci-cd/pull/711))
50+
- chore(python-deps): update dependency yamlfix to v1.19.0 for actions/update_development_dependencies ([#712](https://github.com/tektronix/python-package-ci-cd/pull/712))
51+
- chore(gh-actions-deps): update stefanzweifel/git-auto-commit-action action to v7 in all dependant reusable workflows ([#710](https://github.com/tektronix/python-package-ci-cd/pull/710))
52+
- chore(python-deps): update dependency idna to v3.11 in all dependant actions ([#709](https://github.com/tektronix/python-package-ci-cd/pull/709))
53+
- chore(python-deps): update pydantic dependencies in all dependant actions ([#676](https://github.com/tektronix/python-package-ci-cd/pull/676))
54+
- chore(gh-actions-deps): update hynek/build-and-inspect-python-package action to v2.14.0 in all dependant reusable workflows ([#708](https://github.com/tektronix/python-package-ci-cd/pull/708))
55+
- chore(gh-actions-deps): update github/codeql-action action to v4 in all dependant reusable workflows ([#706](https://github.com/tektronix/python-package-ci-cd/pull/706))
56+
- chore(python-deps): update dependency attrs to v25.4.0 in all dependant actions ([#699](https://github.com/tektronix/python-package-ci-cd/pull/699))
57+
- chore(python-deps): update dependency tomli to v2.3.0 for actions/create_unique_testpypi_version and docs ([#703](https://github.com/tektronix/python-package-ci-cd/pull/703))
58+
- chore(python-deps): update dependency virtualenv to v20.35.3 in all dependant actions ([#704](https://github.com/tektronix/python-package-ci-cd/pull/704))
59+
- chore(python-deps): update dependency filelock to v3.20.0 in all dependant actions ([#701](https://github.com/tektronix/python-package-ci-cd/pull/701))
60+
- chore(python-deps): update dependency beautifulsoup4 to v4.14.0 in all dependant actions ([#691](https://github.com/tektronix/python-package-ci-cd/pull/691))
61+
- chore(python-deps): update dependency platformdirs to v4.5.0 in all dependant actions ([#702](https://github.com/tektronix/python-package-ci-cd/pull/702))
62+
- chore(gh-actions-deps): update actions/dependency-review-action action to v4.8.0 in dev workflows ([#689](https://github.com/tektronix/python-package-ci-cd/pull/689))
63+
- chore(python-deps): update dependency certifi to v2025.10.5 in all dependant actions ([#700](https://github.com/tektronix/python-package-ci-cd/pull/700))
64+
- chore(python-deps): update dependency msgpack to v1.1.2 in all dependant actions ([#697](https://github.com/tektronix/python-package-ci-cd/pull/697))
65+
- chore(python-deps): update dependency pyright to v1.1.406 for dev ([#694](https://github.com/tektronix/python-package-ci-cd/pull/694))
66+
- chore(python-deps): update dependency pylint to v3.3.9 for dev ([#698](https://github.com/tektronix/python-package-ci-cd/pull/698))
67+
- chore(gh-actions-deps): update github/codeql-action action to v3.30.8 in all dependant reusable workflows ([#688](https://github.com/tektronix/python-package-ci-cd/pull/688))
68+
- chore(python-deps): update dependency maison to v2.0.2 in all dependant actions ([#696](https://github.com/tektronix/python-package-ci-cd/pull/696))
69+
- chore(gh-actions-deps): update actions/dependency-review-action action to v4.7.4 in dev workflows ([#687](https://github.com/tektronix/python-package-ci-cd/pull/687))
70+
- chore(python-deps): update dependency identify to v2.6.15 in all dependant actions ([#695](https://github.com/tektronix/python-package-ci-cd/pull/695))
71+
- chore(python-deps): update dependency cryptography to v46.0.2 in all dependant actions ([#692](https://github.com/tektronix/python-package-ci-cd/pull/692))
72+
- chore(pre-commit-deps): pre-commit autoupdate ([#678](https://github.com/tektronix/python-package-ci-cd/pull/678))
73+
- chore(python-deps): update dependency pyyaml to v6.0.3 in all dependant actions ([#685](https://github.com/tektronix/python-package-ci-cd/pull/685))
74+
- chore(python-version): update python:3.13-slim docker digest to 3a6ead7 in all dependant actions ([#684](https://github.com/tektronix/python-package-ci-cd/pull/684))
75+
- chore(gh-actions-deps): update github/codeql-action action to v3.30.4 in all dependant reusable workflows ([#683](https://github.com/tektronix/python-package-ci-cd/pull/683))
76+
- chore(python-version): update python:3.13-slim docker digest to 6cbc435 in all dependant actions ([#682](https://github.com/tektronix/python-package-ci-cd/pull/682))
77+
- chore(gh-actions-deps): update actions/cache action to v4.3.0 in all dependant reusable workflows ([#680](https://github.com/tektronix/python-package-ci-cd/pull/680))
78+
- chore(python-deps): update dependency click to v8.3.0 in all dependant actions ([#679](https://github.com/tektronix/python-package-ci-cd/pull/679))
79+
- chore(gh-actions-deps): update anchore/scan-action action to v7 in all dependant reusable workflows ([#677](https://github.com/tektronix/python-package-ci-cd/pull/677))
80+
- chore(gh-actions-deps): update dev workflow dependencies ([#626](https://github.com/tektronix/python-package-ci-cd/pull/626))
81+
- chore: Add grouping for GitHub runners updates in Renovate configuration ([#671](https://github.com/tektronix/python-package-ci-cd/pull/671))
82+
- chore(gh-actions-deps): update anchore/sbom-action action to v0.20.6 in all dependant reusable workflows ([#670](https://github.com/tektronix/python-package-ci-cd/pull/670))
83+
84+
### Changed
85+
86+
- Bumped dependency versions.
87+
88+
---
89+
2790
## v1.8.1 (2025-09-17)
2891

2992
### Merged Pull Requests

actions/create_unique_testpypi_version/readme.md

Lines changed: 1 addition & 1 deletion
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/[email protected].1
40+
- uses: tektronix/python-package-ci-cd/actions/[email protected].2
4141
id: create-version
4242
with:
4343
package-name: my-package # required

actions/fetch_pr_number/readme.md

Lines changed: 1 addition & 1 deletion
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/[email protected].1
31+
- uses: tektronix/python-package-ci-cd/actions/[email protected].2
3232
id: fetch-pr-number
3333
with:
3434
sha: ${{ github.event.workflow_run.head_sha }} # required

actions/find_unreleased_changelog_items/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
fetch-depth: 0
6161
fetch-tags: true
62-
- uses: tektronix/python-package-ci-cd/actions/[email protected].1
62+
- uses: tektronix/python-package-ci-cd/actions/[email protected].2
6363
with:
6464
release-level: ${{ inputs.release-level }} # optional
6565
previous-changelog-filepath: .previous_changelog_for_template.md # optional

actions/update_development_dependencies/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
ref: ${{ github.head_ref }}
4848
token: ${{ secrets.checkout-token }}
4949
50-
- uses: tektronix/python-package-ci-cd/actions/[email protected].1
50+
- uses: tektronix/python-package-ci-cd/actions/[email protected].2
5151
with:
5252
repo-root: . # optional, defaults to the current working directory
5353
install-dependencies: false # optional, this will almost never need to be set to true

0 commit comments

Comments
 (0)