You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/changelog.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,34 @@
1
1
# Changelog
2
2
3
+
## v2.3 - November 7, 2025
4
+
5
+
### New controllers
6
+
7
+
- Volume: Manage Cinder block storage volumes
8
+
- VolumeType: Manage Cinder volume types
9
+
10
+
### New features
11
+
12
+
- Added support for updating resources (mutability) for all relevant controllers
13
+
- Server: Expose network interfaces status
14
+
- Server: Added ability to attach and detach volumes and interfaces
15
+
- Server: Added support for Availability Zone
16
+
- Image: Added visibility filter support for image import
17
+
- Added support for generating and publishing OLM bundle images
18
+
- Added controller scaffolding tool for easier development
19
+
20
+
### Bug fixes
21
+
22
+
- Attachable resource now have their status more closely reflecting reality (Fixes [#282](https://github.com/k-orc/openstack-resource-controller/issues/282))
23
+
- Documentation: Fixed examples in getting-started guide
24
+
- Make ORC more suited for production environment by increasing memory limit to 256Mi and adjusing the API max items limits (Fixes [#527](https://github.com/k-orc/openstack-resource-controller/issues/527))
0 commit comments