Skip to content

Commit

Permalink
1.4.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
tek-githubbot-1010 committed Oct 4, 2024
1 parent 6823d8d commit ed405fe
Show file tree
Hide file tree
Showing 22 changed files with 69 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.4.0
uses: tektronix/python-package-ci-cd/actions/find_unreleased_changelog_items@v1.4.1
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.4.0
uses: tektronix/python-package-ci-cd/actions/find_unreleased_changelog_items@v1.4.1
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
fetch-depth: 0
- uses: tektronix/python-package-ci-cd/actions/create_unique_testpypi_version@v1.4.0
- uses: tektronix/python-package-ci-cd/actions/create_unique_testpypi_version@v1.4.1
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.4.0
uses: tektronix/python-package-ci-cd/actions/fetch_pr_number@v1.4.1
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.4.0
uses: tektronix/python-package-ci-cd/actions/fetch_pr_number@v1.4.1
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 @@ -92,7 +92,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.4.0
uses: tektronix/python-package-ci-cd/actions/update_development_dependencies@v1.4.1
with:
dependency-dict: ${{ inputs.dependency-dict }}
update-pre-commit: ${{ inputs.update-pre-commit }}
Expand Down
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,53 @@ Things to be included in the next release go here.

---

## v1.4.1 (2024-10-04)

### Merged Pull Requests

