Skip to content

Releases: Staffbase/gha-workflows

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/template_release_drafter.yml@v4.0.0
  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/template_release_drafter.yml@v4.0.0
  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)

Version 3.1.0 🌈

07 Nov 07:55
d402a68
Compare
Choose a tag to compare

Changes

πŸš€ Features

  • 🎨 Add approval for pull request @flaxel (#191)

πŸ“ Documentation

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

Version 3.0.0 🌈

02 Nov 15:46
2b64d39
Compare
Choose a tag to compare

πŸ’₯ Breaking Changes

If you are using one of these variables npm-token or goproxy from the gitops action, you need to adapt your workflow and move these variables to the docker-build-secrets or docker-build-secret-files parameter. The cause is that we don't want to have plain secrets in our docker images. πŸ”’ For more information, you can take a look for example here.

Changes

πŸš€ Features

πŸ“ Documentation

  • πŸ“ Adjust version detector cron job @flaxel (#181)
  • Add timdittler to CLA allowlist @timdittler (#177)
  • πŸ“ Update Readme Versions @github-actions (#171)

🚨 Dependencies

  • chore(deps): bump staffbase/autodev-action from 1.8.2 to 2.0.0 @dependabot (#188)
  • chore(deps): bump trufflesecurity/trufflehog from 3.61.0 to 3.62.1 @dependabot (#189)
  • chore(deps): bump trufflesecurity/trufflehog from 3.60.1 to 3.61.0 @dependabot (#186)
  • chore(deps): bump trufflesecurity/trufflehog from 3.59.0 to 3.60.1 @dependabot (#185)
  • chore(deps): bump release-drafter/release-drafter from 5.24.0 to 5.25.0 @dependabot (#184)
  • chore(deps): bump Staffbase/testio-trigger-test-github-action from 1.0.3 to 1.1.1 @dependabot (#183)
  • chore(deps): bump trufflesecurity/trufflehog from 3.57.0 to 3.59.0 @dependabot (#180)
  • chore(deps): bump trufflesecurity/trufflehog from 3.56.1 to 3.57.0 @dependabot (#178)
  • chore(deps): bump tibdex/github-app-token from 2.0.0 to 2.1.0 @dependabot (#179)
  • chore(deps): bump trufflesecurity/trufflehog from 3.54.3 to 3.56.1 @dependabot (#176)
  • Update github-action-jira-release-tagging @soemo (#175)
  • chore(deps): bump tibdex/github-app-token from 1.8.0 to 2.0.0 @dependabot (#173)
  • chore(deps): bump actions/checkout from 3 to 4 @dependabot (#174)