Skip to content

Commit

Permalink
1.5.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
tek-githubbot-1010 committed Dec 4, 2024
1 parent 4b6f358 commit 1efbc28
Show file tree
Hide file tree
Showing 22 changed files with 63 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 @@ -107,7 +107,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.2
uses: tektronix/python-package-ci-cd/actions/find_unreleased_changelog_items@v1.5.3
with:
release-level: ${{ inputs.release-level }}
previous-changelog-filepath: ${{ inputs.previous-changelog-filepath }}
Expand Down Expand Up @@ -139,7 +139,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.2
uses: tektronix/python-package-ci-cd/actions/find_unreleased_changelog_items@v1.5.3
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.2
- uses: tektronix/python-package-ci-cd/actions/create_unique_testpypi_version@v1.5.3
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.2
uses: tektronix/python-package-ci-cd/actions/fetch_pr_number@v1.5.3
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.2
uses: tektronix/python-package-ci-cd/actions/fetch_pr_number@v1.5.3
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.2
uses: tektronix/python-package-ci-cd/actions/update_development_dependencies@v1.5.3
with:
dependency-dict: ${{ inputs.dependency-dict }}
update-pre-commit: ${{ inputs.update-pre-commit }}
Expand Down
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,47 @@ Things to be included in the next release go here.

---

## v1.5.3 (2024-12-04)

### Merged Pull Requests

