From 1cfe771a6a6d0587927acc145660d0ce8508b708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Pr=C3=B6schel?= Date: Wed, 31 Mar 2021 10:42:03 +0200 Subject: [PATCH] Fixes #1427 --- VERSION | 2 +- docs/docs/changelog.md | 10 ++++++++-- .../api/charts/api-admin/templates/deployment.yaml | 1 + .../api/charts/api-auth/templates/deployment.yaml | 1 + .../charts/api-communication/templates/deployment.yaml | 1 + .../api/charts/api-websocket/templates/deployment.yaml | 1 + .../frontend-chat-plugin/templates/deployment.yaml | 1 + .../charts/frontend-ui/templates/deployment.yaml | 1 + .../charts/media-resolver/templates/deployment.yaml | 1 + 9 files changed, 16 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index a551051694..e815b861f0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.15.0 +0.15.1 diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index 6556b9b19d..b96018dcc3 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -3,6 +3,11 @@ title: Changelog sidebar_label: 📝 Changelog --- +## 0.15.1 + +Hotfix + +- [[#1427](https://github.com/airyhq/airy/issues/1427)] Fix broken ui pod config for aws deployment ## 0.15.0 #### 🚀 Features @@ -23,13 +28,14 @@ sidebar_label: 📝 Changelog #### 📚 Documentation -- [[#1355](https://github.com/airyhq/airy/issues/1355)] add debugging advices to all sources [[#1368](https://github.com/airyhq/airy/pull/1368)] -- [[#1318](https://github.com/airyhq/airy/issues/1318)] Improve components page [[#1360](https://github.com/airyhq/airy/pull/1360)] - [[#1363](https://github.com/airyhq/airy/issues/1363)] Added suggested replies doc [[#1381](https://github.com/airyhq/airy/pull/1381)] +- [[#1355](https://github.com/airyhq/airy/issues/1355)] Add debugging advices to all sources [[#1368](https://github.com/airyhq/airy/pull/1368)] +- [[#1318](https://github.com/airyhq/airy/issues/1318)] Improve components page [[#1360](https://github.com/airyhq/airy/pull/1360)] #### 🧰 Maintenance - [[#1045](https://github.com/airyhq/airy/issues/1045)] Automated testing of the web socket [[#1382](https://github.com/airyhq/airy/pull/1382)] +- Move CLI to root [[#1401](https://github.com/airyhq/airy/pull/1401)] - Bump @babel/core from 7.8.4 to 7.13.10 [[#1186](https://github.com/airyhq/airy/pull/1186)] - Bump webpack from 4.46.0 to 5.27.2 [[#1352](https://github.com/airyhq/airy/pull/1352)] - Minor tweaks to titles and paragraphs [[#1379](https://github.com/airyhq/airy/pull/1379)] diff --git a/infrastructure/helm-chart/charts/apps/charts/api/charts/api-admin/templates/deployment.yaml b/infrastructure/helm-chart/charts/apps/charts/api/charts/api-admin/templates/deployment.yaml index ba66f901bf..f25e864cea 100644 --- a/infrastructure/helm-chart/charts/apps/charts/api/charts/api-admin/templates/deployment.yaml +++ b/infrastructure/helm-chart/charts/apps/charts/api/charts/api-admin/templates/deployment.yaml @@ -6,6 +6,7 @@ metadata: labels: app: api-admin type: api + core.airy.co/managed: "true" spec: replicas: 1 selector: diff --git a/infrastructure/helm-chart/charts/apps/charts/api/charts/api-auth/templates/deployment.yaml b/infrastructure/helm-chart/charts/apps/charts/api/charts/api-auth/templates/deployment.yaml index 99a9a8d437..4562a744f3 100644 --- a/infrastructure/helm-chart/charts/apps/charts/api/charts/api-auth/templates/deployment.yaml +++ b/infrastructure/helm-chart/charts/apps/charts/api/charts/api-auth/templates/deployment.yaml @@ -6,6 +6,7 @@ metadata: labels: app: api-auth type: api + core.airy.co/managed: "true" spec: replicas: 1 selector: diff --git a/infrastructure/helm-chart/charts/apps/charts/api/charts/api-communication/templates/deployment.yaml b/infrastructure/helm-chart/charts/apps/charts/api/charts/api-communication/templates/deployment.yaml index 29c579b05a..1c7df28b3d 100644 --- a/infrastructure/helm-chart/charts/apps/charts/api/charts/api-communication/templates/deployment.yaml +++ b/infrastructure/helm-chart/charts/apps/charts/api/charts/api-communication/templates/deployment.yaml @@ -6,6 +6,7 @@ metadata: labels: app: api-communication type: api + core.airy.co/managed: "true" spec: replicas: 1 selector: diff --git a/infrastructure/helm-chart/charts/apps/charts/api/charts/api-websocket/templates/deployment.yaml b/infrastructure/helm-chart/charts/apps/charts/api/charts/api-websocket/templates/deployment.yaml index a9659dcd1c..73329e252a 100644 --- a/infrastructure/helm-chart/charts/apps/charts/api/charts/api-websocket/templates/deployment.yaml +++ b/infrastructure/helm-chart/charts/apps/charts/api/charts/api-websocket/templates/deployment.yaml @@ -6,6 +6,7 @@ metadata: labels: app: api-websocket type: api + core.airy.co/managed: "true" spec: replicas: 1 selector: diff --git a/infrastructure/helm-chart/charts/apps/charts/frontend/charts/frontend-chat-plugin/templates/deployment.yaml b/infrastructure/helm-chart/charts/apps/charts/frontend/charts/frontend-chat-plugin/templates/deployment.yaml index de0ad9e719..08c8f2eb34 100644 --- a/infrastructure/helm-chart/charts/apps/charts/frontend/charts/frontend-chat-plugin/templates/deployment.yaml +++ b/infrastructure/helm-chart/charts/apps/charts/frontend/charts/frontend-chat-plugin/templates/deployment.yaml @@ -6,6 +6,7 @@ metadata: labels: app: frontend-chat-plugin type: frontend + core.airy.co/managed: "true" spec: replicas: 1 selector: diff --git a/infrastructure/helm-chart/charts/apps/charts/frontend/charts/frontend-ui/templates/deployment.yaml b/infrastructure/helm-chart/charts/apps/charts/frontend/charts/frontend-ui/templates/deployment.yaml index ac5f74ff0e..8957e7fb11 100644 --- a/infrastructure/helm-chart/charts/apps/charts/frontend/charts/frontend-ui/templates/deployment.yaml +++ b/infrastructure/helm-chart/charts/apps/charts/frontend/charts/frontend-ui/templates/deployment.yaml @@ -6,6 +6,7 @@ metadata: labels: app: frontend-ui type: frontend + core.airy.co/managed: "true" spec: replicas: 1 selector: diff --git a/infrastructure/helm-chart/charts/apps/charts/media-resolver/templates/deployment.yaml b/infrastructure/helm-chart/charts/apps/charts/media-resolver/templates/deployment.yaml index edd34fb4fa..54de7a956a 100644 --- a/infrastructure/helm-chart/charts/apps/charts/media-resolver/templates/deployment.yaml +++ b/infrastructure/helm-chart/charts/apps/charts/media-resolver/templates/deployment.yaml @@ -6,6 +6,7 @@ metadata: labels: app: media-resolver type: media + core.airy.co/managed: "true" spec: replicas: 0 selector: