Skip to content

Commit df28663

Browse files
Tektronix BotTektronix Bot
authored andcommitted
1.6.0
Automatically generated by python-semantic-release
1 parent f4c547d commit df28663

22 files changed

+68
-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/find_unreleased_changelog_items@v1.5.3
112+
uses: tektronix/python-package-ci-cd/actions/find_unreleased_changelog_items@v1.6.0
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/find_unreleased_changelog_items@v1.5.3
158+
uses: tektronix/python-package-ci-cd/actions/find_unreleased_changelog_items@v1.6.0
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3232
with:
3333
fetch-depth: 0
34-
- uses: tektronix/python-package-ci-cd/actions/create_unique_testpypi_version@v1.5.3
34+
- uses: tektronix/python-package-ci-cd/actions/create_unique_testpypi_version@v1.6.0
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/fetch_pr_number@v1.5.3
35+
uses: tektronix/python-package-ci-cd/actions/fetch_pr_number@v1.6.0
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/fetch_pr_number@v1.5.3
39+
uses: tektronix/python-package-ci-cd/actions/fetch_pr_number@v1.6.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

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/update_development_dependencies@v1.5.3
102+
uses: tektronix/python-package-ci-cd/actions/update_development_dependencies@v1.6.0
103103
with:
104104
dependency-dict: ${{ inputs.dependency-dict }}
105105
update-pre-commit: ${{ inputs.update-pre-commit }}

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,52 @@ Things to be included in the next release go here.
2222

2323
- Bumped dependency versions.
2424

