Skip to content

Commit 8529ae9

Browse files
authored
Merge pull request #34 from briancaffey/release-please--branches--main--components--pulumi-aws-django
chore(main): release 1.28.0
2 parents 70c4063 + 0bbe707 commit 8529ae9

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

CHANGELOG.md

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

3+
## [1.28.0](https://github.com/briancaffey/pulumi-aws-django/compare/v1.27.0...v1.28.0) (2025-02-10)
4+
5+
6+
### Features
7+
8+
* **docs:** update readme.md ([8cae247](https://github.com/briancaffey/pulumi-aws-django/commit/8cae247d4c63d2c2188d0ce081ce520f19aceff1))
9+
* **ecs:** refactor ecs components and remove ad hoc component and example ([b3ae298](https://github.com/briancaffey/pulumi-aws-django/commit/b3ae2986f631bfee20763d6068dc1eaf901ba83a))
10+
* **rds:** update rds component to use secrets manager secret ([d1f80b0](https://github.com/briancaffey/pulumi-aws-django/commit/d1f80b00c13900243c1f9641afd3488562b05dcf))
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** update dependencies for example Pulumi projects ([04dc94c](https://github.com/briancaffey/pulumi-aws-django/commit/04dc94cf392d25605688be7ae5a24632267cc40e))
16+
* **docs:** remove references to ad hoc environments ([70c4063](https://github.com/briancaffey/pulumi-aws-django/commit/70c40633a2afef031297c20f3a65d2edd8fc91f8))
17+
* **ecs:** fix order of env vars to avoid large diffs in pulumi preview ([ad25c9d](https://github.com/briancaffey/pulumi-aws-django/commit/ad25c9d334bc93322788e7b18045f05f229d588b))
18+
* **ecs:** fixes for ecs base and app components ([c466e3c](https://github.com/briancaffey/pulumi-aws-django/commit/c466e3c8779ffd74cbdbb87e1e2741f08c966548))
19+
* **ecs:** remove unused code ([b236769](https://github.com/briancaffey/pulumi-aws-django/commit/b236769b8cb5e8d71a18a787602abfb79b62e3be))
20+
* **elasticache:** fix issue with elasticache output and remove prod components ([e435671](https://github.com/briancaffey/pulumi-aws-django/commit/e4356713fa285106fc6058d387462ea0f44a93f7))
21+
* **rds:** add rds password secret name output to base component ([2faf9cd](https://github.com/briancaffey/pulumi-aws-django/commit/2faf9cda1c7761ce508a074a24f33de00b304aca))
22+
* **rds:** set recoveryWindowInDays to 0 ([ffda59f](https://github.com/briancaffey/pulumi-aws-django/commit/ffda59f30aba76a22d8cad44290080715e97f929))
23+
* **sg:** fix alb security group by referencing correct sg ([1cad6fa](https://github.com/briancaffey/pulumi-aws-django/commit/1cad6fa7fcbd1099a82f043bfff75af2cca3d36d))
24+
* **web-ui:** add backend api base to env vars for web-ui container ([7291180](https://github.com/briancaffey/pulumi-aws-django/commit/7291180305eb3327a6c6293162c5c68c1ce8a63d))
25+
326
## [1.27.0](https://github.com/briancaffey/pulumi-aws-django/compare/v1.26.0...v1.27.0) (2025-01-27)
427

528

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.27.0",
13+
"version": "1.28.0",
1414
"main": "bin/index.js",
1515
"typings": "bin/index.d.ts",
1616
"devDependencies": {

0 commit comments

Comments
 (0)