Skip to content

Commit b192769

Browse files
authored
Merge pull request #557 from shiftstack/prepare-2.3.0
Prepare for v2.3.0
2 parents b8de5b5 + 3d74b4c commit b192769

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

website/docs/changelog.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

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))
25+
26+
### Infrastructure improvements
27+
28+
- CI: Dropped caracal support, added epoxy and flamingo OpenStack versions
29+
- CI: Enabled openstack-cli-server for testing
30+
- Go: Bumped to version 1.24
31+
332
## v2.2 - June 11, 2025
433

534
### New controllers

0 commit comments

Comments
 (0)