Releases: shopsmart/github-actions
Releases · shopsmart/github-actions
Adds cluster to ECS service arn if not empty
What's Changed
- Adds cluster to ECS service ARN when not empty by @mike-carey in #22
Full Changelog: v2.4.0...v2.4.1
v2.4.0: Reusable register task-definition workflow
What's Changed
- Adds reusable register task definition workflow by @mike-carey in #21
Full Changelog: v2.3.0...v2.4.0
v2.3.0: Reusable render task definition workflow
What's Changed
- Sets default shell in build-ecr-image by @mike-carey in #17
- Adds reusable workflow for rendering task definitions by @mike-carey in #16
- Adds action for tagging ecs resources by @mike-carey in #20
Full Changelog: v2.2.0...v2.3.0
v2.2.0: Reusable workflow: Build ECR Image
What's Changed
- Update set output syntax by @wenga86 in #14
- Adds reusable workflow to build and publish ECR images by @mike-carey in #15
Full Changelog: v2.1.0...v2.2.0
v2.2.0-rc.0: Test release
What's Changed
- Removes all outdated set-output commands by @mike-carey in #11
- Adds deploy lambda function action by @mike-carey in #12
- Adds is-gh-release action by @mike-carey in #13
- Update set output syntax by @wenga86 in #14
Full Changelog: v2.0.2...v2.2.0-rc.0
v2.1.0: January 17, 2023 01:58 PM
What's Changed
- Removes all outdated set-output commands by @mike-carey in #11
- Adds deploy lambda function action by @mike-carey in #12
- Adds is-gh-release action by @mike-carey in #13
Full Changelog: v2.0.2...v2.1.0
v2.0.2-rc.0: January 17, 2023 12:22 PM
A prerelease for testing the is-gh-release prerelease functionality.
v2.0.2: October 12, 2022 10:44 AM
v2.0.1: September 30, 2022 12:05 PM
What's Changed
- Sets up brew before install dependencies by @mike-carey in #9
- Adds an action for setting up brew and installing from brewfile by @mike-carey in #8
Full Changelog: v2.0.0...v2.0.1
v2.0.0: February 03, 2022 12:32 PM
What's Changed
- Refactors actions for future naming convention by @mike-carey in #6
Full Changelog: v1...v2.0.0
Notes
- Uses
setup-${language}
for setup actions. - Makes actions specific to IaaS.
- Adds patterns to wrap actions into pre-prescribed flows.
Breaking Changes
- Moves npm-setup to setup-node for future consistency
- Removes the npm-run action
- Renames the deploy-static-assets to deploy-to-s3-bucket