chore(main): release 1.0.0

This commit is contained in:
github-actions[bot] 2024-04-29 11:09:36 +00:00 committed by GitHub
parent e7491fbfc8
commit 4b89c7f006
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

29
CHANGELOG.md Normal file
View file

@ -0,0 +1,29 @@
# Changelog
## 1.0.0 (2024-04-29)
### Features
* add caddy as reverse proxy ([#8](https://github.com/ublue-os/forge/issues/8)) ([aab9df8](https://github.com/ublue-os/forge/commit/aab9df8e0417f7b76435dba63398f095f2c08545))
* add container registry and mini ca ([#3](https://github.com/ublue-os/forge/issues/3),[#4](https://github.com/ublue-os/forge/issues/4)) ([0714214](https://github.com/ublue-os/forge/commit/07142142477372db49d1e30bc2e808a8a22c3af1))
* add semaphore to the stack ([#10](https://github.com/ublue-os/forge/issues/10)) ([5b5fbd6](https://github.com/ublue-os/forge/commit/5b5fbd6a5644198b7ab553a10d144b3f4c9197db))
* automatically setup forge ([#10](https://github.com/ublue-os/forge/issues/10)) ([bbe78ee](https://github.com/ublue-os/forge/commit/bbe78ee922e7e71afc04831cb94c8daffea4fc36))
* check installation pre-requisites ([#14](https://github.com/ublue-os/forge/issues/14)) ([402fefe](https://github.com/ublue-os/forge/commit/402fefe0e42b2a6c189017a3bf27ba94529c9873))
* configure host system ([#12](https://github.com/ublue-os/forge/issues/12)) ([abffb75](https://github.com/ublue-os/forge/commit/abffb756d6423ee2fce0015abd825d116360f882))
* create ssh key for automation tasks ([717998b](https://github.com/ublue-os/forge/commit/717998b801729ee6170c92514b5052ca6fcf1c2b))
* enhance setup and management ([#14](https://github.com/ublue-os/forge/issues/14)) ([ec03273](https://github.com/ublue-os/forge/commit/ec03273f8f8422e867d35b8221da30881c1108d3))
* host configuration ([12176c5](https://github.com/ublue-os/forge/commit/12176c5718199d2e7ff77ab6e5194e712aa1214e))
* **main:** ditch ansible-semaphore and use ansible directly ([2e8cc2f](https://github.com/ublue-os/forge/commit/2e8cc2f51af163f815aa1eae5fbc83741f6216e9))
* **main:** remove ansible semaphore ([f1d1db3](https://github.com/ublue-os/forge/commit/f1d1db3c57632a9a38a5a29efb40bad5e3fb9bc8))
* **main:** replace caddy with traefik as reverse proxy ([5d7c375](https://github.com/ublue-os/forge/commit/5d7c37544ce0f57dafdc6391b33f4967dad513e9))
* **main:** rewrite and update pod setup ([742f74e](https://github.com/ublue-os/forge/commit/742f74eec2e22640c898c9b642321e7a4a72febe))
* manage forge with one command ([#14](https://github.com/ublue-os/forge/issues/14)) ([83379a0](https://github.com/ublue-os/forge/commit/83379a0d7272341523ca50b5b006637bb33a8d1b))
* simple setup script ([ff7a673](https://github.com/ublue-os/forge/commit/ff7a673500283abe14e1a01f07918e5b85887dcf))
### Bug Fixes
* ConfigMap is obsolete ([7501e1d](https://github.com/ublue-os/forge/commit/7501e1d7aa2bae3c80b47c5ecf93dc147bc4db0f))
* ini container fails on normal startup ([258a1ce](https://github.com/ublue-os/forge/commit/258a1ce7f729744fbb2bcff42787e784d2627a68))
* make sure container get's stopped once job is done ([882340f](https://github.com/ublue-os/forge/commit/882340fa5c5d4c7b6623e10b963ce2476ae28679))