Skip to content

Commit 9635398

Browse files
authored
Merge pull request #221 from deploystackio/release-v1.22.2
chore(release): prepare release v1.22.2
2 parents 0ee11e8 + 9166e2e commit 9635398

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## [1.22.2](https://github.com/deploystackio/docker-to-iac/compare/v1.22.1...v1.22.2) (2025-04-25)
4+
5+
### Features
6+
* add test for Portkey Gateway port and image verification; update RunCommandParser logic ([e6c4617](https://github.com/deploystackio/docker-to-iac/commit/e6c4617c73cec8ccc6f7c25bed8aecd99c520a7b))
7+
38
## [1.22.1](https://github.com/deploystackio/docker-to-iac/compare/v1.22.0...v1.22.1) (2025-04-22)
49
### Chores
510

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.22.1",
3+
"version": "1.22.2",
44
"main": "dist/src/index.js",
55
"scripts": {
66
"pretest:e2e": "find test/e2e/output -mindepth 1 -not -name 'README.md' -delete",

0 commit comments

Comments
 (0)