Skip to content

Releases: edgelesssys/constellation

v2.14.0

19 Dec 15:01
Compare
Choose a tag to compare

What's Changed

🎁 New features

🐛 Bug fixes

  • cli: fix panic in status cmd without conf file by @elchead in #2625
  • api: respect HTTP(S)_PROXY environment variable by @msanft in #2635

New Contributors

Full Changelog: v2.13.0...v2.14.0

v2.13.0

16 Nov 11:02
v2.13.0
f45545a
Compare
Choose a tag to compare

What's Changed

🎁 New features

🐛 Bug fixes

  • helm: add GCP CCM permissions for internal LBs by @3u13r in #2474
  • [Windows] cli: fix incorrect filepath separator causing upgrades to fail by @daniel-weisse in #2562

🔧 Other changes

  • docs: add new page to document s3proxy by @derpsteb in #2417
  • docs: extend filestash example with more regions by @derpsteb in #2445
  • docs: document self-managed infrastructure by @msanft in #2458
  • hack: remove GCP internal LB by @3u13r in #2502
  • docs: refer to apply command instead of init or upgrade apply by @daniel-weisse in #2487
  • docs: align self-managed infrastructure docs with e2e worfklow by @msanft in #2525

New Contributors

Full Changelog: v2.12.0...v2.13.0

v2.12.0

10 Oct 16:17
Compare
Choose a tag to compare

What's Changed

🛠 Breaking changes

  • cli: new flag for Azure JSON output of constellation verify by @elchead in #2391

🎁 New features

🐛 Bug fixes

🔧 Other changes

  • joinservice: cache certificates for Azure SEV-SNP attestation by @msanft in #2336
  • docs: add observability page by @m1ghtym0 in #2384
  • docs: document gcp permissions needed for upgrade by @3u13r in #2378
  • cli: use state file on init and upgrade by @msanft in #2395

Full Changelog: v2.11.0...v2.12.0

v2.11.0

14 Sep 08:58
Compare
Choose a tag to compare

What's Changed

🛠 Breaking changes

  • remove deprecated -c and -w flags from constellation create by @3u13r in #2325

🎁 New features

🐛 Bug fixes

  • cli: fix incorrect file path for master secret during upgrades when using workspace flag by @daniel-weisse in #2249
  • cli: fix upgrade by passing placeholder values for images by @elchead in #2250
  • cli: fix incorrect actual values for constellation verify on AWS by @3u13r in #2265
  • ci: fix incorrect signing key for sbom signature and wrong public key in release artifacts by @daniel-weisse in #2296
  • cli: correctly trim white spaces for certificates in verify by @daniel-weisse in #2299
  • cli: retry helm apply on any error by @daniel-weisse in #2322
  • node-operator: fix data race in executor by @elchead in #2326

🔧 Other changes

Full Changelog: v2.10.1...v2.11.0

v2.10.1

17 Aug 07:01
Compare
Choose a tag to compare

What's Changed

🐛 Bug fixes

  • cli: fix upgrade by passing placeholder values for images by @3u13r and @elchead in #2250
  • cli: fix incorrect file path for master secret during upgrades when using workspace flag by @daniel-weisse in #2249

Full Changelog: v2.10.0...v2.10.1

v2.10.0

16 Aug 06:46
Compare
Choose a tag to compare

What's Changed

🛠 Breaking changes

  • Use new aws-load-balancer-controller to fix SecurityGroup cleanup on K8s service deletion by @elchead in #2090
  • cli: add --workspace flag to set base directory for Constellation workspace by @daniel-weisse in #2148

🎁 New features

  • Create additional node groups with custom instance types, disk settings and independent scaling #2152
  • Placement of node groups in different zones for high availability #2152
  • Enable volume snapshot support if CSI drivers are deployed to the cluster by @daniel-weisse in #1964
  • bootstrapper: add fallback endpoint and custom endpoint to apiserver certificate SAN field by @malt3 in #2108
  • cli: add iam upgrade apply by @elchead in #2132
  • cli: output CSI driver versions on status by @daniel-weisse in #2128
  • cli: print vcek certificate extensions and snp attestation report during verify by @katexochen in #2140
  • cli: add maa token to the output of verify command by @katexochen in #2172

