Releases: zucchero-sintattico/piper-kt
Releases · zucchero-sintattico/piper-kt
v7.3.0
v7.2.0
v7.1.1
7.1.1 (2024-05-20)
Bug Fixes
v7.1.0
7.1.0 (2024-05-18)
Features
- auth: rename jwt variable to access_token (4a57076)
- AuthService: add email field to register method for users to provide their email during registration (d4a2d6a)
- axios-controller: move axios instance creation to class constructor and set Authorization header based on user jwt token (73a6088)
- frontend: add status code to the body of the responce (f7bc38e)
- ingress-controller: update nginx-ingress-controller to use frontend-service as default backend (4e3b0ff)
- pathValues: update paths for user service to /auth/register and /auth/login, add /oauth/access_token (b68733d)
Bug Fixes
- users: fixed presentation mapping (e7fb354)
v7.0.0
v6.9.0
v6.8.0
v6.7.0
v6.6.1
v6.6.0
6.6.0 (2024-05-15)
Features
- application: add Kafka configuration for all services to connect to cluster-kafka-brokers.piper-kt.svc.cluster.local:9092 for messaging functionality (2d1eb12)
- application: add Kafka configuration for all services to connect to cluster-kafka-brokers.piper-kt.svc.cluster.local:9092 for messaging functionality (35c20b0)
- atlas-operator: add new helm chart files for mongodb atlas operator (28554e8)
- CleanArchitectureSpec: add test for verifying clean architecture layers dependencies (b80a51f)
- community-operator: add community-operator helm chart (6a365f0)
- db-values: add custom user 'my-user' with appropriate roles and password secret reference for MongoDB deployment (0f20ae0)
- deploy: add deployment and service creation for frontend-service in Kubernetes (5b6d9ff)
- deploy: add deployment script for helm and kubectl commands (3cd4f3c)
- deploy: add mogno db connection string to connect che services (1de1291)
- deploy: add support for nginx-ingress-controller deployment and enable ingress on minikube (8e3f124)
- deploy: conficure mongos db for microservice (792bef6)
- deploy: full microservice and database pods deploy (b134c26)
- deploy: kafka users-service deploy on kubernetes (afe0ade)
- deploy: update helm install commands to install microservices with specific values (2832565)
- deploy: update values in db-values.yaml for friendship-service-operator for apple M1,M2,M3 (441864d)
- DirectEntity: add DirectEntity and MessageEntity classes for storing direct messages in the database (97a37a7)
- DirectMessage: create DirectMessage.kt file with Message and Direct data classes for handling direct messages in the friendship service. (681921c)
- DirectRepository: add DirectRepository interface with methods for retrieving, creating, and sending direct messages (486d662)
- DirectService: add DirectService, DirectServiceApi, and DirectRepository classes to implement direct messaging functionality in the friendship service. (2a0fa76)
- FriendsControllerTest: add test case for getFriendRequests endpoint to return friend requests of authenticated user (f26c586)
- FriendsControllerTest: add test case to get empty friend requests to ensure correct behavior of getFriendRequest() method (df02aa7)
- friendship-service: add files for basic configuration (74f3fca)
- friendship-service: add FriendRepositoryImpl and FriendsHTTPController (17ac896)
- friendship-service: add FriendService and FriendServiceApi classes (7aee2ce)
- friendship-service: add methods to FriendRepository interface (98fe158)
- friendship-service: add micronaut security dependencies for jwt and aot plugins (fafd872)
- friendship-service: edit from template to have frendship service base (25626ae)
- helm-chart: add piper-ingress Helm chart with configuration for nginx Ingress controller and service paths for users, friendships, multimedia, and servers services. (60146c4)
- helm-chart: update values.yaml to include additional paths for friendsServicePaths, multimediaServicePaths, and serversServicePaths (0abe5e7)
- k8s: add Kubernetes deployment and service configuration for friendship-service (e13f82d)
- kubernetes: add Kubernetes YAML file for setting up service account, role, role binding, and secret for micronaut-k8s namespace (d8afee0)
- kubernetesNamespce: update namespace value to use dynamic namespace from values (819f7fd)
- mongo-for-operator: add values.yaml for configuration of MongoDB resources (6a24428)
- mongo: add resource limits and requests for the mongodb-agent container to optimize resource allocation (8ba89b4)
- piprktChart: add values.yaml file with ServiceName set to 'service-name' to provide configuration for the chart (cbbba1b)