From d61cc87a8ecd0e6b2ab716d1e0ab3ef42c699a49 Mon Sep 17 00:00:00 2001 From: mabunixda Date: Fri, 6 Dec 2024 10:45:47 +0000 Subject: [PATCH] [skip ci] chore(ci): 1.0.0 changelog --- CHANGELOG.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a95548a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,44 @@ +## 1.0.0 (2024-12-06) + +#### Feature + +* cloud native observability (#15) (d730cd26) +* container essentials (#13) (9c5d8000) +* using vault secrets (#7) (c3fe4019) +* calendar working and deployable with observability in kubernetes (091dfba9) + +#### Bug Fixes + +* adding release workflow (03299ed0) +* use main container workflow (946ab07e) +* publish debug (17e61273) +* dockerfile update (a5eb7733) +* dockerfile update (0731c49e) +* Publish build (#21) (116213d1) +* container naming (#20) (ccf31034) +* updated otel collector image ref (#17) (5606c518) +* Update local-deploy.sh (d19b709f) +* update via event id (37c101a1) +* status codes and error handling (4074ee2f) +* status codes and error handling (e3bbfd19) +* add logical changes to code for better metics and updating state in separate function (#12) (cf281e0f) +* added load generator (#11) (8f499d7a) +* seperated app, observability and otel in correct namespaces (#10) (852f37bc) +* added ingress resources (#9) (b1e38694) +* python metrics instrumentation (#6) (8092653d) +* trigger build (#4) (7ef3d94f) +* golang metrics instrumentation (#5) (bf47a62f) +* container naming (#3) (caf7bff8) +* container name (c55e7e78) +* node.js metric instrumentation (8cba3513) +* running on kubernetes (c9918161) +* oubsub working for distributed calendar (cb9a07f2) +* added full CRUD to distriputed calculator (f29b53e1) +* added dynamic port allocation to compose.yaml for scaling (a5d3b1df) +* added source repos (85279c1a) +* added two possible 12-factor-apps (682bb31e) + +#### Code Refactoring + +* cleanup setup (#19) (860517dc) +