java-server-sdk icon indicating copy to clipboard operation
java-server-sdk copied to clipboard

Bump linear-b/gitstream-github-action from 1 to 2

Open dependabot[bot] opened this issue 3 months ago • 0 comments

Bumps linear-b/gitstream-github-action from 1 to 2.

Release notes

Sourced from linear-b/gitstream-github-action's releases.

/:\ gitStream v2

We're thrilled to announce the release of /:\ gitStream v2, a significant update that brings native JavaScript action support to enhance your GitHub workflows. This release introduces a seamless upgrade from v1 to v2

What's New

We've migrated from Docker-based actions to native JavaScript actions. This change offers several benefits:

  • Improved Performance Native JavaScript actions typically have faster execution times compared to Docker-based actions, leading to quicker workflow runs Faster execution is because there is no need to download the docker

  • Simplified Configuration You no longer need to deal with Docker-related configurations. The property update_times_a_day is gone.

  • Enhanced Compatibility Same configuration for v1 and v2. Choose whatever you want, run with docker or native`, by changing the version number only.

How to Upgrade

To upgrade to gitStream v2, simply follow these steps:

  • go to the cm repo or dedicated repo, go to file .github/workflows/gitstream.yml change the old line uses: linear-b/gitstream-github-action@v1, to a new one uses: linear-b/gitstream-github-action@v2
  • if you used the cache in v1, just remove this property update_times_a_day: 6

Breaking Changes

🚀 There are no breaking changes 🚀 No breaking changes have been introduced with this release, allowing for a seamless transition and uninterrupted workflow continuity

Self-Hosted Runners

/:\ gitStream v2 also introduces support for self-hosted runners, giving you greater control over your workflow environment. When using self-hosted runners, please ensure that the following dependencies are installed on your machine:

git: Git is required for cloning repositories and managing version control more info git-lfs: Git LFS (Large File Storage) is necessary if your repositories utilize Git LFS for managing large files efficiently more info Python 3.x: Python is required for certain gitStream functionalities. We recommend installing Python 3.x to ensure compatibility with the latest features more info and more info

v2-alpha

What's Changed

Full Changelog: https://github.com/linear-b/gitstream-github-action/compare/v1.0.15...v2-alpha

v1.3

What's Changed

Full Changelog: https://github.com/linear-b/gitstream-github-action/compare/v1...v1.3

... (truncated)

Changelog

Sourced from linear-b/gitstream-github-action's changelog.

gitstream-github-action v2

Release Date: 2024-05-13

Changes

  • We've migrated from Docker-based actions to native JavaScript actions, you can read more about teh benifits in Realases.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar May 13 '24 16:05 dependabot[bot]