- chore(python-deps): update dependency pyproject-hooks to v1.2.0 in all dependant actions ([#136](https://github.com/tektronix/python-package-ci-cd/pull/136))
- chore(python-deps): update dependency pyright to v1.1.383 for dev ([#135](https://github.com/tektronix/python-package-ci-cd/pull/135))
- chore(gh-actions-deps): update python-semantic-release/python-semantic-release action to v9.9.0 in all dependant reusable workflows ([#134](https://github.com/tektronix/python-package-ci-cd/pull/134))
- chore(gh-actions-deps): update python-semantic-release/python-semantic-release action to v9.8.9 in all dependant reusable workflows ([#131](https://github.com/tektronix/python-package-ci-cd/pull/131))
- chore(gh-actions-deps): update actions/checkout action to v4.2.0 in all dependant reusable workflows ([#126](https://github.com/tektronix/python-package-ci-cd/pull/126))
- chore(python-deps): update dependency virtualenv to v20.26.6 in all dependant actions ([#133](https://github.com/tektronix/python-package-ci-cd/pull/133))
- chore(gh-actions-deps): update actions/checkout action to v4.2.0 in dev workflows ([#127](https://github.com/tektronix/python-package-ci-cd/pull/127))
- chore(python-deps): update dependency pyright to v1.1.382.post1 for dev ([#132](https://github.com/tektronix/python-package-ci-cd/pull/132))
- chore(docker-deps): update python:3.12-alpine docker digest to e75de17 in all dependant actions ([#130](https://github.com/tektronix/python-package-ci-cd/pull/130))
- chore(docker-deps): update python:3.12-alpine docker digest to 6666ea3 in all dependant actions ([#129](https://github.com/tektronix/python-package-ci-cd/pull/129))
- [pre-commit.ci] pre-commit autoupdate ([#117](https://github.com/tektronix/python-package-ci-cd/pull/117))
- chore(python-deps): update dependency pyright to v1.1.382.post0 for dev ([#125](https://github.com/tektronix/python-package-ci-cd/pull/125))
- chore(python-deps): update dependency pyright to v1.1.382 for dev ([#124](https://github.com/tektronix/python-package-ci-cd/pull/124))
- chore(gh-actions-deps): update github/codeql-action action to v3.26.9 in all dependant reusable workflows ([#123](https://github.com/tektronix/python-package-ci-cd/pull/123))
- chore(python-deps): update dependency rapidfuzz to v3.10.0 in all dependant actions ([#122](https://github.com/tektronix/python-package-ci-cd/pull/122))
- Update automerge of pre-commit to use the squash strategy ([#121](https://github.com/tektronix/python-package-ci-cd/pull/121))
- chore(gh-actions-deps): update actions/setup-node action to v4.0.4 in all dependant reusable workflows ([#119](https://github.com/tektronix/python-package-ci-cd/pull/119))
- chore(gh-actions-deps): update github/codeql-action action to v3.26.8 in all dependant reusable workflows ([#118](https://github.com/tektronix/python-package-ci-cd/pull/118))
- chore(python-deps): update dependency pyright to v1.1.381 for dev ([#116](https://github.com/tektronix/python-package-ci-cd/pull/116))
- chore(python-deps): update dependency virtualenv to v20.26.5 in all dependant actions ([#115](https://github.com/tektronix/python-package-ci-cd/pull/115))
- chore(python-deps): update dependency platformdirs to v4.3.6 in all dependant actions ([#113](https://github.com/tektronix/python-package-ci-cd/pull/113))
- chore(python-deps): update dependency filelock to v3.16.1 in all dependant actions ([#114](https://github.com/tektronix/python-package-ci-cd/pull/114))
- chore(python-deps): update pydantic dependencies in all dependant actions ([#112](https://github.com/tektronix/python-package-ci-cd/pull/112))
- chore(python-deps): update dependency setuptools to v75 in all dependant actions ([#111](https://github.com/tektronix/python-package-ci-cd/pull/111))
- chore(python-deps): update dependency idna to v3.10 in all dependant actions ([#110](https://github.com/tektronix/python-package-ci-cd/pull/110))
- chore(python-deps): update dependency setuptools to v74.1.3 in all dependant actions ([#108](https://github.com/tektronix/python-package-ci-cd/pull/108))
- chore(python-deps): update dependency identify to v2.6.1 in all dependant actions ([#106](https://github.com/tektronix/python-package-ci-cd/pull/106))
- chore(python-deps): update dependency idna to v3.9 in all dependant actions ([#104](https://github.com/tektronix/python-package-ci-cd/pull/104))
- chore(python-deps): update dependency trove-classifiers to v2024.9.12 in all dependant actions ([#105](https://github.com/tektronix/python-package-ci-cd/pull/105))
- Enable automerge for pre commit hook updates ([#102](https://github.com/tektronix/python-package-ci-cd/pull/102))
- chore(python-deps): update dependency platformdirs to v4.3.3 in all dependant actions ([#103](https://github.com/tektronix/python-package-ci-cd/pull/103))
- chore(gh-actions-deps): update github/codeql-action action to v3.26.7 in all dependant reusable workflows ([#101](https://github.com/tektronix/python-package-ci-cd/pull/101))
- chore(python-deps): update dependency urllib3 to v2.2.3 in all dependant actions ([#98](https://github.com/tektronix/python-package-ci-cd/pull/98))
- chore(python-deps): update dependency pyright to v1.1.380 for dev ([#96](https://github.com/tektronix/python-package-ci-cd/pull/96))
- chore(python-deps): update dependency msgpack to v1.1.0 in all dependant actions ([#95](https://github.com/tektronix/python-package-ci-cd/pull/95))
- chore(docker-deps): update python:3.12-alpine docker digest to 7130f75 in all dependant actions ([#94](https://github.com/tektronix/python-package-ci-cd/pull/94))

### Changed

- Bumped dependency versions.

---

## v1.4.0 (2024-09-11)

### 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.4.0
- uses: tektronix/python-package-ci-cd/actions/create_unique_testpypi_version@v1.4.1
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.4.0
- uses: tektronix/python-package-ci-cd/actions/fetch_pr_number@v1.4.1
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.4.0
- uses: tektronix/python-package-ci-cd/actions/find_unreleased_changelog_items@v1.4.1
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 @@ -46,7 +46,7 @@ jobs:
ref: ${{ github.head_ref }}
token: ${{ secrets.checkout-token }}
- uses: tektronix/python-package-ci-cd/actions/update_development_dependencies@v1.4.0
- uses: tektronix/python-package-ci-cd/actions/update_development_dependencies@v1.4.1
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 @@ -28,7 +28,7 @@ wrap-summaries = 0
[tool.poetry]
license = "Apache-2.0"
package-mode = false
version = "1.4.0"
version = "1.4.1"

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

0 comments on commit ed405fe

Please sign in to comment.