Releases: ksivamuthu/aws-copilot-github-action
Releases · ksivamuthu/aws-copilot-github-action
v0.0.8
What's Changed
- Bump nodejs by @PauloFerreira25 in #205
- Update README.md by @paddyobrien in #204
New Contributors
- @paddyobrien made their first contribution in #204
Full Changelog: v0.0.7...v0.0.8
v0.0.7 Fixing the name and tag parameters
What's Changed
- Fixing the command passing name parameters by @ksivamuthu in #185
New Contributors
- @ksivamuthu made their first contribution in #185
Full Changelog: v0.0.6...v0.0.7
v0.0.6 Add validation of input parameters
Adding validation of input parameters name and tag
v0.0.5 Add tags and optional parameters
v0.0.5 version
v0.0.4 re-package
v0.0.4 package
v0.0.3 Add force flag
v0.0.2 Adding rate limit apis
What's Changed
- Bump actions/setup-node from 2.5.1 to 3.1.1 by @dependabot in #9
- Bump @vercel/ncc from 0.33.3 to 0.33.4 by @dependabot in #10
- Bump typescript from 4.6.3 to 4.6.4 by @dependabot in #24
- Bump eslint-plugin-jest from 26.1.4 to 26.1.5 by @dependabot in #23
- Bump actions/setup-node from 3.1.1 to 3.4.1 by @dependabot in #63
- use GITHUB_TOKEN environment variable to send authenticated requests to api by @yanshiyason in #158
New Contributors
- @yanshiyason made their first contribution in #158
Full Changelog: v0.0.1...v0.0.2
Initial release of AWS Copilot GitHub Action
The initial release of AWS Copilot GitHub Action for installing AWS Copilot cli and deploying the app. The AWS Copilot CLI is a tool for developers to build, release and operate production-ready containerized applications on AWS App Runner, Amazon ECS, and AWS Fargate.
Usage:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
role-to-assume: arn:aws:iam::111111111111:role/my-github-actions-role-test
aws-region: us-east-1
- uses: ksivamuthu/[email protected]
with:
command: install
- run: |
copilot --version