Releases: Staffbase/gha-workflows
Releases Β· Staffbase/gha-workflows
Version 5.0.1 π
Version 5.0.0 π
Changes
π₯ Breaking Changes
There are several changes in our dependencies that we use. Most of them refer to the deprecation of Node version 16.
π Features
- Feat: Add strategy selection to dependabot automerge workflow @ingvaar (#219)
- Replace tibdex app token action by one from GitHub @timdittler (#225)
π Bug Fixes
π Documentation
- π Update Readme Versions @github-actions (#217)
π¨ Dependencies
- chore(deps): bump Staffbase/gitops-github-action from 5.2 to 5.3 @dependabot (#230)
- chore(deps): bump trufflesecurity/trufflehog from 3.68.2 to 3.69.0 @dependabot (#229)
- chore(deps): bump actions/create-github-app-token from 1.8.0 to 1.9.0 @dependabot (#227)
- chore(deps): bump Staffbase/github-action-jira-release-tagging from 1.2.0 to 1.3.0 @dependabot (#228)
- chore(deps): bump trufflesecurity/trufflehog from 3.67.1 to 3.68.2 @dependabot (#226)
- Replace tibdex app token action by one from GitHub @timdittler (#225)
- chore(deps): bump staffbase/autodev-action from 2.0.0 to 2.1.0 @dependabot (#224)
- chore(deps): bump release-drafter/release-drafter from 5.25.0 to 6.0.0 @dependabot (#221)
- chore(deps): bump peter-evans/create-pull-request from 5 to 6 @dependabot (#222)
- chore(deps): bump trufflesecurity/trufflehog from 3.65.0 to 3.67.1 @dependabot (#223)
- chore(deps): bump trufflesecurity/trufflehog from 3.63.0 to 3.65.0 @dependabot (#218)
Version 4.0.2 π
Version 4.0.1 π
Version 4.0.0 π
π₯ Breaking Changes
There is a breaking change in the stale action and the reusable release drafter now requires an explicit token to make users aware of the behavior of the GITHUB_TOKENS, as no further action is triggered on use.
update_release_draft:
uses: Staffbase/gha-workflows/.github/workflows/[email protected]
with:
<your parameters>
secrets:
token: ${{ <your-token> }}
Or you can use the credentials of a GitHub app:
update_release_draft:
uses: Staffbase/gha-workflows/.github/workflows/[email protected]
with:
<your parameters>
secrets:
app_id: ${{ <your-app-id> }}
private_key: ${{ <your-private-key> }}
Changes
π Features
π Documentation
- π Update Readme Versions @github-actions (#207)
π¨ Dependencies
- chore(deps): bump Staffbase/testio-trigger-test-github-action from 1.2.1 to 1.3.0 @dependabot (#210)
- chore(deps): bump Staffbase/testio-trigger-test-github-action from 1.1.2 to 1.2.1 @dependabot (#209)
- chore(deps): bump actions/stale from 8.0.0 to 9.0.0 @dependabot (#208)
Version 3.4.0 π
Changes
π Features
- CIV-424 Rename Storage Name @0x46616c6b (#206)
- Disable auto-merge for dependency bumps with major version 0 @arblitroshani (#204)
π Documentation
- π Update Readme Versions @github-actions (#203)
π¨ Dependencies
- chore(deps): bump trufflesecurity/trufflehog from 3.62.1 to 3.63.0 @dependabot (#205)