Skip to content

Commit 414f6c3

Browse files
chore: updates helm charts (#334)
* Updates helm charts * Update kubernetes/platform-services/Chart.yaml Co-authored-by: JBAhire <JBAhire@users.noreply.github.com> Co-authored-by: kotharironak <53209990+kotharironak@users.noreply.github.com>
1 parent 32c46dc commit 414f6c3

File tree

3 files changed

+18
-31
lines changed

3 files changed

+18
-31
lines changed

RELEASE_NOTES.md

Lines changed: 16 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,20 @@
11
#### `Hypertrace deployment`
2+
- chore: updating message of handling log4j issue [#333](https://github.com/hypertrace/hypertrace/pull/333)
3+
#### `Attribute service` [(0.13.12 .. 0.13.12)](https://github.com/hypertrace/attribute-service/releases)
4+
5+
#### `Gateway service` [(0.1.174 .. 0.1.174)](https://github.com/hypertrace/gateway-service/releases)
6+
7+
#### `Query service` [(0.6.10 .. 0.6.10)](https://github.com/hypertrace/query-service/releases)
8+
9+
#### `Entity service` [(0.8.15 .. 0.8.16)](https://github.com/hypertrace/entity-service/releases)
10+
- upgrade log4j version to 2.17.0 [#153](https://github.com/hypertrace/entity-service/pull/153)
11+
#### `Config service` [(0.1.20 .. 0.1.20)](https://github.com/hypertrace/config-service/releases)
12+
13+
#### `Hypertrace GraphQL` [( 0.8.3 .. 0.8.3)](https://github.com/hypertrace/hypertrace-graphql/releases)
214

3-
#### `Attribute service` [(0.13.10 .. 0.13.12)](https://github.com/hypertrace/attribute-service/releases)
4-
- chore: update log4j version to 2.17.0 [#116](https://github.com/hypertrace/attribute-service/pull/116)
5-
- chore: update log4j [#115](https://github.com/hypertrace/attribute-service/pull/115)
6-
#### `Gateway service` [(0.1.172 .. 0.1.174)](https://github.com/hypertrace/gateway-service/releases)
7-
- chore: update log4j version to 2.17.0 [#115](https://github.com/hypertrace/gateway-service/pull/115)
8-
- chore: update log4j, netty, gradle [#114](https://github.com/hypertrace/gateway-service/pull/114)
9-
#### `Query service` [(0.6.9 .. 0.6.10)](https://github.com/hypertrace/query-service/releases)
10-
- chore: update log4j version to 2.17.0 [#128](https://github.com/hypertrace/query-service/pull/128)
11-
- add tolerations, affinity and topology spread constraints to deployment [#127](https://github.com/hypertrace/query-service/pull/127)
12-
- Fix : Add support for contains key and like operator [#125](https://github.com/hypertrace/query-service/pull/125)
13-
- Metrics followup [#123](https://github.com/hypertrace/query-service/pull/123)
14-
- chore: update vulnerable deps [#124](https://github.com/hypertrace/query-service/pull/124)
15-
- Added support for handling complex attribute expression. [#107](https://github.com/hypertrace/query-service/pull/107)
16-
- feat: Integrate prometheus converter, client and response builder [#119](https://github.com/hypertrace/query-service/pull/119)
17-
- feat: adds support for building converter for query service response builder from PromQL response [#113](https://github.com/hypertrace/query-service/pull/113)
18-
#### `Entity service` [(0.8.13 .. 0.8.15)](https://github.com/hypertrace/entity-service/releases)
19-
- chore: upgrade log4j, gradle [#152](https://github.com/hypertrace/entity-service/pull/152)
20-
#### `Config service` [(0.1.19 .. 0.1.20)](https://github.com/hypertrace/config-service/releases)
21-
- chore: update log4j version to 2.17.0 [#90](https://github.com/hypertrace/config-service/pull/90)
22-
- Fix label update scenario where description, color, enabled fields are updated [#89](https://github.com/hypertrace/config-service/pull/89)
23-
- chore: update netty [#88](https://github.com/hypertrace/config-service/pull/88)
24-
#### `Hypertrace GraphQL` [( 0.8.2 .. 0.8.3)](https://github.com/hypertrace/hypertrace-graphql/releases)
25-
- chore: update gradle, submodule for log4j [#119](https://github.com/hypertrace/hypertrace-graphql/pull/119)
2615
#### `Hypertrace UI` [( 0.73.0 .. 0.73.0)](https://github.com/hypertrace/hypertrace-ui/releases)
2716

28-
#### `Hypertrace ingester` [( 0.6.37 .. 0.6.39)](https://github.com/hypertrace/hypertrace-ingester/releases)
29-
- upgrade log4j version to 2.17.0 [#295](https://github.com/hypertrace/hypertrace-ingester/pull/295)
30-
- chore: update log4j [#294](https://github.com/hypertrace/hypertrace-ingester/pull/294)
31-
#### `Hypertrace alert engine` [( 2.0.8 .. 2.0.10)](https://github.com/hypertrace/hypertrace-alert-engine/releases)
32-
- chore: update log4j version to 2.17.0 [#90](https://github.com/hypertrace/hypertrace-alert-engine/pull/90)
33-
- Fix snyk failure [#89](https://github.com/hypertrace/hypertrace-alert-engine/pull/89)
17+
#### `Hypertrace ingester` [( 0.6.39 .. 0.6.39)](https://github.com/hypertrace/hypertrace-ingester/releases)
18+
19+
#### `Hypertrace alert engine` [( 2.0.10 .. 2.0.10)](https://github.com/hypertrace/hypertrace-alert-engine/releases)
20+

kubernetes/platform-services/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies:
5454
condition: merge-query-services.disabled
5555
- name: entity-service
5656
repository: "https://storage.googleapis.com/hypertrace-helm-charts"
57-
version: 0.8.15
57+
version: 0.8.16
5858
condition: merge-query-services.disabled
5959
- name: attribute-service
6060
repository: "https://storage.googleapis.com/hypertrace-helm-charts"

kubernetes/tmp/compatibility_matrix.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
attribute-service:0.13.12
22
gateway-service:0.1.174
33
query-service:0.6.10
4-
entity-service:0.8.15
4+
entity-service:0.8.16
55
config-service:0.1.20
66
hypertrace-graphql:0.8.3
77
hypertrace-ui:0.73.0

0 commit comments

Comments
 (0)