diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5251d8c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,138 @@ +# Changelog + +## 0.1.0 (2026-05-02) + + +### Features + +* Add agents API ([#89](https://github.com/OrcaCD/orca-cd/issues/89)) ([abdd271](https://github.com/OrcaCD/orca-cd/commit/abdd271fa56201c2a5309aade62e8afc6b77092c)) +* Add applications API ([#88](https://github.com/OrcaCD/orca-cd/issues/88)) ([df75444](https://github.com/OrcaCD/orca-cd/commit/df75444dcd8b50d8edf1a3746e3599ea7876d57d)) +* Add backup cmd to CLI ([#135](https://github.com/OrcaCD/orca-cd/issues/135)) ([40c6cdb](https://github.com/OrcaCD/orca-cd/commit/40c6cdb268b15628c228595673ba49999435f2c7)) +* Add build args ([d5d7297](https://github.com/OrcaCD/orca-cd/commit/d5d7297494f95fc33a7d38be4c4fccf117d53a06)) +* Add DISABLE_UI env and remove DEBUG ([#92](https://github.com/OrcaCD/orca-cd/issues/92)) ([1d7c323](https://github.com/OrcaCD/orca-cd/commit/1d7c3235a1063ad8bddecf1bfeff3c3a6efb6f01)) +* Add example docker compose ([#76](https://github.com/OrcaCD/orca-cd/issues/76)) ([e1c7672](https://github.com/OrcaCD/orca-cd/commit/e1c7672d9befb07b6cc3d3bee04493f5749efaa8)) +* Add frontend build ([226b554](https://github.com/OrcaCD/orca-cd/commit/226b5541c08352444f4930666e4a5c63e7af9afd)) +* Add graceful shutdown and request timeout ([#51](https://github.com/OrcaCD/orca-cd/issues/51)) ([4fdd0a2](https://github.com/OrcaCD/orca-cd/commit/4fdd0a2396128a71b85fb56be252f95d0a1e8e47)) +* Add graceful shutdown to agent ([#58](https://github.com/OrcaCD/orca-cd/issues/58)) ([37f727d](https://github.com/OrcaCD/orca-cd/commit/37f727db91aa58dc801f3da1f9dee54a8fdf18c7)) +* Add health check to agent ([#133](https://github.com/OrcaCD/orca-cd/issues/133)) ([e3cfcad](https://github.com/OrcaCD/orca-cd/commit/e3cfcad4c8f20d71f68888cf225671f03b3e826f)) +* Add host env var ([9ac32aa](https://github.com/OrcaCD/orca-cd/commit/9ac32aaa9530718a4cf4117f43a1ed26d2e22816)) +* Add incoming webhook endpoint ([#115](https://github.com/OrcaCD/orca-cd/issues/115)) ([c4e33ad](https://github.com/OrcaCD/orca-cd/commit/c4e33ade167b3a5e9bd54b1b492ce860914019f5)) +* Add initial backend structure ([3d73f90](https://github.com/OrcaCD/orca-cd/commit/3d73f90f9c588d4825f1a32ae503fc3965eaefa6)) +* Add initial Docker connection in agent ([#50](https://github.com/OrcaCD/orca-cd/issues/50)) ([707770c](https://github.com/OrcaCD/orca-cd/commit/707770cf44203e02d0e9392740cc1af967383ef4)) +* Add initial style and navbar ([8201d39](https://github.com/OrcaCD/orca-cd/commit/8201d39b013c1e16159fafec85f0382e05380b42)) +* Add initial tests ([8576113](https://github.com/OrcaCD/orca-cd/commit/8576113db38cdefe554042cdbb5f0a50873edbfb)) +* Add JSON log flag ([#75](https://github.com/OrcaCD/orca-cd/issues/75)) ([4c5c1a2](https://github.com/OrcaCD/orca-cd/commit/4c5c1a27b5cb5bd587cacea41002f873e1dd9120)) +* Add logo ([5bf7be6](https://github.com/OrcaCD/orca-cd/commit/5bf7be6e7e8d4c544d5fb28ffcd3859f2579ad6d)) +* Add manual main release ([4452434](https://github.com/OrcaCD/orca-cd/commit/4452434c9c10d937b2d790352d7263ee8c67acc9)) +* Add markdown files and PR and issue templates ([e5a5967](https://github.com/OrcaCD/orca-cd/commit/e5a59677495328e646be5022823bd7847d7eada5)) +* Add markdown files and PR and issue templates ([94f10c3](https://github.com/OrcaCD/orca-cd/commit/94f10c344e9a58a491fb85d7c147caf19d5f491c)) +* Add more tests and extend justfile ([1356a74](https://github.com/OrcaCD/orca-cd/commit/1356a74207ab17e36eae886848aa7d513913d03b)) +* Add placeholder url for each repository provider ([#103](https://github.com/OrcaCD/orca-cd/issues/103)) ([b737a5d](https://github.com/OrcaCD/orca-cd/commit/b737a5d2da4a19fab8402625e6f310e2cfd8f5e4)) +* Add PR labeler and docs adjustments ([#80](https://github.com/OrcaCD/orca-cd/issues/80)) ([5b3c8a5](https://github.com/OrcaCD/orca-cd/commit/5b3c8a55991074f231e18f6d9affee14b9c68f99)) +* Add release workflow ([0402e5c](https://github.com/OrcaCD/orca-cd/commit/0402e5cb10f24ce63a8f1af92c58480bf0ba07d7)) +* Add release workflow ([8e8e1d6](https://github.com/OrcaCD/orca-cd/commit/8e8e1d6368b09a22d6c91d6c4774e9fed96c42d6)) +* Add reset password command ([#121](https://github.com/OrcaCD/orca-cd/issues/121)) ([b191aad](https://github.com/OrcaCD/orca-cd/commit/b191aad21f303902ab9204909f4392b962f95e07)) +* Add security headers and noindex ([3506add](https://github.com/OrcaCD/orca-cd/commit/3506add36a750fcbc34f585e4ef426c319f03fcc)) +* Add sqlite hub database ([6fb5da2](https://github.com/OrcaCD/orca-cd/commit/6fb5da2430a8c15f62a6b44289f5b56f0768ebfc)) +* Add sqlite hub database ([393d588](https://github.com/OrcaCD/orca-cd/commit/393d588482af992e901ca043c25003312a221a62)) +* Add SSRF protection ([#129](https://github.com/OrcaCD/orca-cd/issues/129)) ([53a3966](https://github.com/OrcaCD/orca-cd/commit/53a39660b2c2a26fd3e1db84c6446af4d8f5377b)) +* Add translation system ([#84](https://github.com/OrcaCD/orca-cd/issues/84)) ([fba5498](https://github.com/OrcaCD/orca-cd/commit/fba54981eda4fe572fe3befebc934dce3052d6c0)) +* Add user settings ([#64](https://github.com/OrcaCD/orca-cd/issues/64)) ([ffc51b7](https://github.com/OrcaCD/orca-cd/commit/ffc51b7e84d8961010cf16c882906ee6b20b6fb0)) +* Add version indicator ([#77](https://github.com/OrcaCD/orca-cd/issues/77)) ([bd619bb](https://github.com/OrcaCD/orca-cd/commit/bd619bba004caae755b6d83010909d96b6dfa4bf)) +* Add visualization for compose diff ([#134](https://github.com/OrcaCD/orca-cd/issues/134)) ([489cb7e](https://github.com/OrcaCD/orca-cd/commit/489cb7ecde707e9b80c37074c2d6d32242161fec)) +* Add vscode workspace ([df3f9bf](https://github.com/OrcaCD/orca-cd/commit/df3f9bf5e64295df1639ff2aafa35ccead8a6c5b)) +* Additional WS message encryption ([#105](https://github.com/OrcaCD/orca-cd/issues/105)) ([5e75aa0](https://github.com/OrcaCD/orca-cd/commit/5e75aa0248965846514485d1226822e1a5b95541)) +* Admin system info and user management ([#63](https://github.com/OrcaCD/orca-cd/issues/63)) ([a1df080](https://github.com/OrcaCD/orca-cd/commit/a1df0805890b72e783a43b3b1de811a62bac6da3)) +* Agent setup ([91e31c2](https://github.com/OrcaCD/orca-cd/commit/91e31c2ab19d927196097253055019544bd01502)) +* Agent setup ([479a685](https://github.com/OrcaCD/orca-cd/commit/479a6853fc1af41fd74db05ed193f3d469e26b4e)) +* Agent UI ([#79](https://github.com/OrcaCD/orca-cd/issues/79)) ([cda93a2](https://github.com/OrcaCD/orca-cd/commit/cda93a234741898e39fd9a2d7577a8af7345b9c5)) +* Agent-Hub Websocket ([#44](https://github.com/OrcaCD/orca-cd/issues/44)) ([429879c](https://github.com/OrcaCD/orca-cd/commit/429879ca977017070f988bd5fcc57b7acb3b2ea4)) +* Applications UI ([#83](https://github.com/OrcaCD/orca-cd/issues/83)) ([9e558ff](https://github.com/OrcaCD/orca-cd/commit/9e558ffbe144f0fa2f2b30bf6b5b6927cf59d86c)) +* Apply review suggestions ([b56dc28](https://github.com/OrcaCD/orca-cd/commit/b56dc28653548dcaf0c4011081f36f6b897e7e22)) +* Apply review suggestions ([5965c16](https://github.com/OrcaCD/orca-cd/commit/5965c161d1cd1860f90beb1e7caa0d2d0d6ba492)) +* Apply review suggestions ([1e2f42b](https://github.com/OrcaCD/orca-cd/commit/1e2f42b403d2932ea440aefaadb6490e12e032d0)) +* Backend init ([13ea81e](https://github.com/OrcaCD/orca-cd/commit/13ea81eecff7efc78eb4e07674319c3b860c8ec3)) +* Backend init ([4b39a0c](https://github.com/OrcaCD/orca-cd/commit/4b39a0cdc58c2466ef63e9e02ab0a52d66b3cd3c)) +* Branch and file selector ([#102](https://github.com/OrcaCD/orca-cd/issues/102)) ([ae41045](https://github.com/OrcaCD/orca-cd/commit/ae410453675619508482332d3bb26128cc2ee975)) +* Collect code coverage ([9446ad1](https://github.com/OrcaCD/orca-cd/commit/9446ad15e5a0f89252032df134b3f76f4df4d941)) +* Collect code coverage ([e2d44d9](https://github.com/OrcaCD/orca-cd/commit/e2d44d9ad67bb4f075e2ddb2527cb88afc1313d1)) +* CSRF protection and trusted proxies ([d6ae147](https://github.com/OrcaCD/orca-cd/commit/d6ae1473c34a824a38293d6870e75979c88870d0)) +* Demo mode ([#82](https://github.com/OrcaCD/orca-cd/issues/82)) ([a901e7c](https://github.com/OrcaCD/orca-cd/commit/a901e7c2dd10ac1f8ac4010d49272d696cbf279b)) +* Dependency updates and cleanup ([f88c41a](https://github.com/OrcaCD/orca-cd/commit/f88c41add6e6eb0551b62e306b3d21f31cecb207)) +* Enhance database configuration ([#128](https://github.com/OrcaCD/orca-cd/issues/128)) ([a086401](https://github.com/OrcaCD/orca-cd/commit/a086401551382adbc136ad548f1e4bf4f16076b7)) +* Enhance docker compose template ([#130](https://github.com/OrcaCD/orca-cd/issues/130)) ([f84e917](https://github.com/OrcaCD/orca-cd/commit/f84e917cfd3503ccfc56532f7c1aa24a8996ce4f)) +* Enhance gin security and configuration options ([0ccbbbd](https://github.com/OrcaCD/orca-cd/commit/0ccbbbd128984ec5612f4ceeede721868f212bc3)) +* Enhance websocket handshake security ([#127](https://github.com/OrcaCD/orca-cd/issues/127)) ([3405f76](https://github.com/OrcaCD/orca-cd/commit/3405f76eb4142333530f8dfe304cef406ad3e3ce)) +* Fetch and store compose file ([#106](https://github.com/OrcaCD/orca-cd/issues/106)) ([84dc6e8](https://github.com/OrcaCD/orca-cd/commit/84dc6e838fb690822f203a99e748e52974da0094)) +* Format on save ([1c8e21b](https://github.com/OrcaCD/orca-cd/commit/1c8e21b8a0e436fdc6f71a1431bdb77946f5d82e)) +* Frontend cleanup ([#120](https://github.com/OrcaCD/orca-cd/issues/120)) ([f9fe6cf](https://github.com/OrcaCD/orca-cd/commit/f9fe6cf840b34578e082a0296aa59e2f0250e550)) +* Frontend init ([7134b76](https://github.com/OrcaCD/orca-cd/commit/7134b76a6094611e6a43ec5794f0f9e336366348)) +* Frontend init ([bad0f48](https://github.com/OrcaCD/orca-cd/commit/bad0f487c945c742f8d7923cdb122212f9d87b5f)) +* Go mod tidy ([462ef81](https://github.com/OrcaCD/orca-cd/commit/462ef815e4451ba9640829aebb551b0bab86cf31)) +* Improve agent hub url parsing ([#47](https://github.com/OrcaCD/orca-cd/issues/47)) ([52ba1a9](https://github.com/OrcaCD/orca-cd/commit/52ba1a9b1f726552a21ea24fdb549416687e0a90)) +* Improve crypto module, more linting ([cedccb1](https://github.com/OrcaCD/orca-cd/commit/cedccb188b23a60db575f055cd9f871012750a3e)) +* Improve crypto module, more linting ([a74f289](https://github.com/OrcaCD/orca-cd/commit/a74f289180f4a820739ef0f242b1667db57955e6)) +* Improve justfile setup ([dd29fde](https://github.com/OrcaCD/orca-cd/commit/dd29fde296a43fe737db85a6947c1b05314436e8)) +* Improve nav and fix mobile menu ([#66](https://github.com/OrcaCD/orca-cd/issues/66)) ([46ace5b](https://github.com/OrcaCD/orca-cd/commit/46ace5ba750e479d77e94b8ff904ca41ebf02e7a)) +* Improve variable names ([b3a4346](https://github.com/OrcaCD/orca-cd/commit/b3a434621683b5ccc0245723a0b0f5d3c2942f50)) +* Initial commit ([1213cb0](https://github.com/OrcaCD/orca-cd/commit/1213cb098d0e801176f58e0a37f6a1ce5f6d5141)) +* Language request and release adjustment ([#87](https://github.com/OrcaCD/orca-cd/issues/87)) ([ec92b32](https://github.com/OrcaCD/orca-cd/commit/ec92b328e3800ac8ba7265ec28d573d9921182bd)) +* Log version on start ([1622ab1](https://github.com/OrcaCD/orca-cd/commit/1622ab11724e680c4cf79a9e3634898ea4007730)) +* Login page ([45ec36f](https://github.com/OrcaCD/orca-cd/commit/45ec36f57a0578fd2504b163f80133e4d9f9e942)) +* Minor fixes and ui improvements ([#118](https://github.com/OrcaCD/orca-cd/issues/118)) ([b35e687](https://github.com/OrcaCD/orca-cd/commit/b35e68784b3c6c728fc01012530ffdc2e04eee8a)) +* Move favicon to assets ([c0fe0e4](https://github.com/OrcaCD/orca-cd/commit/c0fe0e41806b7eb2ca2803c278ba2a80a8f17b09)) +* New Icons ([e4c10b8](https://github.com/OrcaCD/orca-cd/commit/e4c10b8c87d7e28431bfff82d394f878e69413aa)) +* New login design ([#85](https://github.com/OrcaCD/orca-cd/issues/85)) ([b9d8186](https://github.com/OrcaCD/orca-cd/commit/b9d8186b62fff8cb400e84a6e4c977d4689aeba2)) +* Password authentication ([#40](https://github.com/OrcaCD/orca-cd/issues/40)) ([880d659](https://github.com/OrcaCD/orca-cd/commit/880d659ffce596c2a3b35e5b4a152e06c1f2ff24)) +* Polling and manual repo sync ([#126](https://github.com/OrcaCD/orca-cd/issues/126)) ([8d5d016](https://github.com/OrcaCD/orca-cd/commit/8d5d01619d907b97c6435200897255a606354d95)) +* Pre-compression and caching of static files ([#91](https://github.com/OrcaCD/orca-cd/issues/91)) ([9599dd7](https://github.com/OrcaCD/orca-cd/commit/9599dd77d382aa5afd4fce70cb14bde6c0f7c445)) +* Readd shadcn components ([6826abc](https://github.com/OrcaCD/orca-cd/commit/6826abc5c8e0c0ca60161e5d7ac2d33a5ca70dbc)) +* Realtime frontend using SSE ([#99](https://github.com/OrcaCD/orca-cd/issues/99)) ([87f4c7a](https://github.com/OrcaCD/orca-cd/commit/87f4c7ae79b1374b32ece5ebfc2d5320a33f4ddb)) +* Replace biome lint with oxlint ([b41350e](https://github.com/OrcaCD/orca-cd/commit/b41350ee86bcc04eef6e882718e3ebd4a788391c)) +* Repositories ([#65](https://github.com/OrcaCD/orca-cd/issues/65)) ([d92b63f](https://github.com/OrcaCD/orca-cd/commit/d92b63f1ea25a0a3ba6685443f4ca4e4f097b2e0)) +* Repository UI ([#59](https://github.com/OrcaCD/orca-cd/issues/59)) ([7bddc6e](https://github.com/OrcaCD/orca-cd/commit/7bddc6e84ce88396ee5342b1ad6358e6f9c5f32c)) +* Require minimum password strength ([#119](https://github.com/OrcaCD/orca-cd/issues/119)) ([425e8fb](https://github.com/OrcaCD/orca-cd/commit/425e8fbf481aa58e7ff27548031d70d612c0f0e9)) +* Reuse cfg for healthcheck ([6e67f26](https://github.com/OrcaCD/orca-cd/commit/6e67f26c0698dd9708300d9819980d3a1a538d2a)) +* Simplify fetching in frontend ([#78](https://github.com/OrcaCD/orca-cd/issues/78)) ([4435687](https://github.com/OrcaCD/orca-cd/commit/44356879ee622078d4b7d8eec778649ae85ed78a)) +* SSO ([#48](https://github.com/OrcaCD/orca-cd/issues/48)) ([d0a1c24](https://github.com/OrcaCD/orca-cd/commit/d0a1c2467c6b5c98a4aa9df879bffdd3694d6e71)) +* Support gitea repositories ([#90](https://github.com/OrcaCD/orca-cd/issues/90)) ([1243607](https://github.com/OrcaCD/orca-cd/commit/1243607752011f72041ea6e511d14c9631a7f25a)) +* Switch to oxlint / oxfmt ([becccef](https://github.com/OrcaCD/orca-cd/commit/becccef9d36ebc15addd657cc4187d93ec3d5517)) +* Switch to oxlint / oxfmt ([c17c6b7](https://github.com/OrcaCD/orca-cd/commit/c17c6b79578f55db9708ca6c215f760c9f4be813)) +* Sync auth state across browser tabs ([#100](https://github.com/OrcaCD/orca-cd/issues/100)) ([9d404ed](https://github.com/OrcaCD/orca-cd/commit/9d404ed5b238597250a6098567a1a961a6c35e96)) +* Tanstack improvements ([62a872d](https://github.com/OrcaCD/orca-cd/commit/62a872dbe78f5f9ac8aa334a8d9fecd6e2147f58)) +* Translate ui ([#104](https://github.com/OrcaCD/orca-cd/issues/104)) ([80394eb](https://github.com/OrcaCD/orca-cd/commit/80394eb9be3633a2606f9b9d8a058c641d91b336)) +* Uninstall biome ([21e6f68](https://github.com/OrcaCD/orca-cd/commit/21e6f685800f84a3787d893d9b6cb8b24b151e9e)) +* Update dependencies ([b2b79f1](https://github.com/OrcaCD/orca-cd/commit/b2b79f1e8b21f96400213a1c08ed8fafa1ce12fb)) +* Update deps ([022316a](https://github.com/OrcaCD/orca-cd/commit/022316a2ccd5d8dd085f40b33666549d3e7f1d33)) +* Update lockfile ([2b1b4c8](https://github.com/OrcaCD/orca-cd/commit/2b1b4c862464e8e90fe5e87cacebd28e980c316a)) +* Update theme ([72526da](https://github.com/OrcaCD/orca-cd/commit/72526da099156da516f0c970684cd7fb2b46ff3b)) +* Update todos ([faf6911](https://github.com/OrcaCD/orca-cd/commit/faf6911fa8f4c10f6d1a8f046d9798c99ee5b36d)) +* Update todos ([ad18616](https://github.com/OrcaCD/orca-cd/commit/ad186161b809e2e61084905f1e97ca2fbfda4a49)) +* Use a rootless hardened docker image ([#136](https://github.com/OrcaCD/orca-cd/issues/136)) ([aa7593f](https://github.com/OrcaCD/orca-cd/commit/aa7593fc16467e79b20dba7fd196196db1402464)) + + +### Bug Fixes + +* Agent docker build ([#45](https://github.com/OrcaCD/orca-cd/issues/45)) ([88f5a40](https://github.com/OrcaCD/orca-cd/commit/88f5a40bea1267b787dfcb4ff986e7e308db87c3)) +* Apply review suggestion ([2360a0d](https://github.com/OrcaCD/orca-cd/commit/2360a0d657ade0ba2ea8ae1c517299c4661d70ea)) +* Apply review suggestions ([48ad50b](https://github.com/OrcaCD/orca-cd/commit/48ad50b545902e895502543aedb882a8f107f5f6)) +* Apply review suggestions ([b651943](https://github.com/OrcaCD/orca-cd/commit/b651943d014bf3316fb818ebfe9baf451f999444)) +* Apply review suggestions ([b51bff2](https://github.com/OrcaCD/orca-cd/commit/b51bff2ea2b19e0e77c51096c1cf750e818ad6c2)) +* Code quality ([04bf9e9](https://github.com/OrcaCD/orca-cd/commit/04bf9e98493fb8176e3c668838347e0e86162fbf)) +* CodeQL Go build failing ([#49](https://github.com/OrcaCD/orca-cd/issues/49)) ([a0e6ece](https://github.com/OrcaCD/orca-cd/commit/a0e6ecea52f3595ec5f63d32796b5dc71f4bee27)) +* Combine release workflow ([5d022dd](https://github.com/OrcaCD/orca-cd/commit/5d022ddc1b028d713ccbf1686fc3f068e3447009)) +* Different line endings after checkout and format ([#116](https://github.com/OrcaCD/orca-cd/issues/116)) ([86025d6](https://github.com/OrcaCD/orca-cd/commit/86025d60dec77c93c354d83b8c70723fd113dada)) +* Fix npm script typo ([87ac67f](https://github.com/OrcaCD/orca-cd/commit/87ac67f0aa4a2c9f36a44ef48a28fac3a6e20ff7)) +* Formatting ([a5c5080](https://github.com/OrcaCD/orca-cd/commit/a5c5080b77008b958033e4753c9cc834797370c1)) +* Formatting ([060eafc](https://github.com/OrcaCD/orca-cd/commit/060eafcad93cd749fbf91928c900d9baecc2404f)) +* Formatting ([2512291](https://github.com/OrcaCD/orca-cd/commit/2512291d426ccef1f82388badd0c0f4c724f3aea)) +* Harden WebSocket connection handling ([#46](https://github.com/OrcaCD/orca-cd/issues/46)) ([45409ae](https://github.com/OrcaCD/orca-cd/commit/45409ae787c181602f0d0c068655c1631cbb76fe)) +* Justfile not working on Windows ([596ed79](https://github.com/OrcaCD/orca-cd/commit/596ed7994e60d49176f19228ae6d16614cfd195b)) +* Linting ([35c2f1b](https://github.com/OrcaCD/orca-cd/commit/35c2f1be306be0304abc73395e9447231ae3c513)) +* Make 0.1.0 the initial release version ([#60](https://github.com/OrcaCD/orca-cd/issues/60)) ([32dba1a](https://github.com/OrcaCD/orca-cd/commit/32dba1af490de0b51373ea8901f30f6c99259cf2)) +* Remove gitignore unused stuff ([6efd15f](https://github.com/OrcaCD/orca-cd/commit/6efd15f30bc3f2beb7651ff91eb490a9f538dd28)) +* Shorten env variable names ([18e95f4](https://github.com/OrcaCD/orca-cd/commit/18e95f4ac84afd6a989a241d2f9466c44d4bf5a0)) +* Trim user inputs ([#81](https://github.com/OrcaCD/orca-cd/issues/81)) ([fc5d793](https://github.com/OrcaCD/orca-cd/commit/fc5d793430f1dc277ce570de7e011a85f67e5dfb)) +* Typo ([066fdc8](https://github.com/OrcaCD/orca-cd/commit/066fdc859209aa65c2c432dfe723b2c10e2d5b01)) +* Typo ([2da92bf](https://github.com/OrcaCD/orca-cd/commit/2da92bfddbe0eff572fc0deaadfea8871714b878)) +* Use App to manage releases ([fc1c3bb](https://github.com/OrcaCD/orca-cd/commit/fc1c3bb1497f9dc13f0f90b162af7815eed35d57))