Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
tek-githubbot-1010 committed Jan 3, 2025
1 parent f4c547d commit df28663
Show file tree
Hide file tree
Showing 22 changed files with 68 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_reusable-package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
previous-changelog-filepath: ${{ inputs.previous-changelog-filepath }}
previous-release-notes-filepath: ${{ inputs.previous-release-notes-filepath }}
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository
uses: tektronix/python-package-ci-cd/actions/find_unreleased_changelog_items@v1.5.3
uses: tektronix/python-package-ci-cd/actions/find_unreleased_changelog_items@v1.6.0
id: find-changes-public
continue-on-error: true
with:
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
previous-changelog-filepath: ${{ inputs.previous-changelog-filepath }}
previous-release-notes-filepath: ${{ inputs.previous-release-notes-filepath }}
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository
uses: tektronix/python-package-ci-cd/actions/find_unreleased_changelog_items@v1.5.3
uses: tektronix/python-package-ci-cd/actions/find_unreleased_changelog_items@v1.6.0
with:
previous-changelog-filepath: ${{ inputs.previous-changelog-filepath }}
previous-release-notes-filepath: ${{ inputs.previous-release-notes-filepath }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_reusable-package-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- uses: tektronix/python-package-ci-cd/actions/create_unique_testpypi_version@v1.5.3
- uses: tektronix/python-package-ci-cd/actions/create_unique_testpypi_version@v1.6.0
id: create-version
with:
package-name: ${{ inputs.package-name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_reusable-publish-api-comparison.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
github-repository: ${{ github.repository }}
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository
id: fetch-pr-number
uses: tektronix/python-package-ci-cd/actions/fetch_pr_number@v1.5.3
uses: tektronix/python-package-ci-cd/actions/fetch_pr_number@v1.6.0
with:
sha: ${{ github.event.workflow_run.head_sha }}
github-repository: ${{ github.repository }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_reusable-publish-test-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
github-repository: ${{ github.repository }}
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository
id: fetch-pr-number
uses: tektronix/python-package-ci-cd/actions/fetch_pr_number@v1.5.3
uses: tektronix/python-package-ci-cd/actions/fetch_pr_number@v1.6.0
with:
sha: ${{ github.event.workflow_run.head_sha }}
github-repository: ${{ github.repository }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
pre-commit-hook-skip-list: ${{ inputs.pre-commit-hook-skip-list }}
export-dependency-groups: ${{ inputs.export-dependency-groups }}
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository
uses: tektronix/python-package-ci-cd/actions/update_development_dependencies@v1.5.3
uses: tektronix/python-package-ci-cd/actions/update_development_dependencies@v1.6.0
with:
dependency-dict: ${{ inputs.dependency-dict }}
update-pre-commit: ${{ inputs.update-pre-commit }}
Expand Down
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,52 @@ Things to be included in the next release go here.

- Bumped dependency versions.

---

## v1.6.0 (2025-01-03)

### Merged Pull Requests

- Update `_reusable-package-release.yml` to perform a `semantic-release --noop` ([#301](https://github.com/tektronix/python-package-ci-cd/pull/301))
- 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))
- 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))
- feat: Add GitHub annotations for breaking changes to a package's API ([#298](https://github.com/tektronix/python-package-ci-cd/pull/298))
- chore(pre-commit-deps): pre-commit autoupdate ([#271](https://github.com/tektronix/python-package-ci-cd/pull/271))
- 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))
- 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))
- 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))
- chore(python-deps): update dependency pylint to v3.3.3 for dev ([#293](https://github.com/tektronix/python-package-ci-cd/pull/293))
- 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))
- 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))
- 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))
- 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))
- chore(python-deps): update pydantic dependencies in all dependant actions ([#285](https://github.com/tektronix/python-package-ci-cd/pull/285))
- 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))
- 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))
- chore(python-deps): update dependency pyright to v1.1.391 for dev ([#282](https://github.com/tektronix/python-package-ci-cd/pull/282))
- 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))
- 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))
- 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))
- 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))
- 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))
- 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))
- 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))
- 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))
- 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))
- 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))
- 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))
- 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))
- 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))
- 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))
- 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))
- 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))
- chore(python-deps): update dependency pylint to v3.3.2 for dev ([#261](https://github.com/tektronix/python-package-ci-cd/pull/261))
- chore(python-deps): update dependency pyright to v1.1.390 for dev ([#260](https://github.com/tektronix/python-package-ci-cd/pull/260))

### Changed

- Bumped dependency versions.

### Added

- 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))
Expand Down
2 changes: 1 addition & 1 deletion actions/create_unique_testpypi_version/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
with:
fetch-depth: 0
- uses: tektronix/python-package-ci-cd/actions/create_unique_testpypi_version@v1.5.3
- uses: tektronix/python-package-ci-cd/actions/create_unique_testpypi_version@v1.6.0
id: create-version
with:
package-name: my-package # required
Expand Down
2 changes: 1 addition & 1 deletion actions/fetch_pr_number/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
publish-results:
runs-on: ubuntu-latest
steps:
- uses: tektronix/python-package-ci-cd/actions/fetch_pr_number@v1.5.3
- uses: tektronix/python-package-ci-cd/actions/fetch_pr_number@v1.6.0
id: fetch-pr-number
with:
sha: ${{ github.event.workflow_run.head_sha }} # required
Expand Down
2 changes: 1 addition & 1 deletion actions/find_unreleased_changelog_items/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
with:
fetch-depth: 0
fetch-tags: true
- uses: tektronix/python-package-ci-cd/actions/find_unreleased_changelog_items@v1.5.3
- uses: tektronix/python-package-ci-cd/actions/find_unreleased_changelog_items@v1.6.0
with:
release-level: ${{ inputs.release-level }} # optional
previous-changelog-filepath: .previous_changelog_for_template.md # optional
Expand Down
2 changes: 1 addition & 1 deletion actions/update_development_dependencies/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
ref: ${{ github.head_ref }}
token: ${{ secrets.checkout-token }}
- uses: tektronix/python-package-ci-cd/actions/update_development_dependencies@v1.5.3
- uses: tektronix/python-package-ci-cd/actions/update_development_dependencies@v1.6.0
with:
repo-root: . # optional, defaults to the current working directory
install-dependencies: false # optional, this will almost never need to be set to true
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ wrap-summaries = 0
[tool.poetry]
license = "Apache-2.0"
package-mode = false
version = "1.5.3"
version = "1.6.0"

[tool.poetry.dependencies]
python = "~3.12" # This needs to stay in sync with all CI workflows
Expand Down
2 changes: 1 addition & 1 deletion workflows/codeql-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ on:
branches: [main]
jobs:
analyze:
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-codeql-analysis.yml@v1.5.3
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-codeql-analysis.yml@v1.6.0
with:
languages-array: '["python", "javascript"]'
codeql-queries: security-extended,security-and-quality
Expand Down
2 changes: 1 addition & 1 deletion workflows/enforce-community-standards.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ on:
branches: [main]
jobs:
enforce-community-standards:
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-enforce-community-standards.yml@v1.5.3
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-enforce-community-standards.yml@v1.6.0
```
[workflow-file]: ../.github/workflows/_reusable-enforce-community-standards.yml
2 changes: 1 addition & 1 deletion workflows/package-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ concurrency:
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
package-build:
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-package-build.yml@v1.5.3
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-package-build.yml@v1.6.0
with:
package-name: my_package # required
python-versions-array: '["3.9", "3.10", "3.11", "3.12"]' # required
Expand Down
2 changes: 1 addition & 1 deletion workflows/package-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ concurrency: # This concurrency is not required, but can be added if extra cont
group: pypi
jobs:
package-release:
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-package-release.yml@v1.5.3
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-package-release.yml@v1.6.0
with:
package-name: my-package # required
repo-name: owner/my-package # required
Expand Down
2 changes: 1 addition & 1 deletion workflows/package-testpypi.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ concurrency: # This concurrency is not required, but can be added if extra cont
group: pypi
jobs:
package-testpypi:
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-package-testpypi.yml@v1.5.3
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-package-testpypi.yml@v1.6.0
with:
package-name: my-package # required
repo-name: owner/my-package # required
Expand Down
2 changes: 1 addition & 1 deletion workflows/publish-api-comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ on:
types: [completed]
jobs:
publish-api-comparison:
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-publish-api-comparison.yml@v1.5.3
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-publish-api-comparison.yml@v1.6.0
permissions:
checks: write
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion workflows/publish-test-results.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ on:
types: [completed]
jobs:
publish-test-results:
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-publish-test-results.yml@v1.5.3
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-publish-test-results.yml@v1.6.0
with:
operating-systems-array: '["ubuntu", "windows", "macos"]' # required
permissions:
Expand Down
2 changes: 1 addition & 1 deletion workflows/sbom-scan.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ on:
types: [published]
jobs:
sbom-scan:
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-sbom-scan.yml@v1.5.3
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-sbom-scan.yml@v1.6.0
permissions:
security-events: write
contents: write
Expand Down
2 changes: 1 addition & 1 deletion workflows/test-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ concurrency:
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
test-code:
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-test-code.yml@v1.5.3
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-test-code.yml@v1.6.0
with:
repo-name: owner/repo # required
operating-systems-array: '["ubuntu", "windows", "macos"]' # optional
Expand Down
2 changes: 1 addition & 1 deletion workflows/test-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ concurrency:
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
test-docs:
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-test-docs.yml@v1.5.3
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-test-docs.yml@v1.6.0
with:
node-version: 20 # required
python-version: '3.11' # required
Expand Down
2 changes: 1 addition & 1 deletion workflows/update-python-and-pre-commit-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ on:
jobs:
update-python-and-pre-commit-dependencies:
if: ${{ github.actor == 'dependabot[bot]' && contains(github.head_ref, '/pip/') }} # Only run the job for Dependabot PRs
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-update-python-and-pre-commit-dependencies.yml@v1.5.3
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-update-python-and-pre-commit-dependencies.yml@v1.6.0
with:
commit-user-name: 'User Name'
commit-user-email: 'user-email'
Expand Down

0 comments on commit df28663

Please sign in to comment.