All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.2.0 (2021-12-22)
- infra: setup IaC (892b266)
1.1.1 (2021-12-22)
- infra: fix kubernetes configuration files (13e12e8)
- backend: add DB_URL env variable for mysql connection string (usefull for k8s) (d67a165)
- backend: add GET Operations for UserAPI (6fda9fa)
- backend: add health endpoint for k8s probes (76a516d)
- backend: add open api description for the swagger (273c982)
- backend: add Read, Update, Delete operations for user api (5c7e741)
- backend: add user api CRUD tests (4e9aacc)
- backend: create empty micro service used for an User API (06e3935)
- backend: Implement CRUD operation for an user with MYSQL as a SGBDR and Dapper as a micro-orm (4a776d4)
- backend: setup Serilog for logging into kibana (3acf724)
- git: setup git hook with husky and commitlint for ensuring commit message format (735dadb)
- infra: configurate mysql database for docker-compose (1e003c1)
- infra: configure dockerignore file for backend api (bddea48)
- infra: configure k8s readiness, liveness, startup for backend api (19d1de5)
- infra: configure kubernetes deployments, services, configmaps and secrets for a local cluster (05f028f)
- infra: create backend dockerfile and configure it in docker-compose (3580c80)
- infra: save docker volumes (d53e8a9)
- infra: setup kibana and elasticsearch container (c48fa12)
- infra: use docker image pushed by github action instead of using local image (e42212a)
- project: add standard-version to project in order to generate changelogs dynamically (d9ee8d0)
- project: init github repository (ba27127)