mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 15:35:55 -04:00
deps: update version to v2.4.1
This commit is contained in:
parent
e9685aa253
commit
da595c3f7a
@ -1,5 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.11)
|
||||
project(constellation LANGUAGES C VERSION 2.4.0)
|
||||
project(constellation LANGUAGES C VERSION 2.4.1)
|
||||
set(CLI_BUILD_TAGS "" CACHE STRING "Tags passed to go build of Constellation CLI.")
|
||||
|
||||
enable_testing()
|
||||
|
@ -2,54 +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.4.0
|
||||
version: 2.4.1
|
||||
dependencies:
|
||||
- name: kms
|
||||
version: 2.4.0
|
||||
version: 2.4.1
|
||||
tags:
|
||||
- Azure
|
||||
- GCP
|
||||
- AWS
|
||||
- QEMU
|
||||
- name: join-service
|
||||
version: 2.4.0
|
||||
version: 2.4.1
|
||||
tags:
|
||||
- Azure
|
||||
- GCP
|
||||
- AWS
|
||||
- QEMU
|
||||
- name: ccm
|
||||
version: 2.4.0
|
||||
version: 2.4.1
|
||||
tags:
|
||||
- Azure
|
||||
- GCP
|
||||
- AWS
|
||||
- name: cnm
|
||||
version: 2.4.0
|
||||
version: 2.4.1
|
||||
tags:
|
||||
- Azure
|
||||
- name: autoscaler
|
||||
version: 2.4.0
|
||||
version: 2.4.1
|
||||
tags:
|
||||
- Azure
|
||||
- GCP
|
||||
- AWS
|
||||
- name: verification-service
|
||||
version: 2.4.0
|
||||
version: 2.4.1
|
||||
tags:
|
||||
- Azure
|
||||
- GCP
|
||||
- AWS
|
||||
- QEMU
|
||||
- name: konnectivity
|
||||
version: 2.4.0
|
||||
version: 2.4.1
|
||||
tags:
|
||||
- Azure
|
||||
- GCP
|
||||
- AWS
|
||||
- QEMU
|
||||
- name: gcp-guest-agent
|
||||
version: 2.4.0
|
||||
version: 2.4.1
|
||||
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.4.0
|
||||
version: 2.4.1
|
||||
|
@ -2,4 +2,4 @@ apiVersion: v2
|
||||
name: ccm
|
||||
description: A Helm chart to deploy the cloud controller manager.
|
||||
type: application
|
||||
version: 2.4.0
|
||||
version: 2.4.1
|
||||
|
@ -2,4 +2,4 @@ apiVersion: v2
|
||||
name: cnm
|
||||
description: A chart to deploy cloud node manager for constellation
|
||||
type: application
|
||||
version: 2.4.0
|
||||
version: 2.4.1
|
||||
|
@ -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.4.0
|
||||
version: 2.4.1
|
||||
|
@ -2,4 +2,4 @@ apiVersion: v2
|
||||
name: join-service
|
||||
description: A chart to deploy the Constellation join-service
|
||||
type: application
|
||||
version: 2.4.0
|
||||
version: 2.4.1
|
||||
|
@ -2,4 +2,4 @@ apiVersion: v2
|
||||
name: kms
|
||||
description: A Helm chart to deploy the Constellation Key Management Service
|
||||
type: application
|
||||
version: 2.4.0
|
||||
version: 2.4.1
|
||||
|
@ -2,4 +2,4 @@ apiVersion: v2
|
||||
name: konnectivity
|
||||
description: A chart to deploy konnectivity for Constellation
|
||||
type: application
|
||||
version: 2.4.0
|
||||
version: 2.4.1
|
||||
|
@ -2,4 +2,4 @@ apiVersion: v2
|
||||
name: verification-service
|
||||
description: A Helm chart for Kubernetes
|
||||
type: application
|
||||
version: 2.4.0
|
||||
version: 2.4.1
|
||||
|
@ -2,17 +2,17 @@ apiVersion: v2
|
||||
name: constellation-operators
|
||||
description: A Helm chart for Kubernetes
|
||||
type: application
|
||||
version: 2.4.0
|
||||
version: 2.4.1
|
||||
dependencies:
|
||||
- name: node-maintenance-operator
|
||||
version: 2.4.0
|
||||
version: 2.4.1
|
||||
tags:
|
||||
- Azure
|
||||
- GCP
|
||||
- AWS
|
||||
- QEMU
|
||||
- name: constellation-operator
|
||||
version: 2.4.0
|
||||
version: 2.4.1
|
||||
tags:
|
||||
- Azure
|
||||
- GCP
|
||||
|
@ -2,4 +2,4 @@ apiVersion: v2
|
||||
name: constellation-operator
|
||||
description: A Helm chart for Kubernetes
|
||||
type: application
|
||||
version: 2.4.0
|
||||
version: 2.4.1
|
||||
|
@ -2,4 +2,4 @@ apiVersion: v2
|
||||
name: node-maintenance-operator
|
||||
description: A Helm chart for Kubernetes
|
||||
type: application
|
||||
version: 2.4.0
|
||||
version: 2.4.1
|
||||
|
@ -10,5 +10,5 @@ package config
|
||||
|
||||
const (
|
||||
// defaultImage is the default image for the enterprise build.
|
||||
defaultImage = "v2.4.0"
|
||||
defaultImage = "v2.4.1"
|
||||
)
|
||||
|
@ -57,21 +57,21 @@ const (
|
||||
// KonnectivityServerImage server image for konnectivity service.
|
||||
KonnectivityServerImage = "registry.k8s.io/kas-network-proxy/proxy-server:v0.0.35@sha256:d863f7fd0da4392b9753dc6c9195a658e80d70e0be8c9adb410d77cf20b75c76" // renovate:container
|
||||
// JoinImage image of Constellation join service.
|
||||
JoinImage = "ghcr.io/edgelesssys/constellation/join-service:v2.4.0-pre.0.20230109111654-2700d5182b7d@sha256:5fb9592e2777bfd54b460c09761a1d7fbcd47bad73efafc429b5fa88a0bf98fe" // renovate:container
|
||||
JoinImage = "ghcr.io/edgelesssys/constellation/join-service:v2.4.1@sha256:a199b6e68fba519d5c23fcb586285f217af5394bc343c5bb51143d0ea7cd2137" // renovate:container
|
||||
// KmsImage image of Constellation KMS server.
|
||||
KmsImage = "ghcr.io/edgelesssys/constellation/kmsserver:v2.4.0-pre.0.20230109111654-2700d5182b7d@sha256:962ab2575028c3bd3b0ab97a572f4af96075ac031776b17bb2188aa2c40e12f3" // renovate:container
|
||||
KmsImage = "ghcr.io/edgelesssys/constellation/kmsserver:v2.4.1@sha256:583eb5be61b308d1a4ea10ef0812027ec9c64710ecad3b379eb0931c7f467eca" // renovate:container
|
||||
// VerificationImage image of Constellation verification service.
|
||||
VerificationImage = "ghcr.io/edgelesssys/constellation/verification-service:v2.4.0-pre.0.20230109111654-2700d5182b7d@sha256:43fd9d3494538d94f584dbcfa6d4fd82cadefe3e4fdaa33e9ffb19d8f6b98b94" // renovate:container
|
||||
VerificationImage = "ghcr.io/edgelesssys/constellation/verification-service:v2.4.1@sha256:727fd5d39cdbb1b3d6278ac6a7d481199054e6aaf8bb8ac5d1a45b70cac35a65" // renovate:container
|
||||
// GcpGuestImage image for GCP guest agent.
|
||||
// Check for new versions at https://github.com/GoogleCloudPlatform/guest-agent/releases and update in /.github/workflows/build-gcp-guest-agent.yml.
|
||||
GcpGuestImage = "ghcr.io/edgelesssys/gcp-guest-agent:20220927.00@sha256:3dea1ae3f162d2353e6584b325f0e325a39cda5f380f41e5a0ee43c6641d3905" // renovate:container
|
||||
// ConstellationOperatorImage is the image for the constellation node operator.
|
||||
ConstellationOperatorImage = "ghcr.io/edgelesssys/constellation/node-operator:v2.4.0-pre.0.20230109111654-2700d5182b7d@sha256:c84c03b1adf52f82b2f969d7bee92c001a2c9fe8fa127f8d4dd34ee86a83ea1f" // renovate:container
|
||||
ConstellationOperatorImage = "ghcr.io/edgelesssys/constellation/node-operator:v2.4.1@sha256:62c9573732a1892f4eed1fff9be064b2e1a9ee36a7940d49d758a7788829fd94" // renovate:container
|
||||
// NodeMaintenanceOperatorImage is the image for the node maintenance operator.
|
||||
NodeMaintenanceOperatorImage = "ghcr.io/edgelesssys/constellation/node-maintenance-operator:v0.13.1-alpha1@sha256:e011d428dba3ef66a2a4656a2bf58bcfe89836c62b0a75676f5c12350502a3cf" // renovate:container
|
||||
|
||||
// QEMUMetadataImage image of QEMU metadata api service.
|
||||
QEMUMetadataImage = "ghcr.io/edgelesssys/constellation/qemu-metadata-api:v2.4.0-pre.0.20230109111654-2700d5182b7d@sha256:ab0d4f76d3c5627bf201b8b56286929ff2cef41b1d844917a556cfa799195d56" // renovate:container
|
||||
QEMUMetadataImage = "ghcr.io/edgelesssys/constellation/qemu-metadata-api:v2.4.1@sha256:5d07eca0f7a1184978db80238171310c2b82b38de69d1e2b9f93b82d70c17623" // renovate:container
|
||||
// LibvirtImage image that provides libvirt.
|
||||
LibvirtImage = "ghcr.io/edgelesssys/constellation/libvirt:v2.2.0@sha256:81ddc30cd679a95379e94e2f154861d9112bcabfffa96330c09a4917693f7cce" // renovate:container
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user