Skip to content

Commit

Permalink
Release prep for variables, releases, and RN scaffolding
Browse files Browse the repository at this point in the history
  • Loading branch information
ctauchen committed Oct 31, 2024
1 parent a62fed3 commit 85cdb12
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions calico-cloud_versioned_docs/version-20-1/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

## November 5, 2024 (version 20.2.0)

### New features and enhancements

TBD

### Bug fixes

TBD

## October 1, 2024 (version 20.1.0)

### New features and enhancements
Expand Down
2 changes: 1 addition & 1 deletion calico-cloud_versioned_docs/version-20-1/releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "v3.20.0-1.0",
"tigera-operator": {
"image": "tigera/operator",
"version": "v1.35.1",
"version": "v1.35.2",
"registry": "quay.io"
},
"calico": {
Expand Down
8 changes: 4 additions & 4 deletions calico-cloud_versioned_docs/version-20-1/variables.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const releases = require('./releases.json');

const variables = {
releaseTitle: 'v3.20.0-1.0',
cloudUserVersion: 'v20.1.0',
cloudUserVersion: 'v20.2.0',
prodname: 'Calico Cloud',
prodnamedash: 'calico-cloud',
baseUrl: '/calico-cloud',
Expand All @@ -13,11 +13,11 @@ const variables = {
rootDirWindows: 'C:\\TigeraCalico',
nodecontainer: 'cnx-node',
noderunning: 'calico-node',
cloudversion: 'v3.20.0-1.0-13',
clouddownloadurl: 'https://installer.calicocloud.io/manifests/v3.20.0-1.0-13',
cloudversion: 'v3.20.0-1.0-18',
clouddownloadurl: 'https://installer.calicocloud.io/manifests/v3.20.0-1.0-18',
clouddownloadbase: 'https://installer.calicocloud.io',
cloudoperatorimage: 'quay.io/tigera/cc-operator',
imageassuranceversion: 'v1.20.3',
imageassuranceversion: 'v1.21.0',
tigeraOperator: releases[0]['tigera-operator'],
dikastesVersion: releases[0].components.dikastes.version,
releases,
Expand Down

0 comments on commit 85cdb12

Please sign in to comment.