Skip to content

Latest commit

 

History

History
78 lines (68 loc) · 4.73 KB

CHANGELOG.md

File metadata and controls

78 lines (68 loc) · 4.73 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.2.0] - 2023-03-14

Added

Changed

  • Upgrade testify to 1.8.0 and k8s to 0.25.2 cyberark/sidecar-injector#77
  • Upgrade Go to 1.19 cyberark/sidecar-injector#78
  • Dropped support for Helm V2 and converted to Helm V3. cyberark/sidecar-injector#60
  • K8s APIs used for mutating webhook request/response messages are upgraded from the deprecated 'v1beta1' versions to 'v1' so that the Sidecar Injector works on Kubernetes v1.22 or newer and OpenShift v4.9 or newer. cyberark/sidecar-injector#62
  • BREAKING CHANGE: Changed annotations to be consistent with other Cyberark repositories. sidecar-injector.cyberark.com is changed to conjur.org All user manifests must be changed to use the new annotations. cyberark/sidecar-injector#70
  • Deployment resource apiVersion (in manifests) changed from extensions/v1beta1 to apps/v1. #47
  • BREAKING CHANGE: Changed annotation conjur-token-receivers to conjur-inject-volumes for compatability with Secrets Provider cyberark/sidecar-injector#76

Security

0.1.0 - 2020-05-28

Added

  • Functional Sidecar Injector with support for the Conjur Kubernetes Authenticator and Secretless Broker.

  • Helm (v2) Chart for deploying Sidecar Injector.

  • Ability to inject conjur-access-token volume mounts to a selection of containers, in tandem with the authenticator sidecar #25.

    The selection of containers are specified via the sidecar-injector.cyberark.com/conjurTokenReceivers annotation whose value is a comma-separated list of container names.

  • Ability to configure the sidecar container images by specifying flags on the sidecar injector binary #29.