mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 07:25:51 -04:00
Update version to v2.4.0
This commit is contained in:
parent
cf46423bba
commit
ce6e4e2433
@ -1,5 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.11)
|
||||
project(constellation LANGUAGES C VERSION 2.3.0)
|
||||
project(constellation LANGUAGES C VERSION 2.4.0)
|
||||
set(CLI_BUILD_TAGS "" CACHE STRING "Tags passed to go build of Constellation CLI.")
|
||||
|
||||
enable_testing()
|
||||
|
@ -2,55 +2,54 @@ apiVersion: v2
|
||||
name: constellation-services
|
||||
description: A chart to deploy all microservices that are part of a valid constellation cluster
|
||||
type: application
|
||||
version: 2.3.0
|
||||
|
||||
version: 2.4.0
|
||||
dependencies:
|
||||
- name: kms
|
||||
version: 2.3.0
|
||||
version: 2.4.0
|
||||
tags:
|
||||
- Azure
|
||||
- GCP
|
||||
- AWS
|
||||
- QEMU
|
||||
- name: join-service
|
||||
version: 2.3.0
|
||||
version: 2.4.0
|
||||
tags:
|
||||
- Azure
|
||||
- GCP
|
||||
- AWS
|
||||
- QEMU
|
||||
- name: ccm
|
||||
version: 2.3.0
|
||||
version: 2.4.0
|
||||
tags:
|
||||
- Azure
|
||||
- GCP
|
||||
- AWS
|
||||
- name: cnm
|
||||
version: 2.3.0
|
||||
version: 2.4.0
|
||||
tags:
|
||||
- Azure
|
||||
- name: autoscaler
|
||||
version: 2.3.0
|
||||
version: 2.4.0
|
||||
tags:
|
||||
- Azure
|
||||
- GCP
|
||||
- AWS
|
||||
- name: verification-service
|
||||
version: 2.3.0
|
||||
version: 2.4.0
|
||||
tags:
|
||||
- Azure
|
||||
- GCP
|
||||
- AWS
|
||||
- QEMU
|
||||
- name: konnectivity
|
||||
version: 2.3.0
|
||||
version: 2.4.0
|
||||
tags:
|
||||
- Azure
|
||||
- GCP
|
||||
- AWS
|
||||
- QEMU
|
||||
- name: gcp-guest-agent
|
||||
version: 2.3.0
|
||||
version: 2.4.0
|
||||
tags:
|
||||
- GCP
|
||||
- name: gcp-compute-persistent-disk-csi-driver
|
||||
|
@ -2,4 +2,4 @@ apiVersion: v2
|
||||
name: autoscaler
|
||||
description: A Helm chart to deploy the cluster autoscaler.
|
||||
type: application
|
||||
version: 2.3.0
|
||||
version: 2.4.0
|
||||
|
@ -2,4 +2,4 @@ apiVersion: v2
|
||||
name: ccm
|
||||
description: A Helm chart to deploy the cloud controller manager.
|
||||
type: application
|
||||
version: 2.3.0
|
||||
version: 2.4.0
|
||||
|
@ -2,4 +2,4 @@ apiVersion: v2
|
||||
name: cnm
|
||||
description: A chart to deploy cloud node manager for constellation
|
||||
type: application
|
||||
version: 2.3.0
|
||||
version: 2.4.0
|
||||
|
@ -2,4 +2,4 @@ apiVersion: v2
|
||||
name: gcp-guest-agent
|
||||
description: A chart to deploy the GCP guest agent for Constellation
|
||||
type: application
|
||||
version: 2.3.0
|
||||
version: 2.4.0
|
||||
|
@ -2,4 +2,4 @@ apiVersion: v2
|
||||
name: join-service
|
||||
description: A chart to deploy the Constellation join-service
|
||||
type: application
|
||||
version: 2.3.0
|
||||
version: 2.4.0
|
||||
|
@ -2,4 +2,4 @@ apiVersion: v2
|
||||
name: kms
|
||||
description: A Helm chart to deploy the Constellation Key Management Service
|
||||
type: application
|
||||
version: 2.3.0
|
||||
version: 2.4.0
|
||||
|
@ -2,4 +2,4 @@ apiVersion: v2
|
||||
name: konnectivity
|
||||
description: A chart to deploy konnectivity for Constellation
|
||||
type: application
|
||||
version: 2.3.0
|
||||
version: 2.4.0
|
||||
|
@ -2,4 +2,4 @@ apiVersion: v2
|
||||
name: verification-service
|
||||
description: A Helm chart for Kubernetes
|
||||
type: application
|
||||
version: 2.3.0
|
||||
version: 2.4.0
|
||||
|
@ -2,18 +2,17 @@ apiVersion: v2
|
||||
name: constellation-operators
|
||||
description: A Helm chart for Kubernetes
|
||||
type: application
|
||||
version: 2.3.0
|
||||
|
||||
version: 2.4.0
|
||||
dependencies:
|
||||
- name: node-maintenance-operator
|
||||
version: 2.3.0
|
||||
version: 2.4.0
|
||||
tags:
|
||||
- Azure
|
||||
- GCP
|
||||
- AWS
|
||||
- QEMU
|
||||
- name: constellation-operator
|
||||
version: 2.3.0
|
||||
version: 2.4.0
|
||||
tags:
|
||||
- Azure
|
||||
- GCP
|
||||
|
@ -2,4 +2,4 @@ apiVersion: v2
|
||||
name: constellation-operator
|
||||
description: A Helm chart for Kubernetes
|
||||
type: application
|
||||
version: 2.3.0
|
||||
version: 2.4.0
|
||||
|
@ -2,4 +2,4 @@ apiVersion: v2
|
||||
name: node-maintenance-operator
|
||||
description: A Helm chart for Kubernetes
|
||||
type: application
|
||||
version: 2.3.0
|
||||
version: 2.4.0
|
||||
|
@ -10,5 +10,5 @@ package config
|
||||
|
||||
const (
|
||||
// defaultImage is the default image for the enterprise build.
|
||||
defaultImage = "v2.3.0"
|
||||
defaultImage = "v2.4.0"
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user