Skip to content

Commit

Permalink
Prepare v3.16.0 (#2480)
Browse files Browse the repository at this point in the history
* Update tigera/api

* Update the versions to prepare for EE v3.16.0

* Make versions and files
  • Loading branch information
rene-dekker authored Feb 15, 2023
1 parent 3a8602f commit e8b37be
Show file tree
Hide file tree
Showing 11 changed files with 157 additions and 117 deletions.
4 changes: 2 additions & 2 deletions config/common_versions.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: v1.1.5
title: v1.1.6
components:
key-cert-provisioner:
image: tigera/key-cert-provisioner
version: v1.1.5
version: v1.1.6
89 changes: 44 additions & 45 deletions config/enterprise_versions.yml
Original file line number Diff line number Diff line change
@@ -1,148 +1,147 @@
# Components defined here are required to be kept in sync with hack/gen-versions/enterprise.go.tpl
title: v3.15.0
title: v3.16.0
components:
libcalico-go:
version: v3.15.0
version: v3.16.0
cnx-manager:
image: tigera/cnx-manager
version: v3.15.0
version: v3.16.0
voltron:
image: tigera/voltron
version: v3.15.0
version: v3.16.0
cnx-apiserver:
image: tigera/cnx-apiserver
version: v3.15.0
version: v3.16.0
cnx-queryserver:
image: tigera/cnx-queryserver
version: v3.15.0
version: v3.16.0
cnx-kube-controllers:
image: tigera/kube-controllers
version: v3.15.0
version: v3.16.0
typha:
image: tigera/typha
version: v3.15.0
version: v3.16.0
cnx-node:
image: tigera/cnx-node
version: v3.15.0
version: v3.16.0
fluentd:
image: tigera/fluentd
version: v3.15.0
version: v3.16.0
fluentd-windows:
image: tigera/fluentd-windows
version: v3.15.0
version: v3.16.0
es-proxy:
image: tigera/es-proxy
version: v3.15.0
version: v3.16.0
es-gateway:
image: tigera/es-gateway
version: v3.15.0
version: v3.16.0
dex:
image: tigera/dex
version: v3.15.0
version: v3.16.0
eck-kibana:
version: 7.17.7
kibana:
image: tigera/kibana
version: v3.15.0
version: v3.16.0
eck-elasticsearch:
version: 7.17.7
elasticsearch:
image: tigera/elasticsearch
version: v3.15.0
version: v3.16.0
elastic-tsee-installer:
image: tigera/intrusion-detection-job-installer
version: v3.15.0
version: v3.16.0
es-curator:
image: tigera/es-curator
version: v3.15.0
version: v3.16.0
intrusion-detection-controller:
image: tigera/intrusion-detection-controller
version: v3.15.0
version: v3.16.0
anomaly_detection_jobs:
image: tigera/anomaly_detection_jobs
version: v3.15.0
version: v3.16.0
anomaly-detection-api:
image: tigera/anomaly-detection-api
version: v3.15.0
version: v3.16.0
compliance-controller:
image: tigera/compliance-controller
version: v3.15.0
version: v3.16.0
compliance-reporter:
image: tigera/compliance-reporter
version: v3.15.0
version: v3.16.0
compliance-snapshotter:
image: tigera/compliance-snapshotter
version: v3.15.0
version: v3.16.0
compliance-server:
image: tigera/compliance-server
version: v3.15.0
version: v3.16.0
compliance-benchmarker:
image: tigera/compliance-benchmarker
version: v3.15.0
version: v3.16.0
guardian:
image: tigera/guardian
version: v3.15.0
version: v3.16.0
tigera-cni:
image: tigera/cni
version: v3.15.0
version: v3.16.0
cloud-controllers:
image: tigera/cloud-controllers
version: v3.15.0
version: v3.16.0
elasticsearch-metrics:
image: tigera/elasticsearch-metrics
version: v3.15.0
version: v3.16.0
packetcapture:
image: tigera/packetcapture
version: v3.15.0
version: v3.16.0
# coreos-prometheus holds the version of prometheus built for tigera/prometheus,
# which prometheus operator uses to validate.
coreos-prometheus:
version: v2.32.0
prometheus:
image: tigera/prometheus
version: v3.15.0
version: v3.16.0
# coreos-prometheus holds the version of alertmanager built for tigera/alertmanager,
# which prometheus operator uses to validate.
coreos-alertmanager:
version: v0.23.0
alertmanager:
image: tigera/alertmanager
version: v3.15.0
version: v3.16.0
tigera-prometheus-service:
image: tigera/prometheus-service
version: v3.15.0
version: v3.16.0
deep-packet-inspection:
image: tigera/deep-packet-inspection
version: v3.15.0
version: v3.16.0
windows-upgrade:
image: tigera/calico-windows-upgrade
version: v3.15.0
version: v3.16.0
flexvol:
image: tigera/pod2daemon-flexvol
version: v3.15.0
version: v3.16.0
csi:
image: tigera/csi
version: v3.15.0
version: v3.16.0
csi-node-driver-registrar:
image: tigera/node-driver-registrar
version: v3.15.0
version: v3.16.0
# The components below are third-party images that have been retagged under
# quay.io/tigera so all enterprise images come from the same repository and org.
elasticsearch-operator:
image: tigera/eck-operator
version: v3.15.0
version: v3.16.0
eck-elasticsearch-operator:
version: 2.5.0
l7-collector:
image: tigera/l7-collector
version: v3.15.0
version: v3.16.0
envoy:
image: tigera/envoy
version: v3.15.0
version: v3.16.0
dikastes:
image: tigera/dikastes
version: v3.15.0
version: v3.16.0
egress-gateway:
image: tigera/egress-gateway
version: v3.15.0

version: v3.16.0
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ require (
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.52.1
github.com/r3labs/diff/v2 v2.15.1
github.com/stretchr/testify v1.8.1
github.com/tigera/api v0.0.0-20220913211214-c3f5117f4f40
github.com/tigera/api v0.0.0-20230213233424-acea8579d623
go.uber.org/zap v1.23.0
golang.org/x/crypto v0.4.0
gopkg.in/inf.v0 v0.9.1
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.25.3
k8s.io/api v0.25.6
k8s.io/apiextensions-apiserver v0.25.3
k8s.io/apimachinery v0.25.3
k8s.io/client-go v0.25.3
k8s.io/apimachinery v0.25.6
k8s.io/client-go v0.25.6
k8s.io/kube-aggregator v0.25.3
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed
sigs.k8s.io/controller-runtime v0.13.0
Expand Down Expand Up @@ -114,7 +114,7 @@ require (
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
howett.net/plist v1.0.0 // indirect
k8s.io/apiserver v0.25.3 // indirect
k8s.io/apiserver v0.25.6 // indirect
k8s.io/component-base v0.25.3 // indirect
k8s.io/klog v1.0.0 // indirect
k8s.io/klog/v2 v2.80.1 // indirect
Expand Down
14 changes: 9 additions & 5 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1010,8 +1010,8 @@ github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKs
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
github.com/tigera/api v0.0.0-20220913211214-c3f5117f4f40 h1:QqC7UulBtL1N+g9RT9voZucDOuq2nZGDOoNY+qLYjl0=
github.com/tigera/api v0.0.0-20220913211214-c3f5117f4f40/go.mod h1:STeyd1ZdL5HRGkY0Hx1c/16hujhQrJLh8N3p8VXgi3k=
github.com/tigera/api v0.0.0-20230213233424-acea8579d623 h1:PfS/AwB33fhghfjHm32JlH+tSygN+erlBHE82SZGDhM=
github.com/tigera/api v0.0.0-20230213233424-acea8579d623/go.mod h1:udTcYIDzxNTD11oAOAoc2RUyp6KtrnTAjHv50s64rws=
github.com/tj/assert v0.0.0-20171129193455-018094318fb0/go.mod h1:mZ9/Rh9oLWpLLDRpvE+3b7gP/C2YyLFYxNmcLnPTMe0=
github.com/tj/go-elastic v0.0.0-20171221160941-36157cbbebc2/go.mod h1:WjeM0Oo1eNAjXGDx2yma7uG2XoyRZTq1uv3M/o7imD0=
github.com/tj/go-kinesis v0.0.0-20171128231115-08b17f58cb1b/go.mod h1:/yhzCV0xPfx6jb1bBgRFjl5lytqVqZXEaeqWP8lTEao=
Expand Down Expand Up @@ -1276,6 +1276,7 @@ golang.org/x/net v0.0.0-20220412020605-290c469a71a5/go.mod h1:CfG3xpIq0wQ8r1q4Su
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk=
golang.org/x/net v0.0.0-20220607020251-c690dde0001d/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10/go.mod h1:MBQ8lrhLObU/6UmLb4fmbmk5OcyYmqtbGd/9yIeKjEE=
golang.org/x/net v0.4.0 h1:Q5QPcMlvfxFTAPV0+07Xz/MpK9NTXu2VDUuy0FeMfaU=
golang.org/x/net v0.4.0/go.mod h1:MBQ8lrhLObU/6UmLb4fmbmk5OcyYmqtbGd/9yIeKjEE=
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
Expand Down Expand Up @@ -1803,23 +1804,26 @@ howett.net/plist v1.0.0/go.mod h1:lqaXoTrLY4hg8tnEzNru53gicrbv7rrk+2xJA/7hw9g=
k8s.io/api v0.18.3/go.mod h1:UOaMwERbqJMfeeeHc8XJKawj4P9TgDRnViIqqBeH2QA=
k8s.io/api v0.19.0/go.mod h1:I1K45XlvTrDjmj5LoM5LuP/KYrhWbjUKT/SoPG0qTjw=
k8s.io/api v0.23.2/go.mod h1:sYuDb3flCtRPI8ghn6qFrcK5ZBu2mhbElxRE95qpwlI=
k8s.io/api v0.25.3 h1:Q1v5UFfYe87vi5H7NU0p4RXC26PPMT8KOpr1TLQbCMQ=
k8s.io/api v0.25.3/go.mod h1:o42gKscFrEVjHdQnyRenACrMtbuJsVdP+WVjqejfzmI=
k8s.io/api v0.25.6 h1:LwDY2H6kD/3R8TekJYYaJWOdekNdXDO44eVpX6sNtJA=
k8s.io/api v0.25.6/go.mod h1:bVp01KUcl8VUHFBTJMOknWNo7XvR0cMbeTTuFg1zCUs=
k8s.io/apiextensions-apiserver v0.18.3/go.mod h1:TMsNGs7DYpMXd+8MOCX8KzPOCx8fnZMoIGB24m03+JE=
k8s.io/apiextensions-apiserver v0.25.3 h1:bfI4KS31w2f9WM1KLGwnwuVlW3RSRPuIsfNF/3HzR0k=
k8s.io/apiextensions-apiserver v0.25.3/go.mod h1:ZJqwpCkxIx9itilmZek7JgfUAM0dnTsA48I4krPqRmo=
k8s.io/apimachinery v0.18.3/go.mod h1:OaXp26zu/5J7p0f92ASynJa1pZo06YlV9fG7BoWbCko=
k8s.io/apimachinery v0.19.0/go.mod h1:DnPGDnARWFvYa3pMHgSxtbZb7gpzzAZ1pTfaUNDVlmA=
k8s.io/apimachinery v0.20.2/go.mod h1:WlLqWAHZGg07AeltaI0MV5uk1Omp8xaN0JGLY6gkRpU=
k8s.io/apimachinery v0.23.2/go.mod h1:zDqeV0AK62LbCI0CI7KbWCAYdLg+E+8UXJ0rIz5gmS8=
k8s.io/apimachinery v0.25.3 h1:7o9ium4uyUOM76t6aunP0nZuex7gDf8VGwkR5RcJnQc=
k8s.io/apimachinery v0.25.3/go.mod h1:jaF9C/iPNM1FuLl7Zuy5b9v+n35HGSh6AQ4HYRkCqwo=
k8s.io/apimachinery v0.25.6 h1:r6KIF2AHwLqFfZ0LcOA3I11SF62YZK83dxj1fn14NOQ=
k8s.io/apimachinery v0.25.6/go.mod h1:1S2i1QHkmxc8+EZCIxe/fX5hpldVXk4gvnJInMEb8D4=
k8s.io/apiserver v0.25.3 h1:m7+xGuG5+KYAnEsqaFtDyWMkmMMEOFYlu+NlWv5qSBI=
k8s.io/apiserver v0.25.3/go.mod h1:9bT47iM2fzRuhICJpM/RcQR9sqDDfZ7Yw60h0p3JW08=
k8s.io/client-go v0.18.3/go.mod h1:4a/dpQEvzAhT1BbuWW09qvIaGw6Gbu1gZYiQZIi1DMw=
k8s.io/client-go v0.23.2/go.mod h1:k3YbsWg6GWdHF1THHTQP88X9RhB1DWPo3Dq7KfU/D1c=
k8s.io/client-go v0.25.3 h1:oB4Dyl8d6UbfDHD8Bv8evKylzs3BXzzufLiO27xuPs0=
k8s.io/client-go v0.25.3/go.mod h1:t39LPczAIMwycjcXkVc+CB+PZV69jQuNx4um5ORDjQA=
k8s.io/client-go v0.25.6 h1:CHxACHi0DijmlYyUR7ooZoXnD5P8jYLgBHcxp775x/U=
k8s.io/client-go v0.25.6/go.mod h1:s9mMAGFYiH3Z66j7BESzu0GEradT9GQ2LjFf/YRrnyc=
k8s.io/code-generator v0.18.3/go.mod h1:TgNEVx9hCyPGpdtCWA34olQYLkh3ok9ar7XfSsr8b6c=
k8s.io/code-generator v0.19.0/go.mod h1:moqLn7w0t9cMs4+5CQyxnfA/HV8MF6aAVENF+WZZhgk=
k8s.io/component-base v0.18.3/go.mod h1:bp5GzGR0aGkYEfTj+eTY0AN/vXTgkJdQXjNTTVUaa3k=
Expand Down
2 changes: 1 addition & 1 deletion hack/gen-versions/common.go.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2021-2022 Tigera, Inc. All rights reserved.
// Copyright (c) 2021-2023 Tigera, Inc. All rights reserved.

// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions pkg/components/common.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2021-2022 Tigera, Inc. All rights reserved.
// Copyright (c) 2021-2023 Tigera, Inc. All rights reserved.

// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -16,7 +16,7 @@ package components

var (
ComponentCSRInitContainer = component{
Version: "v1.1.5",
Version: "v1.1.6",
Image: "tigera/key-cert-provisioner",
}
CommonImages = []component{
Expand Down
Loading

0 comments on commit e8b37be

Please sign in to comment.