Skip to content

Commit d99df6d

Browse files
1.8.3
Automatically generated by python-semantic-release
1 parent 53bffa4 commit d99df6d

22 files changed

+65
-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].2
112+
uses: tektronix/python-package-ci-cd/actions/[email protected].3
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].2
158+
uses: tektronix/python-package-ci-cd/actions/[email protected].3
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3232
with:
3333
fetch-depth: 0
34-
- uses: tektronix/python-package-ci-cd/actions/[email protected].2
34+
- uses: tektronix/python-package-ci-cd/actions/[email protected].3
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].2
35+
uses: tektronix/python-package-ci-cd/actions/[email protected].3
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].2
39+
uses: tektronix/python-package-ci-cd/actions/[email protected].3
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].2
102+
uses: tektronix/python-package-ci-cd/actions/[email protected].3
103103
with:
104104
dependency-dict: ${{ inputs.dependency-dict }}
105105
update-pre-commit: ${{ inputs.update-pre-commit }}

CHANGELOG.md

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

2525
---
2626

27+
## v1.8.3 (2025-12-04)
28+
29+
### Merged Pull Requests
30+
31+
- chore(python-deps): update dependency mailbits to v0.2.3 in all dependant actions ([#766](https://github.com/tektronix/python-package-ci-cd/pull/766))
32+
- chore(pre-commit-deps): pre-commit autoupdate ([#753](https://github.com/tektronix/python-package-ci-cd/pull/753))
33+
- test: Add flaky marker to documentation link check test ([#763](https://github.com/tektronix/python-package-ci-cd/pull/763))
34+
- chore(python-deps): update dependency pydantic to v2.12.5 in all dependant actions ([#762](https://github.com/tektronix/python-package-ci-cd/pull/762))
35+
- chore(python-deps): update dependency secretstorage to v3.5.0 in all dependant actions ([#758](https://github.com/tektronix/python-package-ci-cd/pull/758))
36+
- chore(gh-actions-deps): update github/codeql-action action to v4.31.5 in all dependant reusable workflows ([#759](https://github.com/tektronix/python-package-ci-cd/pull/759))
37+
- chore(python-deps): update dependency pre-commit to v4.5.0 for actions/update_development_dependencies and dev ([#757](https://github.com/tektronix/python-package-ci-cd/pull/757))
38+
- chore(gh-actions-deps): update anchore/scan-action action to v7.2.1 in all dependant reusable workflows ([#760](https://github.com/tektronix/python-package-ci-cd/pull/760))
39+
- chore(gh-actions-deps): update actions/setup-python action to v6.1.0 in all dependant reusable workflows ([#761](https://github.com/tektronix/python-package-ci-cd/pull/761))
40+
- chore(gh-actions-deps): update actions/checkout action to v6 in all dependant reusable workflows ([#755](https://github.com/tektronix/python-package-ci-cd/pull/755))
41+
- chore(gh-actions-deps): update anchore/scan-action action to v7.2.0 in all dependant reusable workflows ([#751](https://github.com/tektronix/python-package-ci-cd/pull/751))
42+
- chore(python-deps): update dependency cfgv to v3.5.0 in all dependant actions ([#754](https://github.com/tektronix/python-package-ci-cd/pull/754))
43+
- chore(gh-actions-deps): update actions/checkout action to v6 in dev workflows ([#756](https://github.com/tektronix/python-package-ci-cd/pull/756))
44+
- chore(gh-actions-deps): update github/codeql-action action to v4.31.4 in all dependant reusable workflows ([#752](https://github.com/tektronix/python-package-ci-cd/pull/752))
45+
- chore(gh-actions-deps): update anchore/sbom-action action to v0.20.10 in all dependant reusable workflows ([#750](https://github.com/tektronix/python-package-ci-cd/pull/750))
46+
- chore(python-deps): update dependency click to v8.3.1 in all dependant actions ([#749](https://github.com/tektronix/python-package-ci-cd/pull/749))
47+
- chore(python-deps): update dependency pytest to v9 for tests ([#737](https://github.com/tektronix/python-package-ci-cd/pull/737))
48+
- chore(python-deps): update dependency trove-classifiers to v2025.11.14.15 in all dependant actions ([#748](https://github.com/tektronix/python-package-ci-cd/pull/748))
49+
- chore(python-deps): update dependency cachecontrol to v0.14.4 in all dependant actions ([#747](https://github.com/tektronix/python-package-ci-cd/pull/747))
50+
- chore(gh-actions-deps): update actions/checkout action to v5.0.1 in all dependant reusable workflows ([#744](https://github.com/tektronix/python-package-ci-cd/pull/744))
51+
- chore(gh-actions-deps): update github/codeql-action action to v4.31.3 in all dependant reusable workflows ([#746](https://github.com/tektronix/python-package-ci-cd/pull/746))
52+
- chore(gh-actions-deps): update actions/checkout action to v5.0.1 in dev workflows ([#745](https://github.com/tektronix/python-package-ci-cd/pull/745))
53+
- chore(gh-actions-deps): update actions/dependency-review-action action to v4.8.2 in dev workflows ([#739](https://github.com/tektronix/python-package-ci-cd/pull/739))
54+
- chore(python-deps): update dependency pylint to v4.0.3 for dev ([#743](https://github.com/tektronix/python-package-ci-cd/pull/743))
55+
- chore(python-deps): update dependency secretstorage to v3.4.1 in all dependant actions ([#740](https://github.com/tektronix/python-package-ci-cd/pull/740))
56+
- chore(python-deps): update dependency certifi to v2025.11.12 in all dependant actions ([#741](https://github.com/tektronix/python-package-ci-cd/pull/741))
57+
- chore(python-deps): update dependency pre-commit to v4.4.0 for actions/update_development_dependencies and dev ([#738](https://github.com/tektronix/python-package-ci-cd/pull/738))
58+
- chore(python-deps): update pydantic dependencies in all dependant actions ([#736](https://github.com/tektronix/python-package-ci-cd/pull/736))
59+
- chore(python-deps): update dependency rapidfuzz to v3.14.3 in all dependant actions ([#735](https://github.com/tektronix/python-package-ci-cd/pull/735))
60+
- chore(python-deps): update dependency rapidfuzz to v3.14.2 in all dependant actions ([#734](https://github.com/tektronix/python-package-ci-cd/pull/734))
61+
- chore(gh-actions-deps): update github/codeql-action action to v4.31.2 in all dependant reusable workflows ([#733](https://github.com/tektronix/python-package-ci-cd/pull/733))
62+
- chore(gh-actions-deps): update github/codeql-action action to v4.31.1 in all dependant reusable workflows ([#732](https://github.com/tektronix/python-package-ci-cd/pull/732))
63+
64+
### Changed
65+
66+
- Bumped dependency versions.
67+
68+
---
69+
2770
## v1.8.2 (2025-11-03)
2871

2972
### 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].2
40+
- uses: tektronix/python-package-ci-cd/actions/[email protected].3
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].2
31+
- uses: tektronix/python-package-ci-cd/actions/[email protected].3
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].2
62+
- uses: tektronix/python-package-ci-cd/actions/[email protected].3
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].2
50+
- uses: tektronix/python-package-ci-cd/actions/[email protected].3
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)