Skip to content

Releases: linear-b/gitstream-github-action

2.0.71

27 Jan 16:33
18c2db9
Compare
Choose a tag to compare

What's Changed

  • Bump @linearb/gitstream-core to 2.1.96 by @github-actions in #229

Full Changelog: 2.0.70...2.0.71

/:\ gitStream v2

13 May 08:53
18c2db9
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.70

23 Jan 10:46
5140e85
Compare
Choose a tag to compare

What's Changed

  • Bump @linearb/gitstream-core to 2.1.95 by @github-actions in #228
  • Bump undici from 5.28.4 to 5.28.5 by @dependabot in #226

Full Changelog: 2.0.69...2.0.70

2.0.69

22 Jan 15:35
a320ce8
Compare
Choose a tag to compare

What's Changed

  • Bump the npm-development group with 3 updates by @dependabot in #225
  • Bump @linearb/gitstream-core to 2.1.94 by @github-actions in #227
  • add new filter (available only for paid users) AI_DescribePR

Full Changelog: 2.0.68...2.0.69

2.0.68

16 Jan 15:30
d8f49bd
Compare
Choose a tag to compare

What's Changed

  • Bump @linearb/gitstream-core to 2.1.93 by @github-actions in #224

Full Changelog: 2.0.67...2.0.68

2.0.67

15 Jan 15:48
f052be3
Compare
Choose a tag to compare

What's Changed

  • Bump the npm-development group with 3 updates by @dependabot in #222
  • Bump @linearb/gitstream-core to 2.1.92 by @github-actions in #223

Full Changelog: 2.0.66...2.0.67

2.0.66

08 Jan 16:37
b5e4ab2
Compare
Choose a tag to compare

What's Changed

  • Bump @types/node from 22.10.2 to 22.10.5 in the npm-development group by @dependabot in #216
  • Bump @linearb/gitstream-core to 2.1.89 by @github-actions in #218

Full Changelog: 2.0.65...2.0.66

2.0.65

26 Dec 15:59
94f80ff
Compare
Choose a tag to compare

What's Changed

  • Bump @linearb/gitstream-core to 2.1.88 by @github-actions in #215
  • bump dev dependencies

Full Changelog: 2.0.64...2.0.65

2.0.64

26 Dec 14:26
b664ab9
Compare
Choose a tag to compare

What's Changed

  • Bump @linearb/gitstream-core to 2.1.87 by @github-actions in #214
  • add mockFilter function to use in Playground

Full Changelog: 2.0.63...2.0.64

2.0.63

15 Dec 08:35
a16d4d9
Compare
Choose a tag to compare

What's Changed

  • Bump @linearb/gitstream-core to 2.1.85 by @github-actions in #210
  • add readFile function to CM files
    README_CONTENT: {{ "./README.md" | readFile(output="txt") }}

Full Changelog: 2.0.62...2.0.63