Skip to content

v2.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Nov 20:02
· 5 commits to cryostat-v2.2 since this release
978e04a

Contributors

@andrewazores, @ebaron, @jaadbarg, @maxcao13 and @tthvo

Features

  • feat(discovery): allow configurations for discovery service (#474) @tthvo
  • feat(openshift): update existing console links (#467) @ebaron
  • feat(secrets): update operator-controlled secrets (#466) @ebaron
  • feat(pvc): update existing PVCs (#462) @ebaron
  • feat(config): Add options to control scheduling on nodes (#441) @jaadbarg
  • feat(rbac): update operator-controlled RBAC objects (#458) @ebaron
  • feat(security): security contexts are now configurable (#457) @tthvo
  • feat(auth-properties): allow users to specific cryostat permission mappings (#440) @tthvo
  • feat(crd): add reference to Grafana secret in Cryostat CR (#432) @maxcao13
  • feat(labels): allow users to define labels/annotations for routes (#425) @tthvo
  • feat(network): update operator-controlled networking objects (#424) @ebaron
  • feat(license): add license header checking script (#422) @tthvo

Fixes

  • fix(resources): set cryostat container resource request defaults (#437) @tthvo
  • fix(deploy): recreate deployment if selector changed (#472) @ebaron
  • fix(watches): update object types watched by controller (#468) @ebaron
  • fix(reports): fix panic in reports scheduling (#470) @ebaron
  • fix(security): support restricted pod security standard (#450) @ebaron
  • fix(makefile): use ignore-not-found flag when deleting resources (#453) @tthvo
  • fix(reports): add nil-check and remove side effects (#449) @ebaron
  • fix(gitignore): ignore bundle tmp directory from catalog build (#443) @tthvo
  • fix(apis): remove deprecated flightrecorder/recording apis (#438) @tthvo
  • fix(auth-properties): update docs links and add missing custom cluster-role in tests (#442) @tthvo
  • build(operator-sdk): upgrade operator sdk version to 1.22.2 (#430) @tthvo
  • fix(resources): add resource limits/requests for operator deployment (#423) @tthvo
  • fix(crd): fix missing spec descriptor for flightRecorder (#421) @tthvo

Documentation

  • docs(resources): document default resource requests (#478) @tthvo
  • docs(scheduling): document scheduling options (#469) @ebaron
  • fix(auth-properties): update docs links and add missing custom cluster-role in tests (#442) @tthvo
  • docs(network): NetworkConfiguration is not Ingress-specific (#429) @ebaron
  • docs(auth): update service account secret name (#427) @tthvo

Maintenance