Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Commit

Permalink
Prepare 0.1.0 release of 'medea-demo' application
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Apr 9, 2021
1 parent 220599b commit 0186993
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions jason/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ All user visible changes to this project will be documented in this file. This p



## [0.1.0-rc.1] · 2021-02-02
[0.1.0-rc.1]: /../../tree/medea-demo-0.1.0-rc.1/jason/demo
## [0.1.0] · 2021-04-09
[0.1.0]: /../../tree/medea-demo-0.1.0/jason/demo

### Added

Expand Down
4 changes: 2 additions & 2 deletions jason/demo/chart/medea-demo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: medea-demo
version: 0.5.2
appVersion: 0.1.0-rc.1
version: 0.5.3
appVersion: 0.1.0
type: application
6 changes: 3 additions & 3 deletions jason/demo/chart/medea-demo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ labels: {}
server:
image:
repository: ghcr.io/instrumentisto/medea
tag: 0.2.0-rc.1
tag: 0.2.0
pullPolicy: IfNotPresent

# Medea media server configuration:
Expand Down Expand Up @@ -64,7 +64,7 @@ server:
control-mock:
image:
repository: ghcr.io/instrumentisto/medea-control-api-mock
tag: 0.1.0
tag: 0.2.0
pullPolicy: IfNotPresent

# Medea's Control API mock server configuration.
Expand Down Expand Up @@ -126,7 +126,7 @@ server:
web-client:
image:
repository: ghcr.io/instrumentisto/medea-demo
tag: 0.2.0-rc.1
tag: 0.1.0
pullPolicy: IfNotPresent

conf:
Expand Down
4 changes: 2 additions & 2 deletions jason/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "0.1.0-rc.1",
"version": "0.1.0",
"private": true,
"dependencies": {
"medea-jason": "0.2.0-rc.1"
"medea-jason": "^0.2"
}
}
8 changes: 4 additions & 4 deletions jason/demo/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# yarn lockfile v1


[email protected].0-rc.1:
version "0.2.0-rc.1"
resolved "https://registry.yarnpkg.com/medea-jason/-/medea-jason-0.2.0-rc.1.tgz#cc1171d26a0897b405b4fae81b0c9c0defa6d91e"
integrity sha512-ucch0Vi3+8THoygEdunC512ur9MndI2EHjvjvB+qaDwEPIM3tKGLu6NN0bSfe3NcVaHXQzbzV81hPJPCnI7Oqg==
medea-jason@^0.2:
version "0.2.0"
resolved "https://registry.yarnpkg.com/medea-jason/-/medea-jason-0.2.0.tgz#7c1bb091d1f0a93a7d9cf72b8e3fd85aef6b1b26"
integrity sha512-XVp+xYh0E/gyRrSIYjKMzZW6UITCN8yMMSAwq3a0WvCwnI0ZsKAJ9CjoaBPyytilJ8o3BaMqHczsZtA1oxUdag==

0 comments on commit 0186993

Please sign in to comment.