File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ apiVersion: v2
22name : intersect
33description : Unified deployment for INTERSECT core services and test adapters
44type : application
5- version : 0.0.5
5+ version : 0.0.6
66dependencies :
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
Original file line number Diff line number Diff line change 2727proxy-http-server :
2828 enabled : false
2929 broker :
30+ protocol : " amqp"
3031 port : 5672
3132
3233proxy-http-client :
3334 enabled : false
3435 broker :
36+ protocol : " amqp"
3537 port : 5672
3638
3739# ###############################
You can’t perform that action at this time.
0 commit comments