Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plumdog committed Jan 22, 2024
1 parent 9941c1f commit e040d30
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 15 deletions.
31 changes: 19 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,39 @@
### Changelog

#### [v1.3.1](https://github.com/isotoma/mutable-tag-ecs-updater-cdk/compare/v1.3.0...v1.3.1)
#### [v1.4.0](https://github.com/isotoma/mutable-tag-ecs-updater/compare/v1.3.1...v1.4.0)

- use correct envvar for GHCR secret [`5c40931`](https://github.com/isotoma/mutable-tag-ecs-updater-cdk/commit/5c40931b3df494d53f67e3911f6f4b630647e2b9)
- Do not set tags [`#8`](https://github.com/isotoma/mutable-tag-ecs-updater/pull/8)
- Stable CI check name [`#9`](https://github.com/isotoma/mutable-tag-ecs-updater/pull/9)

#### [v1.3.0](https://github.com/isotoma/mutable-tag-ecs-updater-cdk/compare/v1.2.0...v1.3.0)
#### [v1.3.1](https://github.com/isotoma/mutable-tag-ecs-updater/compare/v1.3.0...v1.3.1)

> 25 August 2023
- use Node 18 for global fetch [`ebfbca0`](https://github.com/isotoma/mutable-tag-ecs-updater-cdk/commit/ebfbca022dadbb0c03a38dca55bd2b5a96363392)
- use correct envvar for GHCR secret [`5c40931`](https://github.com/isotoma/mutable-tag-ecs-updater/commit/5c40931b3df494d53f67e3911f6f4b630647e2b9)

#### [v1.2.0](https://github.com/isotoma/mutable-tag-ecs-updater-cdk/compare/v1.1.0...v1.2.0)
#### [v1.3.0](https://github.com/isotoma/mutable-tag-ecs-updater/compare/v1.2.0...v1.3.0)

> 25 August 2023
- use Lambda Function not NodejsFunction [`dd309d9`](https://github.com/isotoma/mutable-tag-ecs-updater-cdk/commit/dd309d940a334f3521bc72e3e8a5d7b4b7cd4ec8)
- remove vscode settings [`068f391`](https://github.com/isotoma/mutable-tag-ecs-updater-cdk/commit/068f391e76c860f13a716dbd7e6a9eff3af3b5c6)
- use Node 18 for global fetch [`ebfbca0`](https://github.com/isotoma/mutable-tag-ecs-updater/commit/ebfbca022dadbb0c03a38dca55bd2b5a96363392)

#### [v1.1.0](https://github.com/isotoma/mutable-tag-ecs-updater-cdk/compare/v1.0.2...v1.1.0)
#### [v1.2.0](https://github.com/isotoma/mutable-tag-ecs-updater/compare/v1.1.0...v1.2.0)

> 25 August 2023
- define Construct params as interfaces [`7875066`](https://github.com/isotoma/mutable-tag-ecs-updater-cdk/commit/78750660e1124c2dac6e29ecab83ab18220aa2d5)
- use Lambda Function not NodejsFunction [`dd309d9`](https://github.com/isotoma/mutable-tag-ecs-updater/commit/dd309d940a334f3521bc72e3e8a5d7b4b7cd4ec8)
- remove vscode settings [`068f391`](https://github.com/isotoma/mutable-tag-ecs-updater/commit/068f391e76c860f13a716dbd7e6a9eff3af3b5c6)

#### [v1.1.0](https://github.com/isotoma/mutable-tag-ecs-updater/compare/v1.0.2...v1.1.0)

> 25 August 2023
- define Construct params as interfaces [`7875066`](https://github.com/isotoma/mutable-tag-ecs-updater/commit/78750660e1124c2dac6e29ecab83ab18220aa2d5)

#### v1.0.2

> 21 August 2023
- initial code [`6e477fd`](https://github.com/isotoma/mutable-tag-ecs-updater-cdk/commit/6e477fd68984741416a2ffd1e172e509ec531a70)
- refactor for npm package build [`372a303`](https://github.com/isotoma/mutable-tag-ecs-updater-cdk/commit/372a30317e25c0ba3cc17e26545502a20fb157ff)
- Initial commit [`48901e0`](https://github.com/isotoma/mutable-tag-ecs-updater-cdk/commit/48901e07d1d55cfe5f9c3c80d1201dcc1aaaf59e)
- initial code [`6e477fd`](https://github.com/isotoma/mutable-tag-ecs-updater/commit/6e477fd68984741416a2ffd1e172e509ec531a70)
- refactor for npm package build [`372a303`](https://github.com/isotoma/mutable-tag-ecs-updater/commit/372a30317e25c0ba3cc17e26545502a20fb157ff)
- Initial commit [`48901e0`](https://github.com/isotoma/mutable-tag-ecs-updater/commit/48901e07d1d55cfe5f9c3c80d1201dcc1aaaf59e)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mutable-tag-ecs-updater-cdk",
"version": "1.3.1",
"version": "1.4.0",
"description": "Updates ECS image tags based on GHCR package versions.",
"license": "MIT",
"author": {
Expand Down

0 comments on commit e040d30

Please sign in to comment.