- chore(gh-actions-deps): update dawidd6/action-download-artifact action to v7 in all dependant reusable workflows ([#259](https://github.com/tektronix/python-package-ci-cd/pull/259))
- chore(python-deps): update dependency mailbits to v0.2.2 in all dependant actions ([#258](https://github.com/tektronix/python-package-ci-cd/pull/258))
- chore(python-deps): update dependency fastjsonschema to v2.21.1 in all dependant actions ([#257](https://github.com/tektronix/python-package-ci-cd/pull/257))
- chore(python-deps): update dependency cryptography to v44 in all dependant actions ([#251](https://github.com/tektronix/python-package-ci-cd/pull/251))
- chore(python-deps): update dependency fastjsonschema to v2.21.0 in all dependant actions ([#252](https://github.com/tektronix/python-package-ci-cd/pull/252))
- chore(python-deps): update dependency tomli to v2.2.1 for actions/create_unique_testpypi_version and docs ([#254](https://github.com/tektronix/python-package-ci-cd/pull/254))
- docs: Remove section of contribution guide that duplicates a later section ([#256](https://github.com/tektronix/python-package-ci-cd/pull/256))
- chore(pre-commit-deps): pre-commit autoupdate ([#231](https://github.com/tektronix/python-package-ci-cd/pull/231))
- chore(python-deps): update dependency virtualenv to v20.28.0 in all dependant actions ([#249](https://github.com/tektronix/python-package-ci-cd/pull/249))
- chore(python-deps): update dependency pydantic to v2.10.2 in all dependant actions ([#250](https://github.com/tektronix/python-package-ci-cd/pull/250))
- chore(gh-actions-deps): update anchore/scan-action action to v5.3.0 in all dependant reusable workflows ([#247](https://github.com/tektronix/python-package-ci-cd/pull/247))
- chore(python-deps): update pydantic dependencies in all dependant actions ([#120](https://github.com/tektronix/python-package-ci-cd/pull/120))
- chore(python-deps): update dependency identify to v2.6.3 in all dependant actions ([#245](https://github.com/tektronix/python-package-ci-cd/pull/245))
- chore(python-deps): update dependency setuptools to v75.6.0 in all dependant actions ([#244](https://github.com/tektronix/python-package-ci-cd/pull/244))
- chore(gh-actions-deps): update actions/dependency-review-action action to v4.5.0 in dev workflows ([#242](https://github.com/tektronix/python-package-ci-cd/pull/242))
- chore(gh-actions-deps): update anchore/sbom-action action to v0.17.8 in all dependant reusable workflows ([#241](https://github.com/tektronix/python-package-ci-cd/pull/241))
- chore(python-deps): update dependency toml-sort to v0.24.2 for actions/update_development_dependencies ([#240](https://github.com/tektronix/python-package-ci-cd/pull/240))
- chore(python-deps): update dependency toml-sort to v0.24.1 for actions/update_development_dependencies ([#239](https://github.com/tektronix/python-package-ci-cd/pull/239))
- chore(gh-actions-deps): update codecov/codecov-action action to v5.0.7 in all dependant reusable workflows ([#238](https://github.com/tektronix/python-package-ci-cd/pull/238))
- chore(python-deps): update dependency toml-sort to v0.24.0 for actions/update_development_dependencies ([#237](https://github.com/tektronix/python-package-ci-cd/pull/237))
- chore(gh-actions-deps): update github/codeql-action action to v3.27.5 in all dependant reusable workflows ([#236](https://github.com/tektronix/python-package-ci-cd/pull/236))
- chore(gh-actions-deps): update codecov/codecov-action action to v5.0.2 in all dependant reusable workflows ([#235](https://github.com/tektronix/python-package-ci-cd/pull/235))
- chore(gh-actions-deps): update codecov/codecov-action action to v5.0.1 in all dependant reusable workflows ([#234](https://github.com/tektronix/python-package-ci-cd/pull/234))
- chore(gh-actions-deps): update codecov/codecov-action action to v5 in all dependant reusable workflows ([#233](https://github.com/tektronix/python-package-ci-cd/pull/233))
- chore(gh-actions-deps): update github/codeql-action action to v3.27.4 in all dependant reusable workflows ([#232](https://github.com/tektronix/python-package-ci-cd/pull/232))
- chore(python-deps): update dependency pyright to v1.1.389 for dev ([#230](https://github.com/tektronix/python-package-ci-cd/pull/230))
- chore(python-deps): update dependency setuptools to v75.4.0 in all dependant actions ([#226](https://github.com/tektronix/python-package-ci-cd/pull/226))
- chore(python-deps): update dependency tomli to v2.1.0 for actions/create_unique_testpypi_version and docs ([#227](https://github.com/tektronix/python-package-ci-cd/pull/227))
- chore(gh-actions-deps): update github/codeql-action action to v3.27.3 in all dependant reusable workflows ([#228](https://github.com/tektronix/python-package-ci-cd/pull/228))
- chore(python-deps): update dependency identify to v2.6.2 in all dependant actions ([#222](https://github.com/tektronix/python-package-ci-cd/pull/222))

### Changed

- Bumped dependency versions.

---

## v1.5.2 (2024-11-13)

### Merged Pull Requests
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.2
- uses: tektronix/python-package-ci-cd/actions/create_unique_testpypi_version@v1.5.3
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.2
- uses: tektronix/python-package-ci-cd/actions/fetch_pr_number@v1.5.3
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 @@ -53,7 +53,7 @@ jobs:
with:
fetch-depth: 0
fetch-tags: true
- uses: tektronix/python-package-ci-cd/actions/find_unreleased_changelog_items@v1.5.2
- uses: tektronix/python-package-ci-cd/actions/find_unreleased_changelog_items@v1.5.3
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.2
- uses: tektronix/python-package-ci-cd/actions/update_development_dependencies@v1.5.3
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.2"
version = "1.5.3"

[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.2
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-codeql-analysis.yml@v1.5.3
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.2
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-enforce-community-standards.yml@v1.5.3
```
[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.2
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-package-build.yml@v1.5.3
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.2
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-package-release.yml@v1.5.3
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.2
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-package-testpypi.yml@v1.5.3
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.2
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-publish-api-comparison.yml@v1.5.3
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.2
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-publish-test-results.yml@v1.5.3
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.2
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-sbom-scan.yml@v1.5.3
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.2
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-test-code.yml@v1.5.3
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.2
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-test-docs.yml@v1.5.3
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.2
uses: tektronix/python-package-ci-cd/.github/workflows/_reusable-update-python-and-pre-commit-dependencies.yml@v1.5.3
with:
commit-user-name: 'User Name'
commit-user-email: 'user-email'
Expand Down

0 comments on commit 1efbc28

Please sign in to comment.