Releases: massdriver-cloud/actions
Releases · massdriver-cloud/actions
v5.1
What's Changed
- Use PR Number as env name for decommission by @coryodaniel in #238
New Contributors
- @coryodaniel made their first contribution in #238
Full Changelog: v5...v5.1
Bundle Build action
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
v4 - target to env
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
Full Changelog: v3...v4
v4.3.3
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
What's Changed
- Bump @types/node from 20.6.0 to 20.8.0 by @dependabot in #173
- Bump eslint-plugin-jest from 27.2.1 to 27.4.2 by @dependabot in #174
- Bump eslint from 8.49.0 to 8.50.0 by @dependabot in #172
- Bump eslint from 8.50.0 to 8.51.0 by @dependabot in #175
- Bump eslint from 8.51.0 to 8.52.0 by @dependabot in #177
- Bump eslint-plugin-jest from 27.4.2 to 27.6.0 by @dependabot in #178
- Bump actions/setup-node from 3.8.1 to 4.0.0 by @dependabot in #179
- Bump eslint from 8.52.0 to 8.53.0 by @dependabot in #180
- Bump @types/node from 20.8.0 to 20.9.0 by @dependabot in #182
- Bump prettier from 3.0.0 to 3.1.0 by @dependabot in #181
- Bump eslint from 8.53.0 to 8.54.0 by @dependabot in #183
- Bump @types/node from 20.9.0 to 20.10.3 by @dependabot in #187
- Bump eslint from 8.54.0 to 8.55.0 by @dependabot in #186
- Bump typescript from 5.2.2 to 5.3.2 by @dependabot in #185
- Bump actions/setup-node from 4.0.0 to 4.0.1 by @dependabot in #190
- Bump github/codeql-action from 1 to 3 by @dependabot in #189
- Bump eslint from 8.55.0 to 8.56.0 by @dependabot in #188
- Bump @types/node from 20.10.3 to 20.11.1 by @dependabot in #192
- Bump prettier from 3.1.0 to 3.2.2 by @dependabot in #191
- add ability to skip image build to image push by @akasprzok in #193
Full Changelog: v4...v4.3.2
v4.3.1 - tag bug fix
What's Changed
- Bugfix: tags not being pushed correctly by @akasprzok in #170
Full Changelog: v4...v4.3.1
v4.3
- For action
image_push
, the inputimage-tag
has been deprecated and will be removed in a future version. Its place is taken byimage-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
- Bump typescript from 5.0.4 to 5.1.3 by @dependabot in #136
- Bump @types/node from 18.16.3 to 20.3.0 by @dependabot in #138
- Bump eslint-plugin-github from 4.7.0 to 4.8.0 by @dependabot in #137
- Bump eslint from 8.39.0 to 8.42.0 by @dependabot in #135
- Bump actions/setup-node from 3.6.0 to 3.7.0 by @dependabot in #143
- Bump @types/node from 20.3.0 to 20.4.1 by @dependabot in #145
- Bump eslint from 8.42.0 to 8.44.0 by @dependabot in #142
- Bump prettier from 2.8.7 to 3.0.0 by @dependabot in #144
- Bump @typescript-eslint/parser from 5.59.2 to 5.61.0 by @dependabot in #146
- Bump @typescript-eslint/parser from 5.61.0 to 5.62.0 by @dependabot in #149
- Bump eslint-plugin-github from 4.8.0 to 4.9.0 by @dependabot in #148
- Bump eslint from 8.44.0 to 8.45.0 by @dependabot in #147
- Bump semver from 6.3.0 to 6.3.1 by @dependabot in #150
- Bump eslint from 8.45.0 to 8.46.0 by @dependabot in #151
- Bump eslint from 8.46.0 to 8.47.0 by @dependabot in #153
- Bump @types/node from 20.4.1 to 20.5.0 by @dependabot in #152
- add example to README by @akasprzok in #154
- add example workflow to GHA repo by @akasprzok in #155
- Make example workflow more explicit by @akasprzok in #156
- install.sh by @akasprzok in #157
- Bump actions/setup-node from 3.7.0 to 3.8.1 by @dependabot in #160
- Bump typescript from 5.1.3 to 5.2.2 by @dependabot in #162
- Bump eslint from 8.47.0 to 8.48.0 by @dependabot in #163
- Bump eslint from 8.48.0 to 8.49.0 by @dependabot in #166
- Bump actions/checkout from 3 to 4 by @dependabot in #168
- Bump @types/node from 20.5.0 to 20.6.0 by @dependabot in #167
- Bump @vercel/ncc from 0.36.1 to 0.38.0 by @dependabot in #165
- Bump eslint-plugin-github from 4.9.0 to 4.10.0 by @dependabot in #164
- enable setting multiple tags by @akasprzok in #169
Full Changelog: v4...v4.3
v4.2 Add access flag to bundle publish action
What's Changed
- Bump eslint from 8.37.0 to 8.39.0 by @dependabot in #120
- Bump @types/node from 18.15.11 to 18.16.3 by @dependabot in #124
- Bump typescript from 5.0.3 to 5.0.4 by @dependabot in #108
- dependabot: ignore patch updates by @akasprzok in #127
- Bump @typescript-eslint/parser from 5.58.0 to 5.59.2 by @dependabot in #125
- Add 'access' flag to bundle publish by @chrisghill in #130
New Contributors
- @chrisghill made their first contribution in #130
Full Changelog: v4...v4.2
v4.1 - now on GHA Marketplace!
What's Changed
- Change Root Action Name by @akasprzok in #113
- Bump @typescript-eslint/parser from 5.57.1 to 5.58.0 by @dependabot in #110
- Update action.yml by @akasprzok in #114
Full Changelog: v4...v4.1