From 9229c902603af5c8f4d9dc4af001907699e20376 Mon Sep 17 00:00:00 2001 From: Daniil Utkin <35422923+erlnby@users.noreply.github.com> Date: Mon, 2 Jun 2025 11:01:42 +0300 Subject: [PATCH] chore(main): release 0.1.0 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a8b2aab --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,29 @@ +# Changelog + +## 0.1.0 (2025-06-02) + + +### Features + +* add ansible inventory plugin ([5f6d245](https://github.com/utkin-tech/devmachines/commit/5f6d2458388f863924d7b13cd358221bdaeb8523)) +* add bump major for release-please ([b611944](https://github.com/utkin-tech/devmachines/commit/b6119442a31b93428a1c0f5f79a96ca2405350ad)) +* add cloud init disk creation ([adb7081](https://github.com/utkin-tech/devmachines/commit/adb70810757f6dbc46831cf8ba9b41bdfb6f45d1)) +* add config, add environment variables, start gracefull shutdown ([68453f4](https://github.com/utkin-tech/devmachines/commit/68453f491dc62dfd939e08cdd22ad03e54625931)) +* add graceful shutdown for qemu ([e06ce9e](https://github.com/utkin-tech/devmachines/commit/e06ce9ead9049a42dc83678ed4b647f380bc3fed)) +* add minimal setup for image ([939595b](https://github.com/utkin-tech/devmachines/commit/939595ba7eddb182d392e4f5f61581e572f9a5ac)) +* add port config for nat ([1f79f2e](https://github.com/utkin-tech/devmachines/commit/1f79f2e0a71f12a635722424f3f52491f63ae612)) +* add release-please ([b4f29e7](https://github.com/utkin-tech/devmachines/commit/b4f29e70c5daf4ee4d3530e6c277f1111b49988e)) +* add serial support ([f3e8985](https://github.com/utkin-tech/devmachines/commit/f3e8985b837aae971a0e524e22191bb7bef49685)) +* add start order to docker compose ([cea3f25](https://github.com/utkin-tech/devmachines/commit/cea3f25864e7ab8e73a26f5d86ac68da0ec5f5cf)) +* add VNC support ([8e94548](https://github.com/utkin-tech/devmachines/commit/8e94548df4785ff561c8a8860fba5aea7a2b5c10)) +* change disks naming ([d9969a8](https://github.com/utkin-tech/devmachines/commit/d9969a875db7670c6f74738bef1747716a6b8a0e)) +* embed novnc in runtime ([6b8fc16](https://github.com/utkin-tech/devmachines/commit/6b8fc1617442acea4e98d49706235eccff39ac1e)) +* reduce container capabilitiese ([2a58d26](https://github.com/utkin-tech/devmachines/commit/2a58d2625a408adc17f304aeb8f9463881d09f7e)) +* split runtime and image ([07a1938](https://github.com/utkin-tech/devmachines/commit/07a1938a6ee55d9385f75013c7e035dd179ed709)) +* start cloudinit package ([ace6b92](https://github.com/utkin-tech/devmachines/commit/ace6b92495e8ae74d306892542e7c697edefafa4)) +* start program using golang ([60a768c](https://github.com/utkin-tech/devmachines/commit/60a768cde4af79a0e697240fa4de12e544bae227)) + + +### Miscellaneous Chores + +* release 0.1.0 ([b268e0b](https://github.com/utkin-tech/devmachines/commit/b268e0b0db142a91ca0b21cab2091ca2c78710ed))