Skip to content

Releases: Staffbase/gha-workflows

Version 5.2.0 🌈

25 Apr 13:44
d977ad9
Compare
Choose a tag to compare

Changes

πŸš€ Features

πŸ“ Documentation

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

🚨 Dependencies

  • chore(deps): bump trufflesecurity/trufflehog from 3.73.0 to 3.74.0 @dependabot (#246)
  • chore(deps): bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 @dependabot (#245)
  • chore(deps): bump trufflesecurity/trufflehog from 3.72.0 to 3.73.0 @dependabot (#242)
  • chore(deps): bump trufflesecurity/trufflehog from 3.71.0 to 3.72.0 @dependabot (#241)

Version 5.1.0 🌈

02 Apr 10:04
8ba9aeb
Compare
Choose a tag to compare

Changes

πŸ“ Documentation

  • πŸ”₯ remove Jan as codeowner @flaxel (#235)
  • πŸ“ Update Readme Versions @github-actions (#233)

🚨 Dependencies

  • chore(deps): bump launchdarkly/find-code-references from 2.11.0 to 2.12.0 @dependabot (#238)
  • chore(deps): bump trufflesecurity/trufflehog from 3.70.1 to 3.71.0 @dependabot (#237)
  • chore(deps): bump dependabot/fetch-metadata from 1 to 2 @dependabot (#236)
  • chore(deps): bump trufflesecurity/trufflehog from 3.69.0 to 3.70.1 @dependabot (#234)

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/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)