Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.11.0 #95

Merged
merged 1 commit into from
Aug 1, 2024
Merged

chore(main): release 0.11.0 #95

merged 1 commit into from
Aug 1, 2024

Conversation

deckhouse-BOaTswain
Copy link
Contributor

@deckhouse-BOaTswain deckhouse-BOaTswain commented May 13, 2024

🤖 I have created a release beep boop

0.11.0 (2024-08-01)

Features

  • api: add object ref uid (ab9c57d)
  • controller, vmop: wait for the desired state of the vm (#84) (94fac98)
  • controller: add pprof (#193) (5cf70c5)
  • controller: add recovery (#249) (4d6bff1)
  • core, dvcr: generate htpasswd from hook (#137) (bf009a0)
  • cvi: apply new controller design (9e21de8)
  • dev: added emulation of virtual machine movements (677708b)
  • observability: add logLevel option to module config (#194) (d2e8cfc)
  • proxy: add rewriter for APIGroupDiscoveryList (#99) (36712f3)
  • vd: add dvcr duration to status (d7c09b8)
  • vd: add dvcr import duration to status (d7c09b8)
  • vd: add vd stats (f2eb4ba)
  • vd: apply new controller design (e496da0)
  • vi: apply new controller design (078b61d)
  • vi: apply new design (#142) (078b61d)
  • vm-route-forge: add pprof server (#244) (c61eb2e)
  • vm-route-forge: impl route reconciliation (#242) (7f2f963)
  • vm: add pod handler (#220) (f73174f)
  • vm: add statisticHandler (#206) (b0b4540)
  • vm: add the attached field to the status block device refs (a9e4fc6)
  • vm: apply new controller design (#120) (ba12e49)
  • vmbda: apply new controller design (2f489e4)
  • vmbda: resolve conflicted requests (ee2c91a)
  • vmclass: first implementation (#231) (a958bf3)
  • vmip,vmipl: apply new CRD design (b73a1e2)
  • vmip,vmipl: apply new design (#152) (4de51ab)
  • vmip: add validating ip address (c1a3ce7)
  • vmip: apply new controller design (d5ddb87)
  • vmipl: apply new controller design (84f2d25)
  • vm: VD must be attached to only one virtual machine (#221) (a6da25f)

Bug Fixes

  • api: add name suffix (#106) (7c7fb60)
  • core, dvcr: configure dvcr creds before contatinerd config (#128) (6cc4d26)
  • core, kubevirt: add ability to configure burst for virt-api rate limiter (e5c4605)
  • core, kubevirt: add ability to configure qps for virt-api rate l… (#92) (03d5a21)
  • core, kubevirt: add ability to configure qps for virt-api rate limiter (03d5a21)
  • core: fix virt-launcher's binaries (#126) (9cab420)
  • core: rename exportproxy (#145) (57eccea)
  • cvi,vi: add attachee handlers (1689580)
  • kubevirt: change boot logo in UEFI firmware (#229) (0622c7b)
  • kubevirt: restructure edk2-ovmf files (#232) (6ee978e)
  • module: fix user API RBAC (#116) (460f069)
  • observability: fix dashboard title in tests (#97) (ed9ea79)
  • vd, vm: fix sysprep and hotplug (#225) (4a1a6d6)
  • vd,vi,cvi: add object ref watchers (af7e32c)
  • vd,vi,cvi: fix capacity and cdrom (73f929d)
  • vd,vi,cvi: fix object ref datasource (75b0a7d)
  • vd: add download status (c43d895)
  • vd: add phase collector (e336c82)
  • vd: add stats reconciliation (280a2fd)
  • vd: copy error from data volume (aae4b4e)
  • vd: fix fake pvc resizing (6b4d431)
  • vd: fix fake pvc resizing (6b4d431)
  • vd: fix panic if pvc is not exist (#222) (23a0a7b)
  • vd: fix pvc watching (cbf1a32)
  • vd: protection for deleted resource (aefab1e)
  • vd: set ready phase (04f5479)
  • vd: synchronize PVC status changes with VD status updates (bb3e666)
  • vi,cvi: fix pod errors handling (21be7cd)
  • vi: fix status target (296ebd7)
  • vm: add sync metadata handler (#176) (c8660ac)
  • vm: add value of the guest os info (1ffcab7)
  • vmbda: fix hotplug api call (0cce992)
  • vmbda: fix panic (#245) (61e4ab8)
  • vm: check secret keys (#187) (6e09877)
  • vm: clear annotations and labels from child resources after removing them from the vm (#200) (df12d38)
  • vm: controller panic if using sysprep (#184) (c03d0bc)
  • vm: do not check keys for sysprep secret (#185) (0768d1e)
  • vm: do not check keys for sysprep secret (#186) (30c46c5)
  • vm: fix blockdevices status and restartawaitingchanges (#183) (9e08859)
  • vm: fix panic and virtClient (#247) (41e43ae)
  • vm: fix vm-router panics when we delete a virtual machine. (#201) (8ebce8c)
  • vm: force the startup of a VM with an AlwaysOnUnlessStoppedManually policy when creating (#181) (a86590b)
  • vmip: double lease (#173) (fad8e2a)
  • vmipl: fix frequent reconciles (3e68faf)
  • vmip: sticking in bound phase (#240) (5790e28)
  • vm: lifecycle vm (#168) (2100e66)
  • vmop: fix panic if VM is not exist (#129) (9b90641)
  • vm: panic in cpu handler (#171) (982d84e)
  • vm: proper boot from VirtualImage and ClusterVirtualImage (#250) (01b4918)
  • vm: set min max for blockdevicerefs list (#134) (25f5f29)

This PR was generated with Release Please. See documentation.

@deckhouse-BOaTswain deckhouse-BOaTswain force-pushed the release-please--branches--main branch 3 times, most recently from 1a69b80 to 0f0d674 Compare May 16, 2024 09:14
@deckhouse-BOaTswain deckhouse-BOaTswain changed the title chore(main): release 0.10.2 chore(main): release 0.11.0 May 16, 2024
@deckhouse-BOaTswain deckhouse-BOaTswain force-pushed the release-please--branches--main branch 3 times, most recently from c565d84 to dc87655 Compare May 21, 2024 11:10
@deckhouse-BOaTswain deckhouse-BOaTswain force-pushed the release-please--branches--main branch 3 times, most recently from 9b4126f to 4e416e8 Compare May 28, 2024 08:28
@deckhouse-BOaTswain deckhouse-BOaTswain force-pushed the release-please--branches--main branch 6 times, most recently from ee09f95 to 016bb1c Compare June 6, 2024 11:06
@deckhouse-BOaTswain deckhouse-BOaTswain force-pushed the release-please--branches--main branch 6 times, most recently from 3c1b4ee to a3d5bb2 Compare June 17, 2024 10:58
@deckhouse-BOaTswain deckhouse-BOaTswain force-pushed the release-please--branches--main branch 6 times, most recently from 92c58ce to 77c663c Compare June 24, 2024 14:55
@deckhouse-BOaTswain deckhouse-BOaTswain force-pushed the release-please--branches--main branch 10 times, most recently from 7fdc598 to 0db736f Compare July 24, 2024 18:07
@deckhouse-BOaTswain deckhouse-BOaTswain force-pushed the release-please--branches--main branch 11 times, most recently from e837a6e to 9235441 Compare August 1, 2024 13:55
@fl64 fl64 changed the title chore(main): release 0.11.0 chore(main): release 0.11.0 (Hydrogen) Aug 1, 2024
@deckhouse-BOaTswain deckhouse-BOaTswain changed the title chore(main): release 0.11.0 (Hydrogen) chore(main): release 0.11.0 Aug 1, 2024
@fl64 fl64 merged commit 9251a58 into main Aug 1, 2024
9 of 13 checks passed
@fl64 fl64 deleted the release-please--branches--main branch August 1, 2024 19:44
@deckhouse-BOaTswain
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants