Skip to content

Releases: massdriver-cloud/actions

v5.2.0

16 Jun 06:22
3959165
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.1...v5.2.0

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

  • Bumping major version to v5 with new action by @mclacore in #223
  • Bump @docker/actions-toolkit from 0.16.1 to 0.23.0 by @dependabot in #221
  • Bump @types/node from 20.11.1 to 20.12.12 by @dependabot in #220
  • Bump typescript from 5.3.2 to 5.4.5 by @dependabot in #214
  • Bump eslint from 8.56.0 to 8.57.0 by @dependabot in #205

Full Changelog: v4.4.0...v5

v4.4.0

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

What's Changed

  • Adding bundle build action by @mclacore in #222

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

  • Bump @typescript-eslint/parser from 5.56.0 to 5.57.1 by @dependabot in #107
  • Bump prettier from 2.8.6 to 2.8.7 by @dependabot in #91
  • Updating target to environment for clarity by @mclacore in #111
  • Update README to v4 by @akasprzok in #112

New Contributors

  • @mclacore made their first contribution in #111

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