Skip to content

Commit a0c5859

Browse files
committed
V3.0.2 changelog, charts version changes
1 parent 2b19c7b commit a0c5859

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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.

charts/logan/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ apiVersion: v2
55
name: oci-onm-logan
66
description: Charts for sending Kubernetes platform logs, compute logs, and Kubernetes Objects information to OCI Logging Analytics.
77
type: application
8-
version: 3.0.1
8+
version: 3.0.2
99
appVersion: "3.0.0"
1010

1111
dependencies:
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

charts/oci-onm/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

2929
dependencies:
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

0 commit comments

Comments
 (0)