Skip to content

Releases: massdriver-cloud/actions

v5.1

08 Nov 18:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5...v5.1

Bundle Build action

10 Sep 21:26
b6ff4b7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.4.0...v5

v4.4.0

10 Sep 20:42
7ce125a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4...v4.4.0

v4 - target to env

13 Apr 17:49
c443f54
Compare
Choose a tag to compare

Renamed all mentions of "target" to "environment".

What's Changed

New Contributors

Full Changelog: v3...v4

v4.3.3

07 Feb 00:30
a60d480
Compare
Choose a tag to compare

What's Changed

  • Accept either multiline or csv input for image-tags by @akasprzok in #195

Full Changelog: v4...v4.3.3

v4.3.2

06 Feb 22:58
b26512e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4...v4.3.2

v4.3.1 - tag bug fix

13 Sep 23:35
dbd5ee8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4...v4.3.1

v4.3

13 Sep 19:52
43a1524
Compare
Choose a tag to compare
  • For action image_push, the input image-tag has been deprecated and will be removed in a future version. Its place is taken by image-tags, which can be used to specify one or more tags via a YAML multiline:
      - name: Push Image
        uses: massdriver-cloud/actions/image_push@v4
        with:
          namespace: 'massdriver-cloud'
          image-name: 'massdriver'
          artifact: ${{secrets.ARTIFACT_ID}}
          region: 'us-west-2'
          image-tags: |
            ${{github.sha}}
            latest
  • Adds several example workflows in the example_workflows folder, including a script that can be used to set up GH workflows for a massdriver bundle.

What's Changed

Full Changelog: v4...v4.3

v4.2 Add access flag to bundle publish action

12 May 19:24
382690c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4...v4.2

v4.1 - now on GHA Marketplace!

14 Apr 19:57
7bdadc1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4...v4.1