Skip to content

Commit

Permalink
Merge branch 'hotfix/0.15.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Pröschel committed Mar 31, 2021
2 parents 5d9727b + 1cfe771 commit 62dedb4
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.0
0.15.1
10 changes: 8 additions & 2 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
labels:
app: api-admin
type: api
core.airy.co/managed: "true"
spec:
replicas: 1
selector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
labels:
app: api-auth
type: api
core.airy.co/managed: "true"
spec:
replicas: 1
selector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
labels:
app: api-communication
type: api
core.airy.co/managed: "true"
spec:
replicas: 1
selector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
labels:
app: api-websocket
type: api
core.airy.co/managed: "true"
spec:
replicas: 1
selector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
labels:
app: frontend-chat-plugin
type: frontend
core.airy.co/managed: "true"
spec:
replicas: 1
selector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
labels:
app: frontend-ui
type: frontend
core.airy.co/managed: "true"
spec:
replicas: 1
selector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
labels:
app: media-resolver
type: media
core.airy.co/managed: "true"
spec:
replicas: 0
selector:
Expand Down

0 comments on commit 62dedb4

Please sign in to comment.