From 8eaac13b2c80e17f5a646e1873bee82971059126 Mon Sep 17 00:00:00 2001 From: vinicvaz Date: Mon, 8 Jan 2024 08:31:17 -0300 Subject: [PATCH] bump versions --- CHANGELOG.md | 11 +++++++++++ helm/domino/Chart.yaml | 4 ++-- src/domino/VERSION | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56c81c42..efc97e20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# v0.8.4 + +### Features +- [x] Add basic config in helm chart and CLI for Istio. +- [x] Add worker route to get pieces repository. + + +### Fixes +- [x] Add classic authorization to default route for get pieces repositories. + + # v0.8.3 ### Features diff --git a/helm/domino/Chart.yaml b/helm/domino/Chart.yaml index 1053d75d..fbd9da9f 100644 --- a/helm/domino/Chart.yaml +++ b/helm/domino/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: domino description: A Helm chart for Domino type: application -version: 0.1.9 -appVersion: 0.1.9 +version: 0.1.10 +appVersion: 0.1.10 home: https://github.com/Tauffer-Consulting/domino sources: - https://github.com/Tauffer-Consulting/domino diff --git a/src/domino/VERSION b/src/domino/VERSION index fab77af2..fcbb5375 100644 --- a/src/domino/VERSION +++ b/src/domino/VERSION @@ -1 +1 @@ -0.8.3 \ No newline at end of file +0.8.4 \ No newline at end of file