Skip to content

Commit 4fa73a6

Browse files
Merge pull request #78 from oracle-quickstart/v3.4.2
release v3.4.2
2 parents 721edfe + 3a4ba60 commit 4fa73a6

File tree

8 files changed

+20
-13
lines changed

8 files changed

+20
-13
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 2024-05-13
4+
### Changed
5+
- Fluentd collector container image uptake to 1.4.2 having changes to uptake OCI 2.21.0.
6+
- Similar updates to build files (Dockerfile, Gemfile) that helps building custom container image.
7+
38
## 2024-04-29
49
### Added
510
- Support for Management Agent Daemonset deployment

charts/logan/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.4.1
8+
version: 3.4.2
99
appVersion: "3.0.0"
1010

1111
dependencies:

charts/logan/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ image:
4848
# Image pull secrets for. Secret must be in the namespace defined by namespace
4949
imagePullSecrets:
5050
# -- Replace this value with actual docker image url
51-
url: container-registry.oracle.com/oci_observability_management/oci-la-fluentd-collector:1.4.1
51+
url: container-registry.oracle.com/oci_observability_management/oci-la-fluentd-collector:1.4.2
5252
# -- Image pull policy
5353
imagePullPolicy: Always
5454

charts/oci-onm/Chart.yaml

Lines changed: 2 additions & 2 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.4.1
21+
version: 3.4.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
@@ -32,7 +32,7 @@ dependencies:
3232
repository: "file://../common"
3333
condition: oci-onm-common.enabled
3434
- name: oci-onm-logan
35-
version: "3.4.1"
35+
version: "3.4.2"
3636
repository: "file://../logan"
3737
condition: oci-onm-logan.enabled
3838
- name: oci-onm-mgmt-agent

charts/oci-onm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ oci-onm-logan:
3131
kubernetesClusterID: "{{ .Values.global.kubernetesClusterID }}"
3232
kubernetesClusterName: "{{ .Values.global.kubernetesClusterName }}"
3333
image:
34-
url: container-registry.oracle.com/oci_observability_management/oci-la-fluentd-collector:1.4.1
34+
url: container-registry.oracle.com/oci_observability_management/oci-la-fluentd-collector:1.4.2
3535
# Go to OCI Logging Analytics Administration, click Service Details, and note the namespace value.
3636
ociLANamespace:
3737
# OCI Logging Analytics Default Log Group OCID

logan/docker-images/v1.0/oraclelinux/8-slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN microdnf -y module enable ruby:3.1 \
2727
&& microdnf -y install --setopt=install_weak_deps=0 --nodocs rubygems-3.3.7 \
2828
&& gem install bundler -v 2.3.25 \
2929
# Install development dependent packages for gems native installation
30-
&& microdnf -y install --nodocs gcc make redhat-rpm-config openssl ruby-devel gcc-c++ libtool libffi-devel bzip2 git \
30+
&& microdnf --enablerepo ol8_codeready_builder -y install --nodocs gcc make redhat-rpm-config openssl ruby-devel gcc-c++ libtool libffi-devel bzip2 git libyaml-devel \
3131
# Install Fluentd, it's dependencies along with other run time dependencies for OCI Logging Analytics Solution
3232
&& bundle config silence_root_warning true \
3333
&& bundle config --local path /fluentd/vendor/bundle \

logan/docker-images/v1.0/oraclelinux/8-slim/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem "fluent-plugin-concat", "~> 2.5.0"
1111
gem "fluent-plugin-rewrite-tag-filter", "~> 2.4.0"
1212
gem "fluent-plugin-parser-cri", "~> 0.1.1"
1313
gem "fluent-plugin-kubernetes_metadata_filter", "3.3.0"
14-
gem "oci-logging-analytics-kubernetes-discovery", "1.0.0"
14+
gem "oci-logging-analytics-kubernetes-discovery", "1.0.1"
1515
gem "fluent-plugin-record-modifier", "2.1.1"
1616
gem "fluent-plugin-cloudwatch-logs", "0.14.3"
1717
gem "fluent-plugin-s3", "1.7.2"

logan/docker-images/v1.0/oraclelinux/8-slim/Gemfile.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ GEM
2727
aws-eventstream (~> 1, >= 1.0.2)
2828
concurrent-ruby (1.2.3)
2929
cool.io (1.8.0)
30+
event_stream_parser (1.0.0)
3031
domain_name (0.5.20190701)
3132
unf (>= 0.0.5, < 1.0.0)
3233
ffi (1.15.5)
@@ -103,20 +104,21 @@ GEM
103104
msgpack (1.7.2)
104105
multi_json (1.15.0)
105106
netrc (0.11.0)
106-
oci (2.20.0)
107+
oci (2.21.0)
108+
event_stream_parser (~> 1.0.0)
107109
inifile (~> 3.0, >= 3.0.0)
108110
json (>= 1.4.6, < 3.0.0)
109111
jwt (~> 2.1)
110-
psych (>= 3.1.0, < 5.0.0)
111-
oci-logging-analytics-kubernetes-discovery (1.0.0)
112+
psych (>= 5.0.1, < 5.1.2)
113+
oci-logging-analytics-kubernetes-discovery (1.0.1)
112114
concurrent-ruby (~> 1.2.2)
113115
kubeclient (~> 4.9.3)
114-
oci (~> 2.20.0)
116+
oci (~> 2.20)
115117
rubyzip (~> 2.3.2)
116118
yajl-ruby (~> 1.0)
117119
oj (3.16.1)
118120
prometheus-client (4.0.0)
119-
psych (4.0.6)
121+
psych (5.0.1)
120122
stringio
121123
public_suffix (5.0.3)
122124
rake (13.0.6)
@@ -157,7 +159,7 @@ DEPENDENCIES
157159
fluent-plugin-s3 (= 1.7.2)
158160
fluentd (= 1.16.2)
159161
json (= 2.7.1)
160-
oci-logging-analytics-kubernetes-discovery (= 1.0.0)
162+
oci-logging-analytics-kubernetes-discovery (= 1.0.1)
161163
oj (= 3.16.1)
162164
rexml (= 3.2.6)
163165

0 commit comments

Comments
 (0)