Skip to content

Releases: linear-b/gitstream-github-action

2.0.19

25 Jul 08:29
7a37073
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.18...2.0.19

/:\ gitStream v2

13 May 08:53
7a37073
Compare
Choose a tag to compare

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

2.0.18

17 Jul 13:19
85dd18f
Compare
Choose a tag to compare

What's Changed

Add support to ad--thread@v1 (available in gitlab only)

Full Changelog: 2.0.17...2.0.18

2.0.17

26 Jun 16:29
b3b0d98
Compare
Choose a tag to compare

What's Changed

  • Bump @linearb/gitstream-core to 2.1.26 by @github-actions in #92

Full Changelog: 2.0.16...2.0.17

2.0.16

26 Jun 16:14
Compare
Choose a tag to compare

Full Changelog: 2.0.15...2.0.16

2.0.15

26 Jun 10:32
3fadf49
Compare
Choose a tag to compare

What's Changed

  • Bump @linearb/gitstream-core to 2.1.25 by @github-actions in #90

Full Changelog: 2.0.14...2.0.15

2.0.14

26 Jun 10:11
b14e7c8
Compare
Choose a tag to compare

What's Changed

  • Bump @linearb/gitstream-core to 2.1.23 by @github-actions in #87
  • Bump @linearb/gitstream-core to 2.1.24 by @github-actions in #89

New Contributors

  • @github-actions made their first contribution in #87

Full Changelog: 2.0.13...2.0.14

2.0.13

24 Jun 07:44
8fbb0c9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.12...2.0.13

2.0.12

20 Jun 11:12
8640fba
Compare
Choose a tag to compare

What's Changed

  • LINBEE-7845 - remove code directory before executing by @yeelali14 in #83

Full Changelog: 2.0.11...2.0.12

2.0.11

19 Jun 09:31
9a41d36
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.10...2.0.11