Skip to content

Commit

Permalink
v3.5.3 (#104)
Browse files Browse the repository at this point in the history
* v3.5.3
  • Loading branch information
santhoshkvuda authored Feb 3, 2025
1 parent 20c927a commit c521736
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 305 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2025-02-03
### Changed
- Fluentd collector container image uptake to 1.5.3 having few gem updates related to vulnerability fixes.
- Similar updates to build files (Dockerfile, Gemfile) that helps building custom container image.
### Removed
- Removed the deprecated folders (debian-deprecated, oraclelinux/8-deprecated) and corresponding build files from docker-images/v1.

## 2024-11-20
### Added
- Support for new OCI Regions which are not yet supported through OCI Ruby SDK by default.
Expand Down
2 changes: 1 addition & 1 deletion charts/logan/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apiVersion: v2
name: oci-onm-logan
description: Charts for sending Kubernetes platform logs, compute logs, and Kubernetes Objects information to OCI Logging Analytics.
type: application
version: 3.5.2
version: 3.5.3
appVersion: "3.0.0"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/logan/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ image:
# Image pull secrets for. Secret must be in the namespace defined by namespace
imagePullSecrets:
# -- Replace this value with actual docker image url
url: container-registry.oracle.com/oci_observability_management/oci-la-fluentd-collector:1.5.2
url: container-registry.oracle.com/oci_observability_management/oci-la-fluentd-collector:1.5.3
# -- Image pull policy
imagePullPolicy: Always

Expand Down
4 changes: 2 additions & 2 deletions charts/oci-onm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.5.2
version: 3.5.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -32,7 +32,7 @@ dependencies:
repository: "file://../common"
condition: oci-onm-common.enabled
- name: oci-onm-logan
version: "3.5.2"
version: "3.5.3"
repository: "file://../logan"
condition: oci-onm-logan.enabled
- name: oci-onm-mgmt-agent
Expand Down
2 changes: 1 addition & 1 deletion charts/oci-onm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ oci-onm-logan:
kubernetesClusterID: "{{ .Values.global.kubernetesClusterID }}"
kubernetesClusterName: "{{ .Values.global.kubernetesClusterName }}"
image:
url: container-registry.oracle.com/oci_observability_management/oci-la-fluentd-collector:1.5.2
url: container-registry.oracle.com/oci_observability_management/oci-la-fluentd-collector:1.5.3
# Go to OCI Logging Analytics Administration, click Service Details, and note the namespace value.
ociLANamespace:
# OCI Logging Analytics Default Log Group OCID
Expand Down
47 changes: 0 additions & 47 deletions logan/docker-images/v1.0/debian-deprecated/Dockerfile

This file was deleted.

12 changes: 0 additions & 12 deletions logan/docker-images/v1.0/debian-deprecated/Gemfile

This file was deleted.

6 changes: 0 additions & 6 deletions logan/docker-images/v1.0/debian-deprecated/entrypoint.sh

This file was deleted.

86 changes: 0 additions & 86 deletions logan/docker-images/v1.0/oraclelinux/8-deprecated/Dockerfile

This file was deleted.

15 changes: 0 additions & 15 deletions logan/docker-images/v1.0/oraclelinux/8-deprecated/Gemfile

This file was deleted.

124 changes: 0 additions & 124 deletions logan/docker-images/v1.0/oraclelinux/8-deprecated/Gemfile.lock

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion logan/docker-images/v1.0/oraclelinux/8-slim/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ gem "oci-logging-analytics-kubernetes-discovery", "1.0.2"
gem "fluent-plugin-record-modifier", "2.2.0"
gem "fluent-plugin-cloudwatch-logs", "0.14.3"
gem "fluent-plugin-s3", "1.7.2"
gem "rexml", "3.3.7"
gem "rexml", "3.4.0"
6 changes: 3 additions & 3 deletions logan/docker-images/v1.0/oraclelinux/8-slim/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.3.7)
rexml (3.4.0)
rubyzip (2.3.2)
serverengine (2.3.2)
sigdump (~> 0.2.2)
Expand All @@ -152,7 +152,7 @@ GEM
concurrent-ruby (~> 1.0)
tzinfo-data (1.2024.1)
tzinfo (>= 1.0.0)
webrick (1.8.1)
webrick (1.9.1)
yajl-ruby (1.4.3)

PLATFORMS
Expand All @@ -171,7 +171,7 @@ DEPENDENCIES
json (= 2.7.2)
oci-logging-analytics-kubernetes-discovery (= 1.0.2)
oj (= 3.16.4)
rexml (= 3.3.7)
rexml (= 3.4.0)

BUNDLED WITH
2.5.16

0 comments on commit c521736

Please sign in to comment.