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: Dockerfile
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ ENV OPERATOR=/manager \
30
30
31
31
RUN yum -y install shadow-utils
32
32
RUN useradd -ms /bin/bash nonroot -u 1001
33
+
RUN yum update -y krb5-libs && yum clean all
33
34
RUN yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical
34
35
RUN yum -y update-minimal --security --sec-severity=Moderate
35
36
RUN yum -y update-minimal --security --sec-severity=Low
@@ -43,7 +44,7 @@ LABEL name="splunk" \
43
44
description="The Splunk Operator for Kubernetes (SOK) makes it easy for Splunk Administrators to deploy and operate Enterprise deployments in a Kubernetes infrastructure. Packaged as a container, it uses the operator pattern to manage Splunk-specific custom resources, following best practices to manage all the underlying Kubernetes objects for you."
Copy file name to clipboardExpand all lines: docs/ChangeLog.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Splunk Operator for Kubernetes Change Log
2
2
3
+
## 2.1.1 (2022-12-06)
4
+
5
+
* CSPL-2177: Fixed CVE-2022-42898 vulnerability
6
+
7
+
* CSPL-2171: Fixed namespace specific installation issue in Helm chart and in manifest files
8
+
9
+
* Fixed Operator Bundle issues
10
+
11
+
* Fixed some of the documentation issues
12
+
3
13
## 2.1.0 (2022-11-22)
4
14
5
15
* This is the 2.1.0 release. The Splunk Operator for Kubernetes is a supported platform for deploying Splunk Enterprise with the prerequisites and constraints laid out [here](https://github.com/splunk/splunk-operator/blob/master/docs/README.md#prerequisites-for-the-splunk-operator)
0 commit comments