Skip to content

Commit

Permalink
Prepare for release 3.25.1 (#2577)
Browse files Browse the repository at this point in the history
* Prepare for release 3.25.1
  • Loading branch information
danudey committed Mar 31, 2023
1 parent a1296e1 commit cf90d9b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml
Expand Up @@ -117,7 +117,7 @@ blocks:
jobs:
- name: Run FVs
execution_time_limit:
minutes: 30
minutes: 60
commands:
- make fv
- make dirty-check
Expand Down
22 changes: 11 additions & 11 deletions config/calico_versions.yml
@@ -1,23 +1,23 @@
# Components defined here are required to be kept in sync with hack/gen-versions/calico.go.tpl
title: v3.25.0
title: v3.25.1
components:
libcalico-go:
version: v3.25.0
version: v3.25.1
typha:
version: v3.25.0
version: v3.25.1
calico/node:
version: v3.25.0
version: v3.25.1
calico/cni:
version: v3.25.0
version: v3.25.1
calico/kube-controllers:
version: v3.25.0
version: v3.25.1
flexvol:
version: v3.25.0
version: v3.25.1
calico/apiserver:
version: v3.25.0
version: v3.25.1
calico/windows-upgrade:
version: v3.25.0
version: v3.25.1
calico/csi:
version: v3.25.0
version: v3.25.1
csi-node-driver-registrar:
version: v3.25.0
version: v3.25.1
22 changes: 11 additions & 11 deletions pkg/components/calico.go
Expand Up @@ -20,55 +20,55 @@ package components
import "github.com/tigera/operator/version"

var (
CalicoRelease string = "v3.25.0"
CalicoRelease string = "v3.25.1"

ComponentCalicoCNI = component{
Version: "v3.25.0",
Version: "v3.25.1",
Image: "calico/cni",
}

ComponentCalicoCNIFIPS = component{
Version: "v3.25.0-fips",
Version: "v3.25.1-fips",
Image: "calico/cni",
}

ComponentCalicoKubeControllers = component{
Version: "v3.25.0",
Version: "v3.25.1",
Image: "calico/kube-controllers",
}

ComponentCalicoNode = component{
Version: "v3.25.0",
Version: "v3.25.1",
Image: "calico/node",
}

ComponentCalicoTypha = component{
Version: "v3.25.0",
Version: "v3.25.1",
Image: "calico/typha",
}

ComponentFlexVolume = component{
Version: "v3.25.0",
Version: "v3.25.1",
Image: "calico/pod2daemon-flexvol",
}

ComponentCalicoAPIServer = component{
Version: "v3.25.0",
Version: "v3.25.1",
Image: "calico/apiserver",
}

ComponentWindowsUpgrade = component{
Version: "v3.25.0",
Version: "v3.25.1",
Image: "calico/windows-upgrade",
}

ComponentCalicoCSI = component{
Version: "v3.25.0",
Version: "v3.25.1",
Image: "calico/csi",
}

ComponentCalicoCSIRegistrar = component{
Version: "v3.25.0",
Version: "v3.25.1",
Image: "calico/node-driver-registrar",
}
ComponentOperatorInit = component{
Expand Down

0 comments on commit cf90d9b

Please sign in to comment.