Releases: kubevirt/kubevirt-tekton-tasks
Releases · kubevirt/kubevirt-tekton-tasks
v0.23.0
What's Changed
- fix: readme and efi pipeline description by @ksimon1 in #437
- fix: use fedora-medium template in e2e test by @ksimon1 in #440
- chore: log hash of the iso everytime by @ksimon1 in #447
- chore: add owner references to copy-template task by @ksimon1 in #445
- chore: add ownerReference param to create-vm tasks by @ksimon1 in #449
- chore: add ownerReference param to modify-data-object task by @ksimon1 in #450
- fix: unit tests by @ksimon1 in #451
- chore: insert OwnerReferences param to pipelines by @ksimon1 in #452
- chore(deps): Bump google.golang.org/grpc from 1.64.0 to 1.64.1 in the go_modules group by @dependabot in #453
- chore: unify disk-virt task code by @ksimon1 in #448
- chore: enable renovate for main by @ksimon1 in #457
- chore: update renovate config by @ksimon1 in #460
- chore: Bump dependencies and go version by @ksimon1 in #459
- chore(deps): update all dependencies (main) by @redhat-renovate-bot in #463
- chore: add useBiosMode parameter to efi-pipeline by @ksimon1 in #439
- chore(deps): Bump the production-dependencies group across 1 directory with 23 updates by @dependabot in #464
- chore: enable renovate for older release branches by @ksimon1 in #467
- chore(deps): Bump the production-dependencies group with 5 updates by @dependabot in #471
- fix: lower the go version in go.mod by @ksimon1 in #473
- chore: update renovate config by @ksimon1 in #477
- chore: update config of renovate by @ksimon1 in #489
- chore: enable dependency dashboard for Renovate by @ksimon1 in #495
- chore: add go package to version control for release branches by @ksimon1 in #497
- chore: remove opokornyy from reviewers by @ksimon1 in #494
- refactor: use spec.runStrategy instead of spec.running by @codingben in #516
- chore: add Geetika as reviewer by @ksimon1 in #522
- feat(CNV-42652): add kubevirt-disk-uploader tool by @codingben in #533
- fix: hardcode instance-types version to 1.1.0 by @ksimon1 in #541
- fix(CNV-50417): enable usage of a custom secret by @codingben in #540
- feat: add timeout parameter to modify-data-object task by @ksimon1 in #548
- test(CNV-43604): add disk-uploader unit tests by @codingben in #539
- feat(CNV-40411): set default instancetype and preference labels by @codingben in #543
- feat: enable VMPersistentState feature gate in kubevirt by @ksimon1 in #552
- chore: Bump dependencies by @ksimon1 in #551
- feat: remove deployment of instance types in e2e tests by @ksimon1 in #550
- Automated update of libguestfs container version to v1.4.0 by @kubevirt-bot in #553
- fix(CNV-40411): wrong export source kinds by @codingben in #555
- feat: add win2k25 as supported for the efi pipeline by @ksimon1 in #556
- fix(CNV-40411): add new disk-uploader roles by @codingben in #562
- removal!: Remove template based tasks by @ksimon1 in #559
- fix(CNV-52011): create objects with random names by @codingben in #560
- test(CNV-43603): add disk-uploader functional tests by @codingben in #549
- chore: return string instead of image interface in disk-uploader by @ksimon1 in #565
- chore: bump versions from v0.22.0 to v0.23.0 by @ksimon1 in #563
Full Changelog: v0.22.0...v0.23.0
v0.22.0
What's Changed
- chore: add mention about default SA in pipeline readme by @ksimon1 in #424
- chore: pipelines create DataSource by @ksimon1 in #426
- chore: change the IDs in securityContext of PipelineRuns/TaskRuns by @ksimon1 in #429
- chore: bump versions to v0.22.0 by @ksimon1 in #433
- Revert #406 by @ksimon1 in #434
- fix: missing acceptEula param in win10 PipelineRun by @ksimon1 in #435
Full Changelog: v0.21.0...v0.22.0
v0.21.0
What's Changed
- chore(deps): Bump the production-dependencies group across 1 directory with 13 updates by @dependabot in #398
- fix: release version in scripts/makefile-snippets/makefile-release.mk by @ksimon1 in #400
- chore(deps): Bump the production-dependencies group with 2 updates by @dependabot in #401
- fix: create-vm task if VMI manifest is used by @ksimon1 in #404
- fix: deploy-task.sh script by @ksimon1 in #405
- fix: allowReplace param for datasource in modify-data-object task by @ksimon1 in #399
- chore(deps): Bump the production-dependencies group across 1 directory with 9 updates by @dependabot in #406
- chore: adjust Windows10 to work on windows-efi-installer pipeline by @ksimon1 in #391
- fix: remove bios pipeline leftover from deploy-pipelines.sh script by @ksimon1 in #412
- chore(deps): Bump the production-dependencies group across 1 directory with 9 updates by @dependabot in #414
- chore: add win10 pipelinerun example by @ksimon1 in #409
- fix: put false value in accept eula xml tag by @ksimon1 in #410
- chore: change all preferences to use virtio in pipelines by @ksimon1 in #415
- chore: deploy configmaps as a part of pipeline by @ksimon1 in #375
- chore: improve checking if the pipelinerun succeeded in e2e tests by @ksimon1 in #413
- fix: replace template fedora-server-tiny with fedora-server-medium by @ksimon1 in #422
- chore: bump version to v0.21.0 in all manifests by @ksimon1 in #423
Full Changelog: v0.20.0...v0.21.0
v0.20.0
What's Changed
- chore: remove step which update versions in release by @ksimon1 in #347
- fix: url of getisourl.py script in pipeline readmes by @ksimon1 in #348
- fix: fix wrong pipeline paths in READMEs by @ksimon1 in #353
- chore: add artifact hub badge to README by @ksimon1 in #355
- chore(deps): Bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible in /modules/tests by @dependabot in #356
- chore: enable setting catalog version without "v" prefix by @ksimon1 in #357
- chore: add link to example configmaps for pipelines to README of each by @ksimon1 in #359
- chore: remove namespace params from pipelines by @ksimon1 in #360
- chore: Refactor vendor dependencies in modules by @ksimon1 in #354
- chore(deps): Bump the go_modules group with 2 updates by @dependabot in #361
- fix: readme of windows efi installer pipeline by @ksimon1 in #362
- chore: add variables for requirement in pipeline readmes by @ksimon1 in #363
- chore: bump ginkgo package by @ksimon1 in #365
- chore(deps): Bump the production-dependencies group with 33 updates by @dependabot in #367
- chore: improve logs in modify-data-object by @ksimon1 in #368
- chore(deps): Bump the production-dependencies group with 4 updates by @dependabot in #369
- chore(deps): Bump github.com/klauspost/compress from 1.17.7 to 1.17.8 in the production-dependencies group by @dependabot in #370
- chore(deps): Bump github.com/prometheus/common from 0.52.2 to 0.52.3 in the production-dependencies group by @dependabot in #371
- chore(deps): Bump the production-dependencies group with 4 updates by @dependabot in #372
- chore(deps): Bump the production-dependencies group with 2 updates by @dependabot in #373
- chore(deps): Bump the production-dependencies group with 2 updates by @dependabot in #374
- chore(deps): Bump the production-dependencies group with 3 updates by @dependabot in #377
- chore(deps): Bump the production-dependencies group with 3 updates by @dependabot in #378
- Fix: Broken Link Fixes in main Readme.md (tasks/ -> release/tasks/) by @rajp152k in #379
- chore(deps): Bump the production-dependencies group across 1 directory with 3 updates by @dependabot in #381
- chore(deps): Bump the production-dependencies group with 2 updates by @dependabot in #382
- fix: downgrade sigs.k8s.io/kustomize packages by @ksimon1 in #384
- chore(deps): Bump github.com/openzipkin/zipkin-go from 0.4.2 to 0.4.3 in the production-dependencies group by @dependabot in #386
- chore: disable AcceptEula tag in autounattend.xml ConfigMaps by @ksimon1 in #387
- chore: download bootsources from quay instead of dockerhub by @ksimon1 in #383
- chore(deps): Bump the production-dependencies group with 6 updates by @dependabot in #388
- fix: set RunAsUser and fsGroup for disk-virt tests by @ksimon1 in #389
- chore: improve error message in modify-windows-iso and README.md by @ksimon1 in #390
- fix: folders in gitignore by @ksimon1 in #392
- chore: update version to v0.20.0 in manifests by @ksimon1 in #394
New Contributors
Full Changelog: v0.19.0...v0.20.0
v0.19.0
What's Changed
- feat: update libguestfs container to v1.1.1 by @ksimon1 in #328
- feat: disable PRs to ssp operator during release by @ksimon1 in #326
- Update tekton tasks manifests to version v0.18.0 by @ksimon1 in #325
- fix: remove test private ssh keys from manifests by @ksimon1 in #329
- fix: tekton version in templates and tasks by @ksimon1 in #331
- feat: unify of okd and k8s tasks by @ksimon1 in #327
- feat: Improve readme by @ksimon1 in #330
- fix: Remove use of kubevirt.io/v1alpha3 in example pipelines by @lyarwood in #333
- fix: replacing of images in deploy-task.sh script by @ksimon1 in #334
- chore: replace hardcoded annotations in templates with variables by @ksimon1 in #335
- chore: update fedora version in CI image by @ksimon1 in #336
- feat: Add windows pipelines by @ksimon1 in #332
- chore: remove manifests folder by @ksimon1 in #338
- chore: Generate manifests from #332 by @ksimon1 in #337
- Switch git versioning by @ksimon1 in #339
- chore(deps): Bump github.com/cloudevents/sdk-go/v2 from 2.14.0 to 2.15.2 in /modules/tests by @dependabot in #342
- chore: update libguestfs and virtio versions by @ksimon1 in #343
- chore: improve README of pipelines by @ksimon1 in #340
- chore(deps): Bump the go_modules group across 8 directories with 1 update by @dependabot in #344
- chore: bump version to v0.19.0 by @ksimon1 in #345
- fix: fix PipelineRun examples by @ksimon1 in #346
New Contributors
Full Changelog: v0.18.0...v0.19.0
v0.18.0
What's Changed
- Update tekton tasks manifests to version v0.17.0 by @ksimon1 in #302
- fix: race condition when allowReplace is true in modify-data-object task by @ksimon1 in #305
- fix: generator of object names by @ksimon1 in #306
- feat: Bump tekton to v1 by @ksimon1 in #296
- feat: bump api version of task to v1 in manifests by @ksimon1 in #314
- feat: configure dependabot by @ksimon1 in #316
- chore(deps): Bump peter-evans/repository-dispatch from 2 to 3 by @dependabot in #317
- Remove 'codingben' from OWNERS by @akrejcir in #318
- feat: simplify test-yaml-consistency script by @ksimon1 in #321
- feat: remove cluster wide permission objects by @ksimon1 in #319
- feat: update to Go 1.21 by @ksimon1 in #322
- feat: preparation for onboarding tasks to artifact hub by @ksimon1 in #323
- feat: add artifact hub annotations by @ksimon1 in #324
New Contributors
Full Changelog: v0.17.0...v0.18.0
v0.15.1
What's Changed
- Update tekton tasks manifests to version v0.15.0 by @ksimon1 in #248
- feat: Change ssp master to main by @opokornyy in #249
- Revert "feat: Change ssp master to main" by @ksimon1 in #250
- chore: increase timeout for taskRun tests by @ksimon1 in #251
- [release-v0.15] fix: change the condition to consider a DV import failed by @kubevirt-bot in #267
- [release-v0.15] rbac: Audit
*
verbs by @kubevirt-bot in #264 - [release-v0.15] chore: Update and drop dependencies by @0xFelix in #273
- [release-v0.15] chore: Bump google.golang.org/grpc by @0xFelix in #279
- [release-v0.15]feat: add .snyk file by @ksimon1 in #284
- [release-v0.15] fix: replace include with include_tasks by @kubevirt-bot in #299
Full Changelog: v0.15.0...v0.15.1
v0.17.0
What's Changed
- Update tekton tasks manifests to version v0.16.0 by @ksimon1 in #268
- feat: add snyk file for excluding vendor folders by @ksimon1 in #269
- chore: Update golang.org/x/* and drop k8s.io/kubernetes deps by @0xFelix in #271
- chore: Bump google.golang.org/grpc by @0xFelix in #277
- Create dependabot.yml by @ksimon1 in #287
- feat: bump dependencies by @ksimon1 in #288
- chore(deps): Bump github.com/docker/docker from 24.0.0+incompatible to 24.0.7+incompatible in /modules/tests by @dependabot in #289
- feat: configure dependabot by @ksimon1 in #291
- chore(deps): Bump actions/checkout from 2 to 4 by @dependabot in #292
- chore(deps): Bump bruceadams/get-release from 1.2.2 to 1.3.2 by @dependabot in #294
- chore(deps): Bump actions/setup-go from 3 to 4 by @dependabot in #293
- chore(deps): Bump google.golang.org/grpc from 1.58.2 to 1.58.3 in /modules/tests by @dependabot in #290
- chore(deps): Bump actions/setup-go from 4 to 5 by @dependabot in #295
- chore(deps): Bump the go_modules group across 1 directories with 2 updates by @dependabot in #298
- fix: replace include with include_tasks by @ksimon1 in #297
New Contributors
- @dependabot made their first contribution in #289
Full Changelog: v0.16.0...v0.17.0
v0.16.0
What's Changed
- Update tekton tasks manifests to version v0.15.0 by @ksimon1 in #248
- feat: Change ssp master to main by @opokornyy in #249
- Revert "feat: Change ssp master to main" by @ksimon1 in #250
- chore: increase timeout for taskRun tests by @ksimon1 in #251
- feat: Change ssp master branch to main by @opokornyy in #252
- chore: add more reviewers by @codingben in #255
- chore: update example pipelines documentation by @ksimon1 in #257
- fix: change the condition to consider a DV import failed by @jcanocan in #262
- rbac: Audit
*
verbs by @jcanocan in #259 - chore: Bump dependencies by @ksimon1 in #256
New Contributors
- @codingben made their first contribution in #255
- @jcanocan made their first contribution in #262
Full Changelog: v0.15.0...v0.16.0
v0.15.0
What's Changed
- feat:Add check if required no-prompt bootloader files exists by @ksimon1 in #241
- Update tekton tasks manifests to version v0.14.0 by @ksimon1 in #240
- feat: reduce number of containers by @ksimon1 in #243
- Add virtctl to tekton task by @opokornyy in #244
- feat: clean up create-vm task by @ksimon1 in #245
- fix: fix wrong URL for disk-virt tasks by @ksimon1 in #246
- feat: update github release script by @ksimon1 in #247
Full Changelog: v0.14.0...v0.15.0