Skip to content

Commit

Permalink
docs: add boilerplate for v1.33.0 blogpost (#5592)
Browse files Browse the repository at this point in the history
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.
  • Loading branch information
iamhopaul123 authored Jan 8, 2024
1 parent df28135 commit 211f623
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 3 deletions.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ nav:
- task run: docs/commands/task-run.en.md
- version: docs/commands/version.en.md
- Blogs:
- Release v1.33: blogs/release-v133.en.md
- Release v1.32: blogs/release-v132.en.md
- Release v1.31: blogs/release-v131.en.md
- Release v1.30: blogs/release-v130.en.md
Expand Down
2 changes: 1 addition & 1 deletion site/content/blogs/release-v131.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ image_width: '1051'
image_height: '747'
---

# 'AWS Copilot v1.31: NLB enhancements, better task failure logs, `copilot deploy` enhancements
# AWS Copilot v1.31: NLB enhancements, better task failure logs, `copilot deploy` enhancements

Posted On: October 5, 2023

Expand Down
4 changes: 2 additions & 2 deletions site/content/blogs/release-v132.en.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: 'AWS Copilot v1.32: `run local --proxy`, `run local --watch`, imported ALB support
title: 'AWS Copilot v1.32: `run local --proxy`, `run local --watch`, imported ALB support'
twitter_title: 'AWS Copilot v1.32'
image: ''
image_alt: ''
image_width: '1051'
image_height: '747'
---

# 'AWS Copilot v1.32: `run local --proxy`, `run local --watch`, imported ALB support
# AWS Copilot v1.32: `run local --proxy`, `run local --watch`, imported ALB support

Posted On: November 9, 2023

Expand Down
36 changes: 36 additions & 0 deletions site/content/blogs/release-v133.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
title: 'AWS Copilot v1.33: run local `--use-task-role`, and run local `depends_on` support'
twitter_title: 'AWS Copilot v1.33'
image: ''
image_alt: ''
image_width: '1051'
image_height: '747'
---

# AWS Copilot v1.33: run local `--use-task-role`, and run local `depends_on` support

Posted On: January 8, 2024

The AWS Copilot core team is announcing the Copilot v1.33 release.

Our public [сommunity сhat](https://app.gitter.im/#/room/#aws_copilot-cli:gitter.im) has over 500 people participating, and our GitHub repository has over 3,100 stars on [GitHub](http://github.com/aws/copilot-cli/) 🚀.
Thanks to every one of you who shows love and support for AWS Copilot.

Copilot v1.33 brings big enhancements to help you develop more flexibly and efficiently:

- **run local `--use-task-role`**: Elevate your local testing experience with the ECS Task Role using the new `--use-task-role` flag. [See detailed section](#use-ecs-task-role-for-copilot-run-local)
- **run local `depends_on` support**: Local run containers now respects `depends_on` in your service manifests. [See detailed section](#container-dependencies-support-for-copilot-run-local)

???+ note "What’s AWS Copilot?"

The AWS Copilot CLI is a tool for developers to build, release, and operate production-ready applications on AWS.
From getting started, pushing to staging, and releasing to production, Copilot can help manage the entire lifecycle of your application development.
At the foundation of Copilot is AWS CloudFormation, which enables you to provision Infrastructure as Code.
Copilot provides pre-defined CloudFormation templates and user-friendly workflows for different types of microservice architectures,
enabling you to focus on developing your application, instead of writing deployment scripts.

See the section [Overview](../docs/concepts/overview.en.md) for a more detailed introduction to AWS Copilot.

## Use ECS Task Role for `copilot run local`

## Container dependencies support for `copilot run local`

0 comments on commit 211f623

Please sign in to comment.