Skip to content

Commit 3eb97f4

Browse files
committed
0.0.6 release, update broker-http-proxy charts
Signed-off-by: Lance-Drane <[email protected]>
1 parent 9d81f72 commit 3eb97f4

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ This format tries to follow the [Common Changelog](https://common-changelog.org/
44

55
## 0.0.6 - 2025-10-XX
66

7+
### Added
8+
79
- Added KeyCloak charts and updated example configuration. (TBD...)
10+
- Updated broker-http-proxy charts to `0.1.2` (adds MQTT support)
811

912
## 0.0.5 - 2025-04-15
1013

@@ -34,4 +37,5 @@ This format tries to follow the [Common Changelog](https://common-changelog.org/
3437
**NOTE**: This chart release contains a bug in the default configuration, and should not be used. Use version 0.0.3.
3538

3639
### Added
40+
3741
- simple Helm chart with just RabbitMQ and MINIO as options (Lance Drane)

charts/intersect-core/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ apiVersion: v2
22
name: intersect
33
description: Unified deployment for INTERSECT core services and test adapters
44
type: application
5-
version: 0.0.5
5+
version: 0.0.6
66
dependencies:
77
# proxy services - these will be disabled by default
88
- name: proxy-http-client
9-
version: 0.1.1
9+
version: 0.1.2
1010
repository: "https://intersect-sdk.github.io/broker-http-proxy/"
1111
condition: proxy-http-client.enabled
1212
- name: proxy-http-server
13-
version: 0.1.1
13+
version: 0.1.2
1414
repository: "https://intersect-sdk.github.io/broker-http-proxy/"
1515
condition: proxy-http-server.enabled
1616

charts/intersect-core/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,13 @@
2727
proxy-http-server:
2828
enabled: false
2929
broker:
30+
protocol: "amqp"
3031
port: 5672
3132

3233
proxy-http-client:
3334
enabled: false
3435
broker:
36+
protocol: "amqp"
3537
port: 5672
3638

3739
################################

0 commit comments

Comments
 (0)