Skip to content

Commit 55dba4d

Browse files
authored
chore(docs): finish blogpost for v1.29 (#5098)
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.
1 parent 0db1f11 commit 55dba4d

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ nav:
173173
- task run: docs/commands/task-run.en.md
174174
- version: docs/commands/version.en.md
175175
- Blogs:
176+
- Release v1.29: blogs/release-v129.en.md
176177
- Release v1.28: blogs/release-v128.en.md
177178
- Release v1.27: blogs/release-v127.en.md
178179
- AWS App Runner WAF: blogs/apprunner-waf.en.md

site/content/blogs/release-v129.en.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ image_height: '747'
99

1010
# AWS Copilot v1.29: Pipeline template overrides and CloudFront cache invalidation!
1111

12-
Posted On: July 18, 2023
12+
Posted On: July 19, 2023
1313

1414
The AWS Copilot core team is announcing the Copilot v1.29 release.
1515

@@ -24,15 +24,20 @@ Copilot v1.29 brings big enhancements to help you develop more flexibly and effi
2424

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

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

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

3535
## Pipeline overrides
36+
Copilot pipelines are much more nimble and extensible with CDK and YAML path overrides! This feature provides a safe and easy way to modify your pipeline's CloudFormation template.
37+
Much like the other override commands, you can run `copilot pipeline override` to customize that CloudFormation template, with the option of using either the CDK or YAML.
38+
A new `--diff` flag for `copilot pipeline deploy` enables you to preview the differences between your last deployed CloudFormation template and any local changes before the deployment is executed. Copilot will confirm that you'd like to proceed; use the `--yes` flag to skip the confirmation: `copilot pipeline deploy --diff --yes`.
39+
40+
To learn more about overrides and to see examples, check out the [CDK overrides guide](../docs/developing/overrides/cdk.md) and [YAML patch overrides guide](../docs/developing/overrides/yamlpatch.md).
3641

3742
## Static Site enhancements
3843
For more dynamic development, Copilot will now invalidate the CloudFront edge cache each time you redeploy a Static Site workload, enabling you to see and deliver your updated content right away.

0 commit comments

Comments
 (0)