github gruntwork-io/kubergrunt v0.5.0

latest releases: v0.15.0, v0.15.0-alpha.2, v0.15.0-alpha.1...
4 years ago

Commands Affected

  • helm grant
  • helm revoke

Description

This release makes the labels used to tag the Kubernetes resources more robust so that they fit within the constraints of the label system. For example, this will modify special characters before including them into as labels.

WARNING: This revoke command is incompatible with any grant commands that were run before this version. See the "Migration Notes" for details on how to revoke access to already granted entities.

Migration Notes

The revoke command depends on labels that are set on the Role, RoleBinding, and Secret to be able to find them for deletion. The new labels are incompatible with the previous versions, preventing you from revoking entities that were granted prior to this version.

However, entities granted access on v0.4.0 can be revoked using the kubergrunt helm revoke command from v0.4.0.

Reference

Don't miss a new kubergrunt release

NewReleases is sending notifications on new releases.