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 11# Change Log
22
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+
317## 2023-06-14
418### Added
519- 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
55name : oci-onm-logan
66description : Charts for sending Kubernetes platform logs, compute logs, and Kubernetes Objects information to OCI Logging Analytics.
77type : application
8- version : 3.0.1
8+ version : 3.0.2
99appVersion : " 3.0.0"
1010
1111dependencies :
1212- name : oci-onm-common
13- version : " 3.0.1 "
13+ version : " 3.0.2 "
1414 repository : " file://../common"
1515 condition : oci-onm-common.enabled
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ type: application
1818# This is the chart version. This version number should be incremented each time you make changes
1919# to the chart and its templates, including the app version.
2020# Versions are expected to follow Semantic Versioning (https://semver.org/)
21- version : 3.0.1
21+ version : 3.0.2
2222
2323# This is the version number of the application being deployed. This version number should be
2424# incremented each time you make changes to the application. Versions are not expected to
@@ -28,11 +28,11 @@ appVersion: "3.0.0"
2828
2929dependencies :
3030- name : oci-onm-common
31- version : " 3.0.1 "
31+ version : " 3.0.2 "
3232 repository : " file://../common"
3333 condition : oci-onm-common.enabled
3434- name : oci-onm-logan
35- version : " 3.0.1 "
35+ version : " 3.0.2 "
3636 repository : " file://../logan"
3737 condition : oci-onm-logan.enabled
3838- name : oci-onm-mgmt-agent
You can’t perform that action at this time.
0 commit comments