Skip to content

Commit

Permalink
Publishes Calico Cloud 20.3.1 (#1819)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctauchen authored Dec 19, 2024
1 parent 5f0761d commit 7ec1763
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions calico-cloud_versioned_docs/version-20-2/release-notes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ title: Release notes

# Calico Cloud release notes

## December 19, 2024 (version 20.3.1)

### Bug fixes

* Previously, updating Calico Cloud introduced breaking changes for some users who had defined network policy tiers with orders higher than the default value.
This was caused by a change to the default tier order to 1,000,000.
Now, during upgrades, the installation script checks to see whether the change in default tier order will cause problems.
If necessary, the script blocks the new installation and prompts the user to adjust their tier order.
* Fixed an issue so that guardian picks up refreshed Service Account tokens which caused an issue on some AKS configurations due to a token expiration change.

## December 17, 2024 (web console update)

### New features and enhancements
Expand Down
4 changes: 2 additions & 2 deletions calico-cloud_versioned_docs/version-20-2/variables.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ const variables = {
rootDirWindows: 'C:\\TigeraCalico',
nodecontainer: 'cnx-node',
noderunning: 'calico-node',
cloudversion: 'v3.20.0-2.0-9',
clouddownloadurl: 'https://installer.calicocloud.io/manifests/v3.20.0-2.0-9',
cloudversion: 'v3.20.0-2.0-10',
clouddownloadurl: 'https://installer.calicocloud.io/manifests/v3.20.0-2.0-10',
clouddownloadbase: 'https://installer.calicocloud.io',
cloudoperatorimage: 'quay.io/tigera/cc-operator',
imageassuranceversion: 'v1.22.1',
Expand Down
8 changes: 4 additions & 4 deletions src/___new___/data/ccImageLists.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const ccImageLists = {
// curl -0 https://installer.calicocloud.io/manifests/v3.20.0-2.0-9/image-list
'v20.3.0 (latest)': `quay.io/tigera/cnx-apiserver:v3.20.0-2.0
// curl -0 https://installer.calicocloud.io/manifests/v3.20.0-2.0-10/image-list
'v20.3.1 (latest)': `quay.io/tigera/cnx-apiserver:v3.20.0-2.0
quay.io/tigera/compliance-benchmarker:v3.20.0-2.0
quay.io/tigera/compliance-controller:v3.20.0-2.0
quay.io/tigera/compliance-reporter:v3.20.0-2.0
Expand All @@ -9,7 +9,7 @@ quay.io/tigera/key-cert-provisioner:v3.20.0-2.0
quay.io/tigera/deep-packet-inspection:v3.20.0-2.0
quay.io/tigera/fluentd:v3.20.0-2.0
quay.io/tigera/fluentd-windows:v3.20.0-2.0
quay.io/tigera/guardian:v3.20.0-2.0
quay.io/tigera/guardian:v3.20.0-2.3
quay.io/tigera/intrusion-detection-controller:v3.20.0-2.0
quay.io/tigera/webhooks-processor:v3.20.0-2.0
quay.io/tigera/packetcapture:v3.20.0-2.0
Expand All @@ -34,7 +34,7 @@ quay.io/tigera/l7-admission-controller:v3.20.0-2.0
quay.io/tigera/pod2daemon-flexvol:v3.20.0-2.0
quay.io/tigera/csi:v3.20.0-2.0
quay.io/tigera/node-driver-registrar:v3.20.0-2.0
quay.io/tigera/operator:v1.36.1
quay.io/tigera/operator:v1.36.1.1
quay.io/tigera/image-assurance-admission-controller:v1.22.1
quay.io/tigera/image-assurance-operator:v1.22.1
quay.io/tigera/image-assurance-container-runtime-adaptor:v1.22.1
Expand Down

0 comments on commit 7ec1763

Please sign in to comment.