File tree 5 files changed +12
-3
lines changed
5 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 2024-06-26
4
+ ### Added
5
+ - Option to disable JRE default security property for Agent.
6
+
3
7
## 2024-06-18
4
8
### Changed
5
9
- Fluentd collector container image uptake to 1.4.3 having OS and other dependency updates.
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.2
21
+ version : 3.0.3
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 18
18
19
19
# Modifiable properties
20
20
# Add new or change the below existing properties as required
21
+
22
+ # Openjdk on RHEL with FIPS requires the default security property to be disabled,
23
+ # so that Management Agent can use its own bcfips security provider.
24
+ # Set this to true to disable, and pass disableJREDefaultSecurityPropertiesFile=true via the rsp file.
25
+ DISABLE_JRE_DEFAULT_SECURITY_PROPERTIES_FILE : " false"
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.4.3
21
+ version : 3.4.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 @@ -52,6 +52,6 @@ oci-onm-mgmt-agent:
52
52
# Follow steps documented at https://github.com/oracle/docker-images/tree/main/OracleManagementAgent to build docker image.
53
53
image :
54
54
# Replace this value with actual docker image URL for Management Agent
55
- url : container-registry.oracle.com/oci_observability_management/oci-management-agent:1.3 .0
55
+ url : container-registry.oracle.com/oci_observability_management/oci-management-agent:1.4 .0
56
56
# Image secrets to use for pulling container image (base64 encoded content of ~/.docker/config.json file)
57
57
secret :
You can’t perform that action at this time.
0 commit comments