Skip to content

Commit 52b3c6a

Browse files
author
Nikolas De Giorgis
authored
Merge pull request #201 from mongodb/operator-release-1-13-0
2 parents 744d352 + d8b6878 commit 52b3c6a

File tree

54 files changed

+3123
-184
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+3123
-184
lines changed

dockerfiles/mongodb-enterprise-operator/1.9.0/ubuntu/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ FROM ${imagebase} as base
77

88
FROM ubuntu:xenial-20210416
99

10+
1011
LABEL name="MongoDB Enterprise Operator" \
1112
maintainer="support@mongodb.com" \
1213
vendor="MongoDB" \

dockerfiles/mongodb-enterprise-operator/1.9.1/ubuntu/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ FROM ${imagebase} as base
77

88
FROM ubuntu:xenial-20210416
99

10+
1011
LABEL name="MongoDB Enterprise Operator" \
1112
maintainer="support@mongodb.com" \
1213
vendor="MongoDB" \

dockerfiles/mongodb-enterprise-ops-manager/4.4.10/ubuntu/Dockerfile

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG imagebase
22
FROM ${imagebase} as base
33

4-
FROM ubuntu:16.04
4+
FROM ubuntu:20.04
55

66

77
LABEL name="MongoDB Enterprise Ops Manager" \
@@ -32,22 +32,24 @@ RUN apt-get -qq update \
3232
net-tools \
3333
netcat \
3434
procps \
35-
libcurl3 \
3635
libgssapi-krb5-2 \
3736
libkrb5-dbg \
3837
libldap-2.4-2 \
3938
libpcap0.8 \
4039
libpci3 \
41-
libsasl2-2 \
42-
libsensors4 \
43-
libsnmp30 \
44-
libssl1.0.0 \
4540
libwrap0 \
41+
libcurl4 \
42+
liblzma5 \
43+
libsasl2-modules \
44+
libsasl2-modules-gssapi-mit\
45+
openssl \
46+
snmp \
4647
&& apt-get upgrade -y -qq \
4748
&& apt-get dist-upgrade -y -qq \
4849
&& rm -rf /var/lib/apt/lists/*
4950

5051

52+
5153
COPY --from=base /data/licenses /licenses/
5254

5355

dockerfiles/mongodb-enterprise-ops-manager/4.4.11/ubuntu/Dockerfile

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG imagebase
22
FROM ${imagebase} as base
33

4-
FROM ubuntu:16.04
4+
FROM ubuntu:20.04
55

66

77
LABEL name="MongoDB Enterprise Ops Manager" \
@@ -32,22 +32,24 @@ RUN apt-get -qq update \
3232
net-tools \
3333
netcat \
3434
procps \
35-
libcurl3 \
3635
libgssapi-krb5-2 \
3736
libkrb5-dbg \
3837
libldap-2.4-2 \
3938
libpcap0.8 \
4039
libpci3 \
41-
libsasl2-2 \
42-
libsensors4 \
43-
libsnmp30 \
44-
libssl1.0.0 \
4540
libwrap0 \
41+
libcurl4 \
42+
liblzma5 \
43+
libsasl2-modules \
44+
libsasl2-modules-gssapi-mit\
45+
openssl \
46+
snmp \
4647
&& apt-get upgrade -y -qq \
4748
&& apt-get dist-upgrade -y -qq \
4849
&& rm -rf /var/lib/apt/lists/*
4950

5051

52+
5153
COPY --from=base /data/licenses /licenses/
5254

5355

dockerfiles/mongodb-enterprise-ops-manager/4.4.12/ubuntu/Dockerfile

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG imagebase
22
FROM ${imagebase} as base
33

4-
FROM ubuntu:16.04
4+
FROM ubuntu:20.04
55

66

77
LABEL name="MongoDB Enterprise Ops Manager" \
@@ -32,22 +32,24 @@ RUN apt-get -qq update \
3232
net-tools \
3333
netcat \
3434
procps \
35-
libcurl3 \
3635
libgssapi-krb5-2 \
3736
libkrb5-dbg \
3837
libldap-2.4-2 \
3938
libpcap0.8 \
4039
libpci3 \
41-
libsasl2-2 \
42-
libsensors4 \
43-
libsnmp30 \
44-
libssl1.0.0 \
4540
libwrap0 \
41+
libcurl4 \
42+
liblzma5 \
43+
libsasl2-modules \
44+
libsasl2-modules-gssapi-mit\
45+
openssl \
46+
snmp \
4647
&& apt-get upgrade -y -qq \
4748
&& apt-get dist-upgrade -y -qq \
4849
&& rm -rf /var/lib/apt/lists/*
4950

5051

52+
5153
COPY --from=base /data/licenses /licenses/
5254

5355

dockerfiles/mongodb-enterprise-ops-manager/4.4.13/ubuntu/Dockerfile

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG imagebase
22
FROM ${imagebase} as base
33

4-
FROM ubuntu:16.04
4+
FROM ubuntu:20.04
55

66

77
LABEL name="MongoDB Enterprise Ops Manager" \
@@ -32,22 +32,24 @@ RUN apt-get -qq update \
3232
net-tools \
3333
netcat \
3434
procps \
35-
libcurl3 \
3635
libgssapi-krb5-2 \
3736
libkrb5-dbg \
3837
libldap-2.4-2 \
3938
libpcap0.8 \
4039
libpci3 \
41-
libsasl2-2 \
42-
libsensors4 \
43-
libsnmp30 \
44-
libssl1.0.0 \
4540
libwrap0 \
41+
libcurl4 \
42+
liblzma5 \
43+
libsasl2-modules \
44+
libsasl2-modules-gssapi-mit\
45+
openssl \
46+
snmp \
4647
&& apt-get upgrade -y -qq \
4748
&& apt-get dist-upgrade -y -qq \
4849
&& rm -rf /var/lib/apt/lists/*
4950

5051

52+
5153
COPY --from=base /data/licenses /licenses/
5254

5355

dockerfiles/mongodb-enterprise-ops-manager/4.4.7/ubuntu/Dockerfile

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
FROM ubuntu:xenial-20210416
1+
ARG imagebase
2+
FROM ${imagebase} as base
3+
4+
FROM ubuntu:20.04
25

36

47
LABEL name="MongoDB Enterprise Ops Manager" \
@@ -29,23 +32,25 @@ RUN apt-get -qq update \
2932
net-tools \
3033
netcat \
3134
procps \
32-
libcurl3 \
3335
libgssapi-krb5-2 \
3436
libkrb5-dbg \
3537
libldap-2.4-2 \
3638
libpcap0.8 \
3739
libpci3 \
38-
libsasl2-2 \
39-
libsensors4 \
40-
libsnmp30 \
41-
libssl1.0.0 \
4240
libwrap0 \
41+
libcurl4 \
42+
liblzma5 \
43+
libsasl2-modules \
44+
libsasl2-modules-gssapi-mit\
45+
openssl \
46+
snmp \
4347
&& apt-get upgrade -y -qq \
4448
&& apt-get dist-upgrade -y -qq \
4549
&& rm -rf /var/lib/apt/lists/*
4650

4751

4852

53+
COPY --from=base /data/licenses /licenses/
4954

5055

5156

dockerfiles/mongodb-enterprise-ops-manager/4.4.9/ubuntu/Dockerfile

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG imagebase
22
FROM ${imagebase} as base
33

4-
FROM ubuntu:xenial-20210416
4+
FROM ubuntu:20.04
55

66

77
LABEL name="MongoDB Enterprise Ops Manager" \
@@ -32,22 +32,24 @@ RUN apt-get -qq update \
3232
net-tools \
3333
netcat \
3434
procps \
35-
libcurl3 \
3635
libgssapi-krb5-2 \
3736
libkrb5-dbg \
3837
libldap-2.4-2 \
3938
libpcap0.8 \
4039
libpci3 \
41-
libsasl2-2 \
42-
libsensors4 \
43-
libsnmp30 \
44-
libssl1.0.0 \
4540
libwrap0 \
41+
libcurl4 \
42+
liblzma5 \
43+
libsasl2-modules \
44+
libsasl2-modules-gssapi-mit\
45+
openssl \
46+
snmp \
4647
&& apt-get upgrade -y -qq \
4748
&& apt-get dist-upgrade -y -qq \
4849
&& rm -rf /var/lib/apt/lists/*
4950

5051

52+
5153
COPY --from=base /data/licenses /licenses/
5254

5355

helm_chart/Chart.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
apiVersion: v2
12
name: mongodb-enterprise-operator
23
description: MongoDB Kubernetes Enterprise Operator
3-
version: 1.12.0
4+
version: 1.13.0
45
kubeVersion: '>=1.16-0'
56
keywords:
67
- mongodb

helm_chart/crds/mongodb.com_mongodb.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -397,10 +397,6 @@ spec:
397397
type: object
398398
x-kubernetes-preserve-unknown-fields: true
399399
type: object
400-
project:
401-
description: 'Deprecated: This has been replaced by the PrivateCloudConfig
402-
which should be used instead'
403-
type: string
404400
security:
405401
properties:
406402
authentication:
@@ -508,9 +504,7 @@ spec:
508504
required:
509505
- enabled
510506
type: object
511-
clusterAuthenticationMode:
512-
description: 'Deprecated: This has been replaced by Authentication.InternalCluster
513-
which should be used instead'
507+
certsSecretPrefix:
514508
type: string
515509
roles:
516510
items:

0 commit comments

Comments
 (0)