mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-12-15 16:09:39 -05:00
Merge v2.2.1 changes back to main (#563)
* Bump version to v2.2.0 Signed-off-by: Daniel Weiße <dw@edgeless.systems> * Fix release detection in pipeline Signed-off-by: Daniel Weiße <dw@edgeless.systems> * Update CHANGELOG for 2.2.1 Signed-off-by: Fabian Kammel <fk@edgeless.systems> * bump constellation versions to 2.2.1 Signed-off-by: Fabian Kammel <fk@edgeless.systems> Signed-off-by: Daniel Weiße <dw@edgeless.systems> Signed-off-by: Fabian Kammel <fk@edgeless.systems> Co-authored-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
2f0b1a0f32
commit
ca4764c466
10 changed files with 26 additions and 16 deletions
|
|
@ -2,35 +2,35 @@ apiVersion: v2
|
|||
name: constellation-services
|
||||
description: A chart to deploy all microservices that are part of a valid constellation cluster
|
||||
type: application
|
||||
version: 2.2.0
|
||||
version: 2.2.1
|
||||
|
||||
dependencies:
|
||||
- name: kms
|
||||
version: 2.2.0
|
||||
version: 2.2.1
|
||||
tags:
|
||||
- Azure
|
||||
- GCP
|
||||
- AWS
|
||||
- QEMU
|
||||
- name: join-service
|
||||
version: 2.2.0
|
||||
version: 2.2.1
|
||||
tags:
|
||||
- Azure
|
||||
- GCP
|
||||
- AWS
|
||||
- QEMU
|
||||
- name: ccm
|
||||
version: 2.2.0
|
||||
version: 2.2.1
|
||||
tags:
|
||||
- Azure
|
||||
- GCP
|
||||
- AWS
|
||||
- name: cnm
|
||||
version: 2.2.0
|
||||
version: 2.2.1
|
||||
tags:
|
||||
- Azure
|
||||
- name: autoscaler
|
||||
version: 2.2.0
|
||||
version: 2.2.1
|
||||
tags:
|
||||
- Azure
|
||||
- GCP
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ apiVersion: v2
|
|||
name: autoscaler
|
||||
description: A Helm chart to deploy the cluster autoscaler.
|
||||
type: application
|
||||
version: 2.2.0
|
||||
version: 2.2.1
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ apiVersion: v2
|
|||
name: ccm
|
||||
description: A Helm chart to deploy the cloud controller manager.
|
||||
type: application
|
||||
version: 2.2.0
|
||||
version: 2.2.1
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ apiVersion: v2
|
|||
name: cnm
|
||||
description: A chart to deploy cloud node manager for constellation
|
||||
type: application
|
||||
version: 2.2.0
|
||||
version: 2.2.1
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ apiVersion: v2
|
|||
name: join-service
|
||||
description: A chart to deploy the Constellation join-service
|
||||
type: application
|
||||
version: 2.2.0
|
||||
version: 2.2.1
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ apiVersion: v2
|
|||
name: kms
|
||||
description: A Helm chart to deploy the Constellation Key Management Service
|
||||
type: application
|
||||
version: 2.2.0
|
||||
version: 2.2.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue