Skip to content

Commit dd29c14

Browse files
committed
chore(release): prepare release v1.21.0
1 parent 6d99a11 commit dd29c14

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## [1.21.0](https://github.com/deploystackio/docker-to-iac/compare/v1.20.1...v1.21.0) (2025-03-30)
4+
5+
### Bug Fixes
6+
* remove hardcoded environment type from RenderParser ([8fe96a1](https://github.com/deploystackio/docker-to-iac/commit/8fe96a10e427ff09929f558b5a191b0beb4624cb))
7+
8+
### Features
9+
* enhance service connection handling with native references and update configurations ([3a2143e](https://github.com/deploystackio/docker-to-iac/commit/3a2143ed9c3a43a164b772947dc16db85ade478c))
10+
* simplify service connection resolution by replacing service references in environment variables ([7b65d8a](https://github.com/deploystackio/docker-to-iac/commit/7b65d8a35c4956ed37726ec15046487203492734))
11+
* update version to 1.20.1 and add service connection resolution functionality ([c870ee7](https://github.com/deploystackio/docker-to-iac/commit/c870ee76c2f5f91d2e151e73948f0b89bc5a211e))
12+
313
## [1.20.1](https://github.com/deploystackio/docker-to-iac/compare/v1.20.0...v1.20.1) (2025-03-25)
414

515

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deploystack/docker-to-iac",
3-
"version": "1.20.1",
3+
"version": "1.21.0",
44
"main": "dist/src/index.js",
55
"scripts": {
66
"pretest": "rm -rf test/output/docker-compose test/output/docker-run",

0 commit comments

Comments
 (0)