File tree Expand file tree Collapse file tree 3 files changed +19
-5
lines changed Expand file tree Collapse file tree 3 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 2023-07-24
4
+ ### Added
5
+ - Multi Process Worker Support
6
+ - Custom Container Image for Fluentd using OL8-Slim as base Image.
7
+ - PV, PVC Objects Collection
8
+ ### Changed
9
+ - Updates to Custom Container Image for Fluentd using OL8 as base Image.
10
+ ### Deprecating
11
+ - Custom Container Image for Fluentd using Debian and OL8 as base Image.
12
+
13
+ ## 2023-07-19
14
+ ### Added
15
+ - Helm repo throguh Github pages.
16
+
3
17
## 2023-06-14
4
18
### Added
5
19
- Kubernetes Metrics Collection to OCI Monitoring using OCI Management Agent.
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ apiVersion: v2
5
5
name : oci-onm-logan
6
6
description : Charts for sending Kubernetes platform logs, compute logs, and Kubernetes Objects information to OCI Logging Analytics.
7
7
type : application
8
- version : 3.0.1
8
+ version : 3.0.2
9
9
appVersion : " 3.0.0"
10
10
11
11
dependencies :
12
12
- name : oci-onm-common
13
- version : " 3.0.1 "
13
+ version : " 3.0.2 "
14
14
repository : " file://../common"
15
15
condition : oci-onm-common.enabled
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ type: application
18
18
# This is the chart version. This version number should be incremented each time you make changes
19
19
# to the chart and its templates, including the app version.
20
20
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21
- version : 3.0.1
21
+ version : 3.0.2
22
22
23
23
# This is the version number of the application being deployed. This version number should be
24
24
# incremented each time you make changes to the application. Versions are not expected to
@@ -28,11 +28,11 @@ appVersion: "3.0.0"
28
28
29
29
dependencies :
30
30
- name : oci-onm-common
31
- version : " 3.0.1 "
31
+ version : " 3.0.2 "
32
32
repository : " file://../common"
33
33
condition : oci-onm-common.enabled
34
34
- name : oci-onm-logan
35
- version : " 3.0.1 "
35
+ version : " 3.0.2 "
36
36
repository : " file://../logan"
37
37
condition : oci-onm-logan.enabled
38
38
- name : oci-onm-mgmt-agent
You can’t perform that action at this time.
0 commit comments