Skip to content

Releases: Staffbase/gha-workflows

Version 5.0.1 🌈

12 Mar 14:04
76fcd40
Compare
Choose a tag to compare

Changes

πŸ› Bug Fixes

  • Fix: Update github-action-jira-release-tagging @soemo (#232)

πŸ“ Documentation

  • πŸ“ Update Readme Versions @github-actions (#231)

Version 5.0.0 🌈

11 Mar 08:47
7d92ae2
Compare
Choose a tag to compare

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 🌈

24 Jan 07:46
7c2d731
Compare
Choose a tag to compare

Changes

πŸ› Bug Fixes

πŸ“ Documentation

  • πŸ“ Update Readme Versions @github-actions (#215)

Version 4.0.1 🌈

22 Jan 14:22
dc8cf4e
Compare
Choose a tag to compare

Changes

πŸ› Bug Fixes

πŸ“ Documentation

  • πŸ“ Update Readme Versions @github-actions (#213)

Version 4.0.0 🌈

15 Jan 13:17
Compare
Choose a tag to compare

πŸ’₯ 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 🌈

29 Nov 12:24
950ee4c
Compare
Choose a tag to compare

Changes

πŸš€ Features

πŸ“ Documentation

  • πŸ“ Update Readme Versions @github-actions (#203)

🚨 Dependencies

  • chore(deps): bump trufflesecurity/trufflehog from 3.62.1 to 3.63.0 @dependabot (#205)

Version 3.3.2 🌈

16 Nov 09:36
973174b
Compare
Choose a tag to compare

Changes

🚨 Dependencies

Version 3.3.1 🌈

15 Nov 10:25
Compare
Choose a tag to compare

Changes

πŸ“ Documentation

  • πŸ“ Update Readme Versions @github-actions (#201)

Version 3.3.0 🌈

15 Nov 10:06
4104f83
Compare
Choose a tag to compare

Changes

πŸš€ Features

πŸ“ Documentation

  • add myself and bmb as CODEOWNERS for TestIO template @jreimone (#198)
  • πŸ“ Update Readme Versions @github-actions (#195)

Version 3.2.0 🌈

07 Nov 18:39
3034b07
Compare
Choose a tag to compare

Changes

πŸš€ Features

  • 🎨 Using github app for auto merge @flaxel (#194)

πŸ“ Documentation

  • πŸ“ Update version resolve documentation @flaxel (#193)
  • πŸ“ Update Readme Versions @github-actions (#192)