You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(release): 0.10.0 [skip ci]
## [0.10.0](v0.9.2...v0.10.0) (2025-05-11)
### Features
* add environment is created and deleted with environment branch ([53fa654](53fa654))
chore(release): 0.9.2 [skip ci]
## [0.9.2](v0.9.1...v0.9.2) (2025-05-10)
### Bug Fixes
* production should have zero servers created ([6504379](6504379))
* production uses wrong context for steps output ([77be405](77be405))
chore(release): 0.9.1 [skip ci]
## [0.9.1](v0.9.0...v0.9.1) (2025-05-10)
### Bug Fixes
* prod env name and slug shouldn't be derived from a branch ([29e2c7c](29e2c7c))
chore(release): 0.6.0 [skip ci]
## [0.6.0](v0.5.0...v0.6.0) (2025-04-21)
### Features
* add infrastructure workflow test ssh connection job ([1c5bac4](1c5bac4))
* add server cloud-config and local ssh connection test ([dd6839c](dd6839c))
* replace ssh algorithm rsa with ed25519 ([89c60b3](89c60b3))
* replace ssh public key injection by terraform input ([1e23ceb](1e23ceb))
### Bug Fixes
* infrastructure workflow should run on pull request synchronize ([4490a7a](4490a7a))
* ssh connection test shouldn't be run on zero servers ([657f7af](657f7af))
* ssh key pair must not contain extra characters ([8dd97a9](8dd97a9))
* test should wait until ssh server is ready ([438200b](438200b))