25+
---
26+
27+
## v1.6.0 (2025-01-03)
28+
29+
### Merged Pull Requests
30+
31+
- Update `_reusable-package-release.yml` to perform a `semantic-release --noop` ([#301](https://github.com/tektronix/python-package-ci-cd/pull/301))
32+
- chore(python-deps): update dependency identify to v2.6.4 in all dependant actions ([#300](https://github.com/tektronix/python-package-ci-cd/pull/300))
33+
- feat: Update the `package-release` reusable workflow to not fail if there are no unreleased items in the changelog, but to skip the rest of the workflow instead. ([#299](https://github.com/tektronix/python-package-ci-cd/pull/299))
34+
- feat: Add GitHub annotations for breaking changes to a package's API ([#298](https://github.com/tektronix/python-package-ci-cd/pull/298))
35+
- chore(pre-commit-deps): pre-commit autoupdate ([#271](https://github.com/tektronix/python-package-ci-cd/pull/271))
36+
- chore(python-deps): update dependency charset-normalizer to v3.4.1 in all dependant actions ([#296](https://github.com/tektronix/python-package-ci-cd/pull/296))
37+
- chore(python-deps): update dependency urllib3 to v2.3.0 in all dependant actions ([#295](https://github.com/tektronix/python-package-ci-cd/pull/295))
38+
- chore(gh-actions-deps): update github/codeql-action action to v3.28.0 in all dependant reusable workflows ([#294](https://github.com/tektronix/python-package-ci-cd/pull/294))
39+
- chore(python-deps): update dependency pylint to v3.3.3 for dev ([#293](https://github.com/tektronix/python-package-ci-cd/pull/293))
40+
- chore(python-deps): update dependency click to v8.1.8 in all dependant actions ([#290](https://github.com/tektronix/python-package-ci-cd/pull/290))
41+
- chore(python-deps): update dependency attrs to v24.3.0 in all dependant actions ([#287](https://github.com/tektronix/python-package-ci-cd/pull/287))
42+
- chore(gh-actions-deps): update actions/upload-artifact action to v4.5.0 in all dependant reusable workflows ([#289](https://github.com/tektronix/python-package-ci-cd/pull/289))
43+
- chore(python-deps): update dependency rapidfuzz to v3.11.0 in all dependant actions ([#288](https://github.com/tektronix/python-package-ci-cd/pull/288))
44+
- chore(python-deps): update pydantic dependencies in all dependant actions ([#285](https://github.com/tektronix/python-package-ci-cd/pull/285))
45+
- chore(gh-actions-deps): update hynek/build-and-inspect-python-package action to v2.11.0 in all dependant reusable workflows ([#284](https://github.com/tektronix/python-package-ci-cd/pull/284))
46+
- chore(gh-actions-deps): update codecov/codecov-action action to v5.1.2 in all dependant reusable workflows ([#283](https://github.com/tektronix/python-package-ci-cd/pull/283))
47+
- chore(python-deps): update dependency pyright to v1.1.391 for dev ([#282](https://github.com/tektronix/python-package-ci-cd/pull/282))
48+
- chore(gh-actions-deps): update anchore/scan-action action to v6 in all dependant reusable workflows ([#280](https://github.com/tektronix/python-package-ci-cd/pull/280))
49+
- chore(python-deps): update dependency certifi to v2024.12.14 in all dependant actions ([#281](https://github.com/tektronix/python-package-ci-cd/pull/281))
50+
- chore(gh-actions-deps): update anchore/sbom-action action to v0.17.9 in all dependant reusable workflows ([#279](https://github.com/tektronix/python-package-ci-cd/pull/279))
51+
- chore(gh-actions-deps): update github/codeql-action action to v3.27.9 in all dependant reusable workflows ([#278](https://github.com/tektronix/python-package-ci-cd/pull/278))
52+
- chore(gh-actions-deps): update github/codeql-action action to v3.27.8 in all dependant reusable workflows ([#277](https://github.com/tektronix/python-package-ci-cd/pull/277))
53+
- chore(gh-actions-deps): update actions/attest-build-provenance action to v2.1.0 in all dependant reusable workflows ([#275](https://github.com/tektronix/python-package-ci-cd/pull/275))
54+
- chore(gh-actions-deps): update github/codeql-action action to v3.27.7 in all dependant reusable workflows ([#273](https://github.com/tektronix/python-package-ci-cd/pull/273))
55+
- chore(gh-actions-deps): update actions/attest-build-provenance action to v2.0.1 in all dependant reusable workflows ([#272](https://github.com/tektronix/python-package-ci-cd/pull/272))
56+
- chore(gh-actions-deps): update actions/attest-build-provenance action to v2 in all dependant reusable workflows ([#270](https://github.com/tektronix/python-package-ci-cd/pull/270))
57+
- chore(gh-actions-deps): update actions/cache action to v4.2.0 in all dependant reusable workflows ([#269](https://github.com/tektronix/python-package-ci-cd/pull/269))
58+
- chore(python-deps): update dependency pydantic to v2.10.3 in all dependant actions ([#267](https://github.com/tektronix/python-package-ci-cd/pull/267))
59+
- chore(python-deps): update dependency poetry to v1.8.5 in all dependant actions ([#268](https://github.com/tektronix/python-package-ci-cd/pull/268))
60+
- chore(python-deps): update dependency pkginfo to v1.12.0 in all dependant actions ([#266](https://github.com/tektronix/python-package-ci-cd/pull/266))
61+
- chore(gh-actions-deps): update codecov/codecov-action action to v5.1.1 in all dependant reusable workflows ([#264](https://github.com/tektronix/python-package-ci-cd/pull/264))
62+
- chore(gh-actions-deps): update github/codeql-action action to v3.27.6 in all dependant reusable workflows ([#263](https://github.com/tektronix/python-package-ci-cd/pull/263))
63+
- chore(python-deps): update dependency pkginfo to v1.11.3 in all dependant actions ([#262](https://github.com/tektronix/python-package-ci-cd/pull/262))
64+
- chore(python-deps): update dependency pylint to v3.3.2 for dev ([#261](https://github.com/tektronix/python-package-ci-cd/pull/261))
65+
- chore(python-deps): update dependency pyright to v1.1.390 for dev ([#260](https://github.com/tektronix/python-package-ci-cd/pull/260))
66+
67+
### Changed
68+
69+
- Bumped dependency versions.
70+
2571
### Added
2672

2773
- Added GitHub annotations to the `check-api-for-breaking-changes` workflow to enable better visibility into any breaking changes detected. (see [#223](https://github.com/tektronix/python-package-ci-cd/issues/223))

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/create_unique_testpypi_version@v1.5.3
40+
- uses: tektronix/python-package-ci-cd/actions/create_unique_testpypi_version@v1.6.0
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/fetch_pr_number@v1.5.3
31+
- uses: tektronix/python-package-ci-cd/actions/fetch_pr_number@v1.6.0
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/find_unreleased_changelog_items@v1.5.3
62+
- uses: tektronix/python-package-ci-cd/actions/find_unreleased_changelog_items@v1.6.0
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/update_development_dependencies@v1.5.3
50+
- uses: tektronix/python-package-ci-cd/actions/update_development_dependencies@v1.6.0
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)