File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 2025-02-07
4
+ ### Changed
5
+ - Management Agent container image has been updated to version 1.7.0
6
+
3
7
## 2025-02-03
4
8
### Changed
5
9
- Fluentd collector container image uptake to 1.5.3 having few gem updates related to vulnerability fixes.
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.5.3
21
+ version : 3.5.4
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
Original file line number Diff line number Diff line change @@ -56,6 +56,6 @@ oci-onm-mgmt-agent:
56
56
# Follow steps documented at https://github.com/oracle/docker-images/tree/main/OracleManagementAgent to build docker image.
57
57
image :
58
58
# Replace this value with actual docker image URL for Management Agent
59
- url : container-registry.oracle.com/oci_observability_management/oci-management-agent:1.6 .0
59
+ url : container-registry.oracle.com/oci_observability_management/oci-management-agent:1.7 .0
60
60
# Image secrets to use for pulling container image (base64 encoded content of ~/.docker/config.json file)
61
61
secret :
You can’t perform that action at this time.
0 commit comments