Skip to content

Commit c8bf3bf

Browse files
authored
Merge pull request #31 from briancaffey/release-please--branches--main--components--pulumi-aws-django
chore(main): release 1.25.0
2 parents 2d93bac + 9cc64ea commit c8bf3bf

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.25.0](https://github.com/briancaffey/pulumi-aws-django/compare/v1.24.0...v1.25.0) (2023-03-26)
4+
5+
6+
### Features
7+
8+
* **nginx-web:** add component for ecs web service that uses nginx as a sidecar for end-to-end encryption ([2d93bac](https://github.com/briancaffey/pulumi-aws-django/commit/2d93bac59d4a46c736afa32111a12625501db0ef))
9+
* **tg:** add name property for target group in web component ([b0a5825](https://github.com/briancaffey/pulumi-aws-django/commit/b0a5825651460ed31308560329335155dbf61e54))
10+
311
## [1.24.0](https://github.com/briancaffey/pulumi-aws-django/compare/v1.23.0...v1.24.0) (2023-03-19)
412

513

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://briancaffey.github.io",
1111
"organization": false
1212
},
13-
"version": "1.24.0",
13+
"version": "1.25.0",
1414
"main": "bin/index.js",
1515
"typings": "bin/index.d.ts",
1616
"devDependencies": {

0 commit comments

Comments
 (0)