Skip to content

v2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 May 20:05
· 4 commits to cryostat-v2.1 since this release
b4e547e

Contributors

@andrewazores, @divyakelaskar, @ebaron, @jaadbarg, @jan-law and @jiekang

Features

  • feat(reports): configure TLS for reports service (#365) @ebaron
  • feat(resources): Add Resource Config for Main Deployment (#344) @jaadbarg
  • feat(storage): add EmptyDir storage option (#355) @jan-law
  • feat(conditions): provide status information using conditions (#336) @ebaron
  • feat(env): Make selected env vars configurable (#335) @jan-law
  • feat(cryostat): implement sidecar report config (#325) @andrewazores
  • feat(printer-column): Printer Column for Application URL (#333) @jaadbarg
  • feat(config): Add cryostat origin to APIServer CORS allowed origins (#322) @jan-law
  • feat(auth): Add logout permissions to service account (#319) @jan-law
  • feat(auth): Add OAuth client to service account (#292) @jan-law
  • feat(api): add service customization to CRD (#313) @ebaron
  • feat(deploy): use Always pull policy for development images (#286) @ebaron

Fixes

  • fix(sa): update existing service account (#383) @ebaron
  • fix(cert-secrets): mount user certs when cert-manager disabled (#376) @ebaron
  • fix(olm): hide networkOptions.commandConfig in UI (#374) @ebaron
  • fix(tls): update existing certificates (#360) @ebaron
  • build(golang): update to Golang 1.17 (#362) @ebaron
  • fix(grafana): use loopback alias for Grafana health check (#352) @ebaron
  • fix(api): deprecate FlightRecorder and Recording CRDs (#356) @ebaron
  • fix(WebSocket): Update ws limit (#348) @jan-law
  • fix(jdp): disable JDP autodiscovery (#345) @ebaron
  • fix(reports): fix OLM descriptor for report resources (#343) @ebaron
  • fix(command): remove 'LISTEN' env vars (#308) @jaadbarg
  • fix(printer-column): add printer column to CSV (#334) @ebaron
  • fix(makefile): Deploy bundle with BUNDLE_IMG (#321) @jan-law
  • build(deps): update dgrijalva/jwt-go to patched version (#324) @ebaron
  • fix(deploy): mount probe template directory (#318) @ebaron
  • fix(deploy): set CRYOSTAT_SSL_PROXIED only for TLS ingress/route (#295) @ebaron
  • fix(auth): Encode auth bearer token (#291) @jan-law
  • fix(cert-manager): Upgrade cert-manager to v1.5.3 (#288) @jan-law

Documentation

  • docs(config): add resource requirements to config guide (#378) @ebaron
  • docs(crd): minimal mode includes web client (#377) @ebaron
  • docs(storage): fix EmptyDir option example (#358) @jan-law
  • fix(WebSocket): Update ws limit (#348) @jan-law
  • docs(authentication): Update web-client login info (#331) @jan-law
  • docs(ingress): Remove unneeded ingress timeouts (#329) @jan-law
  • docs(readme): add see also section to README (#316) @jiekang
  • docs(about): Match operatorHub naming convention (#314) @jan-law
  • fix(ingress): Recommend Ingress timeout as 3600s (#312) @jan-law
  • docs(ingress): Add link to ingress docs (#305) @jan-law
  • docs(cert-manager): Add cert-manager docs to CSV (#300) @jan-law

Maintenance

  • build(version): bump version to 2.2.0-dev (#393) @ebaron
  • ci(env): rename environment variable for operator image (#390) @ebaron
  • refactor(makefile): Rename the IMG env var to OPERATOR_IMG (#386) @divyakelaskar
  • build(deps): update gogo/protobuf to 1.3.2 (#369) @ebaron
  • chore(resources): update AUTH_MANAGER env var value for moved package (#364) @andrewazores
  • ci(release): update CI for cryostat-v2.1 branch (#366) @ebaron