Skip to content

Tags: xebis/hetzner-iac-cac

Tags

v0.10.1

Toggle v0.10.1's commit message
chore(release): 0.10.1 [skip ci]

## [0.10.1](v0.10.0...v0.10.1) (2025-05-11)

### Bug Fixes

* branch delete shouldn't run provisioning ([ea5ac72](ea5ac72))

v0.10.0

Toggle v0.10.0's commit message
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))

v0.9.2

Toggle v0.9.2's commit message
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))

v0.9.1

Toggle v0.9.1's commit message
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))

v0.9.0

Toggle v0.9.0's commit message
chore(release): 0.9.0 [skip ci]

## [0.9.0](v0.8.0...v0.9.0) (2025-05-08)

### Features

* add dynamic development environment for non-main branches ([eebd306](eebd306))

### Bug Fixes

* dynamic environment has incorrect branch reference ([2777fe4](2777fe4))

v0.8.0

Toggle v0.8.0's commit message
chore(release): 0.8.0 [skip ci]

## [0.8.0](v0.7.1...v0.8.0) (2025-05-03)

### Features

* **workflow:** optimize terraform steps at wait and config ([aef98fa](aef98fa))

v0.7.1

Toggle v0.7.1's commit message
chore(release): 0.7.1 [skip ci]

## [0.7.1](v0.7.0...v0.7.1) (2025-04-23)

### Bug Fixes

* terraform ipv4 address output should be empty instead of null ([340cea0](340cea0))

v0.7.0

Toggle v0.7.0's commit message
chore(release): 0.7.0 [skip ci]

## [0.7.0](v0.6.0...v0.7.0) (2025-04-22)

### Features

* add ansible inventory and test playbook ([d57a505](d57a505))
* add infrastructure workflow config job running ansible playbook ([2472914](2472914))

v0.6.0

Toggle v0.6.0's commit message
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))

v0.5.0

Toggle v0.5.0's commit message
chore(release): 0.5.0 [skip ci]

## [0.5.0](v0.4.2...v0.5.0) (2025-04-19)

### Features

* split infrastructure terraform job to provision and destroy ([776a7f2](776a7f2))