Skip to content

Commit

Permalink
DOCS-2388: Scaffolding for OSS 3.29.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ctauchen committed Nov 18, 2024
1 parent 298552b commit 4bc618d
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 2 deletions.
12 changes: 12 additions & 0 deletions calico_versioned_docs/version-3.29/release-notes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,16 @@ Calico Open Source release 3.29.0 is now generally available.

#### Updating

To update a previous version of Calico, see [our upgrade guides](../operations/upgrading/index.mdx)

### Calico Open Source 3.29.1 bug fix release

November 18, 2024

#### Bug fixes

TBD

#### Updating

To update a previous version of Calico, see [our upgrade guides](../operations/upgrading/index.mdx)
52 changes: 52 additions & 0 deletions calico_versioned_docs/version-3.29/releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,56 @@
[
{
"title": "v3.29.1",
"tigera-operator": {
"image": "tigera/operator",
"registry": "quay.io",
"version": "v1.36.2"
},
"components": {
"typha": {
"version": "v3.29.1"
},
"calicoctl": {
"version": "v3.29.1"
},
"calico/node": {
"version": "v3.29.1"
},
"calico/cni": {
"version": "v3.29.1"
},
"calico/apiserver": {
"version": "v3.29.1"
},
"calico/kube-controllers": {
"version": "v3.29.1"
},
"calico/flannel-migration-controller": {
"version": "v3.29.1"
},
"calico/windows": {
"version": "v3.29.1"
},
"networking-calico": {
"version": "v3.29.1"
},
"flannel": {
"version": "v0.16.3"
},
"calico/dikastes": {
"version": "v3.29.1"
},
"flexvol": {
"version": "v3.29.1"
},
"csi-driver": {
"version": "v3.29.1"
},
"csi-node-driver-registrar": {
"version": "v3.29.1"
}
}
},
{
"title": "v3.29.0",
"tigera-operator": {
Expand Down
4 changes: 2 additions & 2 deletions calico_versioned_docs/version-3.29/variables.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const releases = require('./releases.json');

const variables = {
releaseTitle: 'v3.29.0',
releaseTitle: 'v3.29.1',
prodname: 'Calico',
prodnamedash: 'calico',
version: 'v3.29',
Expand All @@ -17,7 +17,7 @@ const variables = {
noderunning: 'calico-node',
rootDirWindows: 'C:\\CalicoWindows',
ppa_repo_name: 'calico-3.29',
manifestsUrl: 'https://raw.githubusercontent.com/projectcalico/calico/v3.29.0',
manifestsUrl: 'https://raw.githubusercontent.com/projectcalico/calico/v3.29.1',
releases,
registry: '',
vppbranch: 'v3.29.0',
Expand Down

0 comments on commit 4bc618d

Please sign in to comment.