Releases: cryostatio/cryostat-helm
Releases · cryostatio/cryostat-helm
v2.1.1
What's Changed
🔧 Fixes
- fix(oauth2): pin oauth2-proxy version by @andrewazores in #279
- fix(storage): re-enable checksum validation by default (backport #289) by @mergify[bot] in #290
- fix(chart): revert kubeVersion change by @ebaron in #291
⚙️ Maintenance
- chore(release): set versions for 4.1.1-dev by @andrewazores in #277
- chore(release): set version for 4.1.1 by @andrewazores in #292
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
🚀 Features
- feat(network): enable internal ingress network policy by @andrewazores in #208
- feat(oauth2proxy): enable self-signed TLS cert by @andrewazores in #210
- feat(eventtemplates): declarative configuration of Event Template ConfigMaps by @andrewazores in #215
- feat(truststore): declarative configuration of TLS trusted certificate Secrets by @andrewazores in #219
- feat(podAnnotations): individualized Pod Annotations by @andrewazores in #222
- feat(scheduling): per-Deployment k8s scheduling options by @andrewazores in #223
- fix(pvc): split PVC configuration between Deployments by @andrewazores in #224
- feat(jmcagent): Implement declarative probe templates by @Josh-Matsuoka in #230
- feat(rules): Implement declarative automated rules by @Josh-Matsuoka in #231
- feat(credentials): Implement declarative stored credentials by @Josh-Matsuoka in #232
- fix(declarative): Fix declarative configuration mounting by @Josh-Matsuoka in #245
- feat(envs): add configurations to include extra envs for containers by @tthvo in #248
- feat(annotations): allow user-provided service annotations by @tthvo in #249
- feat(discovery): implement All Namespaces discovery by @andrewazores in #213
- feat(reports): configure for reports presigned URL retrieval by @andrewazores in #243
- feat(storage): add configuration for external object storage provider by @andrewazores in #247
- feat(diagnostics): Add diagnostics buckets setup by @Josh-Matsuoka in #265
- feat(datasource): configure jfr-datasource for presigned URL retrieval by @andrewazores in #263
- feat(storage): add toggle for presigned file transfers by @andrewazores in #269
- feat(db): add configuration for external database provider by @andrewazores in #254
🔧 Fixes
- fix(serviceaccount): non-Cryostat Pods run as default serviceaccount by @andrewazores in #221
- fix(cryostat): use container-internal curl cmd liveness probe by @andrewazores in #257
- fix(presign): remove storage baseUri configuration by @andrewazores in #264
- fix(storage): disable checksum validation when deploying managed storage (backport #272) by @mergify[bot] in #273
⚙️ Maintenance
- chore(values): set versions to 4.1.0 snapshots by @andrewazores in #228
- chore(grafana): remove unused service configurations by @andrewazores in #250
- chore(discovery): adjust for EndpointSlices by @andrewazores in #226
- chore(oauth): deploy upstream openshift oauth-proxy build by @andrewazores in #259
- chore(version): configure release branch for 4.1 by @ebaron in #271
- chore(release): set versions for 4.1.0 by @andrewazores in #276
Others
- chore(mergify): set backport branch to cryostat-v4.0 by @andrewazores in #227
- chore(storage): increase default PVC size (backport #274) by @mergify[bot] in #275
New Contributors
- @Josh-Matsuoka made their first contribution in #230
Full Changelog: v2.0.3...v2.1.0
v2.0.3
What's Changed
⚙️ Maintenance
- chore(release): set versions for 4.0.3-dev by @andrewazores in #262
- chore(release): set versions for 4.0.3 release by @andrewazores in #266
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
🔧 Fixes
- fix(cryostat): use container-internal curl cmd liveness probe (backport #257) by @mergify[bot] in #258
⚙️ Maintenance
- chore(version): bump versions for 4.0.2-dev by @ebaron in #252
- chore(release): set versions for 4.0.2 release by @andrewazores in #261
Full Changelog: v2.0.1...v2.0.2
v2.0.1
v2.0.0
What's Changed
🚀 Features
- feat(Test): template tests by @aali309 in #159
- ci(oci): push helm chart package to github container registry by @mwangggg in #173
- ci(lint): reorganize workflows and add jobs to check readme diff by @tthvo in #179
- feat(deployments): separate db, storage, and reports deployments by @andrewazores in #192
- feat(labels): add part-of selector label by @andrewazores in #211
- feat(reports): add auth proxy protecting report generators by @andrewazores in #206
- feat(network): enable internal ingress network policy (backport #208) by @mergify in #233
- feat(oauth2proxy): enable self-signed TLS cert (backport #210) by @mergify in #234
- feat(eventtemplates): declarative configuration of Event Template ConfigMaps (backport #215) by @mergify in #236
- feat(truststore): declarative configuration of TLS trusted certificate Secrets (backport #219) by @mergify in #237
- feat(podAnnotations): individualized Pod Annotations (backport #222) by @mergify in #238
- feat(scheduling): per-Deployment k8s scheduling options (backport #223) by @mergify in #239
🔧 Fixes
- fix(authproxy): deploy openshift-oauth-proxy fork by @andrewazores in #146
- fix(proxy): do not pass unused credentials upstream by @andrewazores in #147
- fix(urls): use relative Grafana ext url, remove unused storage ext url by @andrewazores in #145
- fix(secret): database secret should be immutable by @tthvo in #152
- chore(templates): ensure named templates follow helm best practices by @tthvo in #160
- fix(configmaps): skip creating configmap for Alpha Configurations when used with OCP Proxy by @tthvo in #181
- fix(authproxy): cookie secret creation and reference using env valueFrom by @elias-gb in #180
- fix(db): correct hibernate config after Flyway introduction by @andrewazores in #193
- fix(serviceaccount): non-Cryostat Pods run as default serviceaccount (backport #221) by @mergify in #235
- fix(pvc): split PVC configuration between Deployments (backport #224) by @mergify in #240
📄 Documentation
⚙️ Maintenance
- chore(cryostat): bump version to 4.0.0-dev by @andrewazores in #144
- chore(release): update mergify config by @andrewazores in #149
- chore(deployment): remove unused containerPort spec by @tthvo in #153
- chore(service): https port should not be exposed on k8s environment by @tthvo in #167
- chore(kubeVersion): bump min support k8s version to 1.25.0 by @tthvo in #170
- chore(version): bump chart version to 2.0.0-dev by @tthvo in #172
- ci(oci): use standard token for pushing package by @andrewazores in #174
- ci(oci): correct image name and skip release creation by @andrewazores in #175
- ci(oci): attempt to push using only registry/namespace by @andrewazores in #176
- ci(oci): helm repackaging by @andrewazores in #177
- chore(notes): simplify post-install steps for ClusterIP service case by @tthvo in #178
- test(scripts): add scripts to ease local chart testing by @andrewazores in #196
- chore(values): deploy 4.0.0 snapshot containers by @andrewazores in #229
- chore(release): set versions for 4.0.0 release by @andrewazores in #241
New Contributors
Full Changelog: v1.0.1...v2.0.0
v1.0.1
What's Changed
🔧 Fixes
- fix(configmaps): skip creating configmap for Alpha Configurations when used with OCP Proxy (backport #181) by @mergify in #182
- fix(authproxy): cookie secret creation and reference using env valueFrom (backport #180) by @mergify in #183
⚙️ Maintenance
- chore(release): set versions for 3.0.1 development by @andrewazores in #166
- chore(kubeVersion): bump min support k8s version to 1.25.0 (backport #170) by @mergify in #171
- chore(release): set versions for 3.0.1 by @andrewazores in #198
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
🚀 Features
- feat(auth): allow optional basic authentication by @tthvo in #95
- feat(cryostat3): deploy Cryostat 3.0 by @andrewazores in #124
🔧 Fixes
- fix(proxy): do not pass unused credentials upstream (backport #147) by @mergify in #150
- fix(urls): use relative Grafana ext url, remove unused storage ext url (backport #145) by @mergify in #151
- fix(secret): database secret should be immutable (backport #152) by @mergify in #158
- chore(templates): ensure named templates follow helm best practices (backport #160) by @mergify in #163
📄 Documentation
⚙️ Maintenance
- build(release): prepare for cryostat 2.4.0 release by @andrewazores in #93
- feat(ci): allow cryostatio backport command by @aali309 in #94
- ci(test-action): upgrade chart-testing-action by @andrewazores in #102
- ci(release): call submodule update from release workflow by @ebaron in #105
- ci(release): upgrade chart-releaser-action to 1.6.0 by @tthvo in #112
- chore(release): set images to use 3.0 pre-release branch tags by @andrewazores in #143
- chore(deployment): remove unused containerPort spec (backport #153) by @mergify in #155
- chore(release): set versions for 3.0.0 release by @andrewazores in #165
Full Changelog: v0.4.0...v1.0.0
v0.4.0
What's Changed
🚀 Features
- feat(deploy): minimal parameter for deploying Cryostat without grafana and datasource by @tthvo in #66
- feat(ci): workflow to lint and test charts by @tthvo in #73
- feat(ci): chart release workflow by @tthvo in #71
- feat(deploy): Provide Persistent Volume Claim by @mwangggg in #82
- feat(auth): allow optional basic authentication (backport #95) by @mergify in #96
🔧 Fixes
- fix(chart): consider pre-release versioning by @ebaron in #59
- fix(deploy): set CRYOSTAT_K8S_NAMESPACES by @ebaron in #58
- fix(secret): use release name in database secret by @tthvo in #65
- fix(note): fix incorrect service field in NOTES.txt by @tthvo in #68
- fix(ci): increase timeout for chart testing process by @tthvo in #74
⚙️ Maintenance
- chore(github): add pr + issue templates + add release drafter by @maxcao13 in #56
- ci(mergify): update config for latest release branch by @tthvo in #55
- ci(submodule): automatic update submodule on gh-pages push by @tthvo in #79
- feat(ci): safe-to-test by @mwangggg in #80
- chore(license): relicense project to Apache-2.0 by @andrewazores in #81
- build(ci): submodule should sign commits by @aali309 in #90
- chore(versions): use release branch for image tags by @ebaron in #98
- chore(version): change appVersion to 2.4.0-pre by @ebaron in #99
- ci(test-action): upgrade chart-testing-action (backport #102) by @mergify in #103
- chore(release): prepare 2.4.0 release by @andrewazores in #100
- ci(release): call submodule update from release workflow (backport #105) by @mergify in #106
New Contributors
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
🔧 Fixes
- fix(secret): use release name in database secret (backport #65) by @mergify in #67
- fix(note): fix incorrect service field in NOTES.txt (backport #68) by @mergify in #69
⚙️ Maintenance
- chore(release): update for 2.3.1-snapshot development by @andrewazores in #64
- chore(chart): use 2.3.1-dev for appVersion by @tthvo in #70
- chore(github): add pr + issue templates + add release drafter (backport #56) by @mergify in #84
- feat(ci): workflow to lint and test charts (backport #73) by @mergify in #85
- feat(ci): chart release workflow (backport #71) by @mergify in #86
- chore(release): update for 2.3.1 release by @mwangggg in #83
Full Changelog: v0.3.0...v0.3.1