v2.3.0
andrewazores
released this
19 May 13:26
·
7 commits
to cryostat-v2.3
since this release
Contributors
@andrewazores, @dependabot, @dependabot[bot], @ebaron, @jaadbarg, @maxcao13 and @tthvo
What's Changed
Features
- feat(cert): Delete Grafana certificate and secret when in minimal mode (#508) @jaadbarg
- feat(csv): enable AllNamespaces install mode (#514) @ebaron
- feat(api): add multi-namespace ClusterCryostat API (#520) @ebaron
Fixes
- fix(rbac): bypass cache when reading RoleBindings (#581) @ebaron
- fix(crd): remove mentions of JMX in credential database (#575) @tthvo
- fix(rbac): re-create role bindings when roleRefs change (#571) @ebaron
- fix(deploy): lower default Grafana CPU request (#566) @ebaron
- fix(csv): use Cryostat CR as initialization resource (#563) @ebaron
- fix(env): rename reports sidecar env var (#552) @andrewazores
- fix(api): add multi-tenancy warning to description (#546) @ebaron
- fix(api): prevent overwriting objects when names conflict (#545) @ebaron
- build(make): update Makefile targets to support ClusterCryostat (#541) @ebaron
- fix(discovery): look up API resources individually (#530) @ebaron
Documentation
Maintenance
- feat(sample): add quarkus-test-agent sample app (#578) @andrewazores
- build(go): upgrade to Golang 1.20 (#569) @ebaron
- test(scorecard): log workload conditions/events upon failure (#560) @ebaron
- test(scorecard): clean up CR after test finishes (#557) @ebaron
- build(config): update makefile and mergify for 2.3 release (#555) @tthvo
- chore(github): add pr and issue templates (#554) @maxcao13
- test(scorecard): add option to install cert-manager on OpenShift (#550) @ebaron
- build(deps): upgrade dependencies (#549) @ebaron
- build(operator-sdk): upgrade operator sdk version to 1.28.0 (#543) @tthvo
- test(scorecard): add Scorecard test for Cryostat install (#540) @ebaron
- build(deps): bump golang.org/x/net from 0.0.0-20220127200216-cd36cc0744dd to 0.7.0 (#534) @dependabot
- build(deps): bump golang.org/x/crypto from 0.0.0-20220214200702-86341886e292 to 0.1.0 (#531) @dependabot
- chore(controllers): rename controller files to be shared (#519) @ebaron
- build(deps): replace go-restful with newer version (#526) @ebaron
- chore(api): capitalize JMX credentials DB display name (#518) @tthvo
- test(reconcile): simulate controllers with custom client (#510) @ebaron