You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,23 @@
1
1
# Change Log
2
2
3
-
## 2024-04-22
3
+
## 2024-06-18
4
+
### Changed
5
+
- Fluentd collector container image uptake to 1.4.3 having OS and other dependency updates.
6
+
- Dockerfile (supporting custom container image builds) changes to remove patch version dependency on ruby 3.1 and related packages.
7
+
8
+
## 2024-05-13
9
+
### Changed
10
+
- Fluentd collector container image uptake to 1.4.2 having changes to uptake OCI 2.21.0.
11
+
- Similar updates to build files (Dockerfile, Gemfile) that helps building custom container image.
12
+
13
+
## 2024-04-29
4
14
### Added
5
15
- Support for Management Agent Daemonset deployment
16
+
### Changed
17
+
- Fluentd collector container image uptake to 1.4.1 having changes to uptake new OL8, ruby-default-gems versions. It also has changes to remove fluent-plugin-kubernetes-objects plugin dependency.
18
+
- Similar updates to build files (Dockerfile, Gemfile) that helps building custom container image.
19
+
- Minor fixes to Documentation.
20
+
- Minor fix to help `Kubelet logs` to use `Kubernetes Kubelet Logs` Log Source instead of `Linux System Logs` for Kubernetes versions above 1.25.
0 commit comments