Releases: deploystackio/docker-to-iac
Releases · deploystackio/docker-to-iac
v1.23.1
1.23.1 (2025-05-13)
Chores
- chore: bump @typescript-eslint/parser from 8.31.1 to 8.32.0 [dc6ecee]
- chore: bump @typescript-eslint/eslint-plugin from 8.31.1 to 8.32.0 [fb91a1c]
- chore: bump @types/node from 22.15.3 to 22.15.17 [8c76503]
- chore: bump @vitest/coverage-v8 from 3.1.2 to 3.1.3 [125695d]
- chore: bump globals from 16.0.0 to 16.1.0 [1730356]
- chore: bump @types/node from 22.15.2 to 22.15.3 [acbe493]
- chore: bump eslint from 9.25.1 to 9.26.0 [fe0e1f7]
- chore: bump @eslint/js from 9.25.1 to 9.26.0 [79af2f9]
- chore: bump release-it from 19.0.1 to 19.0.2 [003142f]
- chore: bump @typescript-eslint/parser from 8.31.0 to 8.31.1 [62392a5]
- chore: bump @typescript-eslint/eslint-plugin from 8.31.0 to 8.31.1 [b2b2714]
- chore: bump vite from 6.3.3 to 6.3.4 [fe73691]
- chore: bump azure/setup-helm from 3 to 4 [1731c15]
- chore: bump @typescript-eslint/parser from 8.30.1 to 8.31.0 [a9e9677]
- chore: bump eslint from 9.25.0 to 9.25.1 [7cfd090]
- chore: bump @vitest/coverage-v8 from 3.1.1 to 3.1.2 [68afd39]
- chore: bump @types/node from 22.14.1 to 22.15.2 [e93ec45]
1.23.0 (2025-04-27)
Features
- add Helm parser and database configuration support (30eefa1)
- add unit tests for Helm database utilities and connection detection (c57ab3b)
- added e2e test for helm lint - test6 (8924428)
- enhance HelmParser to support dynamic image URL generation and command handling (e02dfcc)
- enhance release process with branch name extraction and cleanup (e0ca09a)
- update getImageUrl.test.ts and added database-types test for helm (45bf2f6)
- update Helm templates to support multiple services with dynamic configuration (fb7806b)
v1.23.0
Release v1.23.0
v1.22.2
v1.22.1
1.22.1 (2025-04-22)
Chores
- chore: bump release-it from 18.1.2 to 19.0.1 [9486472]
- chore: bump @typescript-eslint/eslint-plugin from 8.29.1 to 8.30.1 [9c4f786]
- chore: bump @eslint/js from 9.24.0 to 9.25.0 [c3a6143]
- chore: bump @typescript-eslint/parser from 8.29.1 to 8.30.1 [98fe066]
- chore: bump eslint from 9.24.0 to 9.25.0 [07fff95]
- chore: bump @release-it/conventional-changelog from 10.0.0 to 10.0.1 [9e9a045]
- chore: bump @types/node from 22.14.0 to 22.14.1 [afc65b9]
- chore: bump @typescript-eslint/parser from 8.29.0 to 8.29.1 [5f3673c]
- chore: bump @typescript-eslint/eslint-plugin from 8.29.0 to 8.29.1 [7210b17]
Bug Fixes
- add missing comma in tsconfig.json types array (31e081f)
- assertions: change warning to info for volume mounting validation in DigitalOcean (c95f348)
- dependencies: remove node-fetch from package.json and package-lock.json (26a3da8)
- package: update description for clarity; add missing keyword in keywords array (e10c0c0)
- render: update database plan to 'free' for PostgreSQL configuration (cc5e1e5)
- tests: comment out import for runTest4 to prevent execution (188c1ea)
- tests: remove redundant volume support validation in Docker Run test for DigitalOcean (03b4e3d)
Features
- tests: add comprehensive tests for Docker Run and Docker Compose port mappings; include validation for environment variables and YAML structure (dc5fc2e)
- tests: add comprehensive unit tests for various utility functions including database service connections and image normalization (13beba7)
- tests: add DigitalOcean translation tests for Docker Run and Docker Compose; validate environment variables and port mappings (68f004b)
- tests: add Test 3 for environment variable substitution using Docker Run and Docker Compose; include comprehensive validation for environment variables and YAML structure (64ff2b8)
- tests: add Test 4 for Render Translation Only; include Docker Run and Docker Compose tests with output validation (cc47f06)
- tests: add unit tests for connection properties, database types, and render service types configurations (937c277)
- tests: add unit tests for various utility functions and integrate Vitest for testing framework (378c349)
- tests: enhance CI workflow and add unit tests for RunCommandParser and Docker Compose validation (5b2633d)
- tests: reintroduce schema validation for Docker Run and Docker Compose tests; add render schema validator utility (ff0c45c)
1.22.0 (2025-04-11)
Bug Fixes
- suppress eslint warnings for unused variables in service connection handling (7a18378)
Features
- enhance database and service connection handling for Render and DigitalOcean (6063048)
v1.22.0
Release v1.22.0
v1.21.3
1.21.3 (2025-04-11)
Chores
- chore: bump @eslint/js from 9.23.0 to 9.24.0 [9ebdc18]
- chore: bump @types/node from 22.13.14 to 22.14.0 [8942a46]
- chore: bump @typescript-eslint/parser from 8.28.0 to 8.29.0 [28ad47f]
- chore: bump @typescript-eslint/eslint-plugin from 8.28.0 to 8.29.0 [8132e03]
- chore: bump eslint from 9.23.0 to 9.24.0 [9b69589]
Bug Fixes
- run-command-parser: improve argument parsing for docker run commands (dd8f479)