|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## 2024-02-13 |
| 4 | +### Added |
| 5 | +- Changes to support Kubernetes Solution Pages Offering by OCI Logging Analytics. |
| 6 | + - A new role and role binding in the monitoring namespace (which defaults to oci-onm), to manage a ConfigMap. |
| 7 | + - A new CronJob to handle the Kubernetes Objects discovery and Objects Logs collection using oci-logging-analytics-kubernetes-discovery Gem. |
| 8 | +### Changed |
| 9 | +- Moving forward, Kubernetes Objects logs would be collected using Kubernetes Discovery CronJob along with the (optional) Discovery data instead of Fluentd based Deployment. |
| 10 | + |
3 | 11 | ## 2024-01-18 |
4 | 12 | ### Changed |
5 | 13 | - Management Agent docker image has been updated to version 1.2.0 |
6 | 14 |
|
7 | 15 | ## 2024-01-09 |
8 | 16 | ### Changed |
9 | 17 | - Concat filter plugin behavior changed to not include newline character as separator while handling CRI partial logs. |
10 | | -- Dashboards Import is now optional while installing the monitoring solution through RMS Stack. Default behavior remains the same. |
| 18 | +- Dashboards Import is now optional while installing the monitoring solution through RMS Stack. Default behavior remains the same. |
11 | 19 |
|
12 | 20 | ## 2023-12-01 |
13 | 21 | ### Added |
|
16 | 24 | ## 2023-11-30 |
17 | 25 | ### Added |
18 | 26 | - Added resources information that got created through RM Stack to Stack output. |
19 | | -- Added new auto created policy for Kubernetes Objects discovery (for future release(s) use). |
20 | | -- Added new helm variable for cluster's EntityId (ociLAClusterEntityID) (for future release(s) use). |
| 27 | +- Added new auto created policy for Kubernetes Objects discovery (for future release(s) use). |
| 28 | +- Added new helm variable for cluster's EntityId (ociLAClusterEntityID) (for future release(s) use). |
21 | 29 | ### Changed |
22 | | -- RM Stack is changed to use remote [helm repo](https://oracle-quickstart.github.io/oci-kubernetes-monitoring), instead of a local copy of helm chart source. |
23 | | -- RM Stack is modified to skip recreation of Management Agent Key if the Key already created by Stack. |
| 30 | +- RM Stack is changed to use remote [helm repo](https://oracle-quickstart.github.io/oci-kubernetes-monitoring), instead of a local copy of helm chart source. |
| 31 | +- RM Stack is modified to skip recreation of Management Agent Key if the Key already created by Stack. |
24 | 32 | ### Breaking Changes |
25 | | -- Removed ociLAEntityID input variable of Logan chart. This was an optional and its use-case was not defined so far. Hence, it shouldn't be a breaking change in general but still documenting for the reference. |
| 33 | +- Removed ociLAEntityID input variable of Logan chart. This was an optional and its use-case was not defined so far. Hence, it shouldn't be a breaking change in general but still documenting for the reference. |
26 | 34 |
|
27 | 35 | ## 2023-11-07 |
28 | 36 | ### Added |
29 | 37 | - Control Plane Logs Collection for OCNE and Standalone Kubernetes Clusters. |
30 | 38 | - Support for launching Fluentd containers in privileged mode (default false). |
31 | | -- Added FAQ for triaging log collection setup issues in OCNE and Standalone Kubernetes Clusters. |
| 39 | +- Added FAQ for triaging log collection setup issues in OCNE and Standalone Kubernetes Clusters. |
32 | 40 |
|
33 | 41 | ## 2023-10-31 |
34 | 42 | ### Changed |
|
40 | 48 |
|
41 | 49 | ## 2023-08-07 |
42 | 50 | ### Added |
43 | | -- Support Fluentd's [Multi Process Workers](https://docs.fluentd.org/deployment/multi-process-workers). |
| 51 | +- Support Fluentd's [Multi Process Workers](https://docs.fluentd.org/deployment/multi-process-workers). |
44 | 52 | - Custom Container Image for Fluentd using OL8-Slim as base Image. |
45 | | -- PV, PVC Objects Collection |
| 53 | +- PV, PVC Objects Collection |
46 | 54 | ### Changed |
47 | 55 | - Instructions and dependency versions updates to custom container image for Fluentd using OL8 as base image. |
48 | | -- ClusterRole updates to add read permission for `storage.k8s.io` api group to support PV, PVC Objects collection. |
| 56 | +- ClusterRole updates to add read permission for `storage.k8s.io` api group to support PV, PVC Objects collection. |
49 | 57 | ### Deprecating |
50 | | -- Custom Container Image for Fluentd using Debian and OL8 as base Image. |
| 58 | +- Custom Container Image for Fluentd using Debian and OL8 as base Image. |
51 | 59 |
|
52 | 60 | ## 2023-07-19 |
53 | 61 | ### Added |
|
60 | 68 | ### Changed |
61 | 69 | - Refactoring of helm chart, terraform and stack/market place app to support the consolidation of logs, objects and metrics collection. |
62 | 70 | ### Breaking Changes |
63 | | -- The refactoring work done in this version, may cause issues if you upgrade to this version (v3.0.0) from previous versions. Refer [here](README.md#2x-to-3x) for further details. |
| 71 | +- The refactoring work done in this version, may cause issues if you upgrade to this version (v3.0.0) from previous versions. Refer [here](README.md#2x-to-3x) for further details. |
64 | 72 |
|
65 | 73 | ## 2023-02-07 |
66 | 74 | ### Added |
|
0 commit comments