Skip to content

connect-1.1.0

Compare
Choose a tag to compare
@jpcoenen jpcoenen released this 21 Apr 15:26
· 309 commits to main since this release
v1.1.0
ec2a51f

Features

  • Connect's chart readme should now show up on ArtifactHub.
  • Helm's native .Release.Namespace is now used for setting the Chart's namespace. {#13}
  • A Node selector stanza can be used for the Connect and Operator pods.
  • Setting a token for the operator has been clarified in the readme. {#16}
  • Resources now follow Helm's best practice for standard labels. {#11}

Fixes

  • The fixed port value for the NodePort service has been removed to resolve conflicts with previously initialized services. Kubernetes will now automatically choose a free port. {#22}

Security

  • Security Context was added to all containers to limit their default permissions. {#25}