Skip to content

Latest commit

 

History

History
96 lines (67 loc) · 4.13 KB

CHANGELOG-1.3.md

File metadata and controls

96 lines (67 loc) · 4.13 KB
title description
Changelog for Version 1.3
All changes in version 1.3

Changelog for Version 1.3

Version 1.3.1

The most notable changes in this release are:

  • Fallback to the Pod generated name when creating a secret for an unnamed pod #322
  • Use a more refined regex to match valid injectable secret names #320 #281
  • Fixes correct RBAC Role vs ClusterRole when watchAllNamespaces is false SparebankenVest/public-helm-charts#62
  • Upgrade k8s client v0.23.5
  • Upgrade go 1.18
  • Upgrade alpine base image 3.15.6

Controller

Features

  • Upgrade k8s client v0.23.5
  • Upgrade go 1.18
  • Upgrade alpine base image 3.15.6

Bug Fixes

  • Fallback to the Pod generated name when creating a secret for an unnamed pod #322
  • Use a more refined regex to match valid injectable secret names #320 #281

Helm Charts

Chart and Image versions

Type Component Version
Helm Chart akv2k8s 2.2.0
Docker Image spvest/azure-keyvault-controller 1.3.1
Docker Image spvest/azure-keyvault-webhook 1.3.1
Docker Image spvest/azure-keyvault-env 1.3.1

Version 1.3.0

The most notable changes in this release are:

  • Ability to run controller in specific namespace only
  • Ability to allow akvs objects with different labels to be handled by controllers with different authorization policies
  • Generate CRD's from code with controller-gen

Controller

Features

  • #82 - Allow controller to run in specific namespace only
  • #159 - Generate crd with controller gen
  • #174 - Export certificates stored as Base64 PFX in Azure Key Vault secret object as Kubernetes TLS secret
  • #178 - Allow akvs objects with different labels to be handled by controllers with different authorization policies
  • #202 - Upgrade dependencies k8s to v0.21.2
  • Upgrade to Go 1.16.5
  • Upgrade alpine base image to 3.14.0

Bug Fixes

  • #209 - Fix using an EC header/footer for ECDSA keys

Docs

  • Docs for version 1.3 is default - added version 1.2 to version dropdown

Helm Charts

Chart and Image versions

Type Component Version
Helm Chart akv2k8s 2.1.0
Docker Image spvest/azure-keyvault-controller 1.3.0
Docker Image spvest/azure-keyvault-webhook 1.3.0
Docker Image spvest/azure-keyvault-env 1.3.0