🐛 Bug fixes

  • cli: do not recreate os disk during upgrade by keeping Azure ConfidentialVM setting during upgrade by @malt3 in #2113
  • image: fix deadlock on boot by using AWS linux kernel by @daniel-weisse in #2115
  • disk-mapper: allow rebooted but uninitialized node to join the cluster by @daniel-weisse in #2083
  • cli: do not recreate LB IP during 2.9 upgrade on Azure by @derpsteb in #2117
  • image: synchronize time via ntp by @malt3 in #2118
  • cli: retry during upgrade when node image update fails due to conflict error by @elchead in #2123
  • cli: fix version check for CSI chart by @daniel-weisse in #2209

🔧 Other changes

Full Changelog: v2.9.0...v2.10.0

v2.9.1

20 Jul 16:08
Compare
Choose a tag to compare

What's Changed

🐛 Bug fixes

  • cli: do not recreate os disk during upgrade by keeping Azure ConfidentialVM setting during upgrade by @malt3 in #2113
  • image: fix deadlock on boot by using AWS linux kernel on AWS by @daniel-weisse in #2115
  • cli: do not recreate LB IP during 2.9 upgrade on Azure by @derpsteb in #2117
  • image: synchronize time via ntp by @malt3 in #2118

Full Changelog: v2.9.0...v2.9.1

v2.9.0

14 Jul 13:48
Compare
Choose a tag to compare

What's Changed

🛠 Breaking changes

  • config: drop support for deprecated Azure's service principal authentication by @elchead in #1906
  • cli: change generate-config flag to update-config flag by @miampf in #1897

🎁 New features

  • attestation: add awsSEVSNP as new variant by @derpsteb in #1900
  • cli: status shows attestation config by @elchead in #2056
  • experimental Windows variant of the Constellation cli by @malt3 in #2075
  • config: support 'latest' as TCB version value for Azure SEV-SNP by @elchead in #1899

🐛 Bug fixes

  • bootstraper: fix 'cannot re-use a name that is still in use' error during init by @daniel-weisse in #1977

🔧 Other changes

  • cli: store upgrade files in versioned folders by @msanft in #1929
  • cli: upgrade apply --force skips all compatibility checks by @elchead in #1940
  • cli: deploy aws csi driver per default by @msanft in #1981
  • csi: add required policies for aws csi driver by @msanft in #1945
  • cli: fail fast when CLI and Constellation versions don't match by @elchead in #1972
  • docs: explain the role of PCR[10] and why it is not reproducible by @malt3 in #2011

Full Changelog: v2.8.0...v2.9.0

v2.8.0

07 Jun 08:04
Compare
Choose a tag to compare

What's Changed

🛠 Breaking changes

🎁 New features

  • Terraform log support by @msanft in #1620
  • OpenStack service type loadbalancer (yawol) by @malt3 in #1705
  • deps: add Kubernetes v1.27, remove Kubernetes v1.24 by @katexochen in #1669
  • cli: OpenStack encrypted csi block storage (cinder) by @m1ghtym0 in #1771
  • cli: new flag to set the attestation type for config generate by @elchead in #1769
  • Add autoscaling and cluster upgrade support for AWS by @3u13r in #1758
  • cli: Terraform migrations on upgrade by @msanft in #1685

🐛 Bug fixes

  • cli: fix misleading error while applying kubernetes-only upgrade by @derpsteb in #1630

🔧 Other changes

New Contributors

Full Changelog: v2.7.1...v2.8.0

v2.7.1

04 May 16:32
Compare
Choose a tag to compare

What's Changed

🐛 Bug fixes

  • fix broken configuration generation in the macOS CLI by @malt3 in #1632
  • cli: fix misleading error while applying kubernetes-only upgrade by @derpsteb in #1630
  • cli: fix constellation iam destroy error on Azure by force-deleting resource group by @msanft in #1667
  • upgrade: fix 2.6 -> 2.7 migration for 2.7.1 patch by @derpsteb in #1649
  • cli: create namespaced folders for upgrade backups in upgrade apply by @derpsteb in #1702

Full Changelog: v2.7.0...v2.7.1