Skip to content

Commit 597c063

Browse files
committed
bump app versions to 0.2.0 and chart versions to 0.1.2
Signed-off-by: Lance-Drane <[email protected]>
1 parent 3bbe57a commit 597c063

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/proxy-http-client/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: proxy-http-client
33
description: "Subscribe to events over HTTP from a proxy-http-server instance, and publish them on a local broker"
4-
version: 0.1.1
4+
version: 0.1.2
55
dependencies:
66
- name: common
77
repository: oci://registry-1.docker.io/bitnamicharts

charts/proxy-http-server/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: proxy-http-server
33
description: "Subscribe to broker messages and broadcast them to HTTP listeners"
4-
version: 0.1.1
4+
version: 0.1.2
55
dependencies:
66
- name: common
77
repository: oci://registry-1.docker.io/bitnamicharts

proxy-http-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proxy-http-client"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
publish = false
66
default-run = "proxy-http-client"

proxy-http-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proxy-http-server"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
publish = false
66
default-run = "proxy-http-server"

0 commit comments

Comments
 (0)