Releases: kubevirt/ssp-operator
Releases · kubevirt/ssp-operator
v0.14.0
What's Changed
- Add tool to generate metrics documentation by @machadovilaca in #263
- Update common-templates to v0.19.3 by @ksimon1 in #298
- Fix DataSource reconciliation when DataImportCron template is removed by @akrejcir in #297
- Create symlinks for certificates instead of copying files by @akrejcir in #146
- Change operator version to v0.14.0 by @akrejcir in #301
- Stabilize DataSource functional tests by @akrejcir in #304
- code change: Cleanup automation directory by @akrejcir in #303
- Update go module dependencies by @akrejcir in #296
- Fix disabling auto-update for a single DataSource by @akrejcir in #307
- Add test cases for runbook URLs by @assafad in #278
- Move webhook code to its own package by @akrejcir in #306
- Fix flaky tests by @borod108 in #309
- Improve SSPOperatorReconcilingProperly metric test by @akrejcir in #313
- Separate API into its own submodule by @akrejcir in #311
- code change: Fix issues found by inspection tool by @akrejcir in #314
- DataSources: Set app labels only when auto-update is disabled by @akrejcir in #316
- Test running VMs with RHEL images by @akrejcir in #310
- Remove setup.sh scripts from automation folder by @akrejcir in #320
- Add default podAntiAffinity to PodTemplateSpec by @fossedihelm in #319
- Fix 'make generate' and 'make manifests' by @akrejcir in #315
- Enhance documentation by @0xFelix in #318
- Update common-templates to v0.20.0 by @ksimon1 in #324
- Add missing test IDs by @akrejcir in #325
- Remove
GoldenImagesNSname
constant fromapi
submodule by @akrejcir in #326 - Update OWNERS file by @akrejcir in #321
- Handle error when CR is in conflict by @opokornyy in #327
- Add ServiceMonitor and E2E tests for Prometheus by @borod108 in #286
e2e-upgrade-functests
lane tests release from a specified branch by @akrejcir in #329- Remove selected template labels on reconcile by @akrejcir in #331
- Add new column by @opokornyy in #328
New Contributors
- @machadovilaca made their first contribution in #263
- @fossedihelm made their first contribution in #319
- @opokornyy made their first contribution in #327
Full Changelog: v0.13.0...v0.14.0
v0.13.2
What's Changed
- [release-v0.13] Stabilize DataSource functional tests by @kubevirt-bot in #305
- [release-v0.13] Fix disabling auto-update for a single DataSource by @kubevirt-bot in #308
Full Changelog: v0.13.1...v0.13.2
v0.13.1
What's Changed
- [release-v0.13] Update common-templates to v0.19.3 by @kubevirt-bot in #299
- [release-v0.13] Fix DataSource reconciliation when DataImportCron template is removed by @kubevirt-bot in #300
Full Changelog: v0.13.0...v0.13.1
v0.13.0
What's Changed
- Update VERSION in makefile to 0.13.0 by @akrejcir in #224
- Reduce cognitive complexity suggested by Sonarcloud by @vatsalparekh in #213
- Update common-templates to v0.16.1 by @omeryahud in #227
- Recording rule and alert for SSPHighRateRejectedVms by @borod108 in #225
- Regenerate files by running 'make container-build' by @akrejcir in #230
- Reduce cognitive complexity by @vatsalparekh in #232
- Update common-templates to v0.16.2 by @omeryahud in #233
- Add "name" labels to deployments and pods by @akrejcir in #235
- implement dataimportcron api by @kwiesmueller in #228
- Code change: Add global scheme variable for the operator by @akrejcir in #236
- Code change: Improve validator code by @akrejcir in #226
- Add total_restored_common_templates metrics by @borod108 in #240
- Enable changing of namespace during run of ssp operator by @ksimon1 in #239
- Load common templates before creating the operand by @akrejcir in #238
- Update CDI dependency to v1.40.0 by @akrejcir in #242
- add eventually command to tests which are testing resource permissions by @ksimon1 in #243
- Recording rule and alert for SSPCommonTemplatesModificationReverted by @borod108 in #241
- Fix alert levels by @borod108 in #245
- Add ssp_operator_reconciling_properly metric by @borod108 in #244
- Detect if a resource is being deleted and wait for cleanup by @akrejcir in #247
- Add metrics tests by @borod108 in #249
- Increase golang version to 1.16 by @akrejcir in #251
- Create DataImportCrons specified in SSP CR by @akrejcir in #246
- Update OWNERS file to reflect current contributors by @akrejcir in #252
- change ACTIONS_TOKEN to secrets.GITHUB_TOKEN by @ksimon1 in #253
- Revert "change ACTIONS_TOKEN to secrets.GITHUB_TOKEN" by @ksimon1 in #254
- Regenerate CRD by @akrejcir in #255
- Fix csv-generator's invalid YAML output by @akrejcir in #256
- Fix Alerts firing, metrics missing bug by @borod108 in #259
- Update common-templates to v0.17.0 by @ksimon1 in #264
- Add missing test_id for one of DataImportCron tests by @akrejcir in #270
- Add common labels into alert definitions by @assafad in #258
- Add initial controller to watch missing CRDs by @akrejcir in #269
- Improve SSPCommonTemplatesModificationReverted Alert by @borod108 in #271
- Update common-templates to v0.18.0 by @ksimon1 in #272
- Create DataSource for each common template that uses it by @akrejcir in #261
- Disable failing tests by @borod108 in #277
- Update CDI API to v1.42.1 by @akrejcir in #279
- Parse VM from Template using Unstructured by @akrejcir in #283
- Regenerate files by @akrejcir in #284
- Update common-templates to v.0.19.0 by @ksimon1 in #282
- Limit TemplateValidator Replicas in SNO mode by @borod108 in #262
- Use CamelCased reason values in SSP status Condition by @0xFelix in #288
- Delete immutable resources only if immutable part was changed by @akrejcir in #289
- Re-enable DataImportCronTests by @akrejcir in #285
- Update common-templates to v0.19.1 by @ksimon1 in #290
- README.md: Remove node labeller functionality by @0xFelix in #291
- fix applying deprecated label by @ksimon1 in #292
- Do not create DataImportCron if DataSource points to an existing PVC by @akrejcir in #294
- Update common-templates to v0.19.2 by @ksimon1 in #295
- Change default log level to be less verbose by @borod108 in #287
Full Changelog: v0.12.0...v0.13.0
v0.13.0-rc.3
What's Changed since v0.13.0-rc.2
- Fix Alerts firing, metrics missing bug by @borod108 in #259
- Update common-templates to v0.17.0 by @ksimon1 in #264
- Add missing test_id for one of DataImportCron tests by @akrejcir in #270
- Add common labels into alert definitions by @assafad in #258
- Add initial controller to watch missing CRDs by @akrejcir in #269
- Improve SSPCommonTemplatesModificationReverted Alert by @borod108 in #271
- Update common-templates to v0.18.0 by @ksimon1 in #272
- Create DataSource for each common template that uses it by @akrejcir in #261
- Disable failing tests by @borod108 in #277
- Update CDI API to v1.42.1 by @akrejcir in #279
- Parse VM from Template using Unstructured by @akrejcir in #283
- Regenerate files by @akrejcir in #284
- Update common-templates to v.0.19.0 by @ksimon1 in #282
- Limit TemplateValidator Replicas in SNO mode by @borod108 in #262
- Use CamelCased reason values in SSP status Condition by @0xFelix in #288
- Delete immutable resources only if immutable part was changed by @akrejcir in #289
- Re-enable DataImportCronTests by @akrejcir in #285
- Update common-templates to v0.19.1 by @ksimon1 in #290
Full Changelog: v0.13.0-rc.2...v0.13.0-rc.3
v0.13.0-rc.2
What's Changed since v0.13.0-rc.1
- add eventually command to tests which are testing resource permissions by @ksimon1 in #243
- Recording rule and alert for SSPCommonTemplatesModificationReverted by @borod108 in #241
- Fix alert levels by @borod108 in #245
- Add ssp_operator_reconciling_properly metric by @borod108 in #244
- Detect if a resource is being deleted and wait for cleanup by @akrejcir in #247
- Add metrics tests by @borod108 in #249
- Increase golang version to 1.16 by @akrejcir in #251
- Create DataImportCrons specified in SSP CR by @akrejcir in #246
- Update OWNERS file to reflect current contributors by @akrejcir in #252
- change ACTIONS_TOKEN to secrets.GITHUB_TOKEN by @ksimon1 in #253
- Revert "change ACTIONS_TOKEN to secrets.GITHUB_TOKEN" by @ksimon1 in #254
- Regenerate CRD by @akrejcir in #255
- Fix csv-generator's invalid YAML output by @akrejcir in #256
v0.13.0-rc.1
v0.13.0-rc.0
Merge pull request #228 from kwiesmueller/autoupdate-api implement dataimportcron api
v0.12.0
Merge pull request #214 from borod108/monitoring/add_rejectvm_metrics Add total_rejected_vms matrics