Releases: ironcore-dev/ceph-provider
Releases · ironcore-dev/ceph-provider
v0.3.0
Changes
🚀 Features
- Bump
k8s.io/*
deps to v0.31.1 @lukasfrank (#603) - Add placeholder ListEvents implementation for bucket operations @sujeet01 (#581)
- Implement ListEvents Runtime Interface to Support Cross-Cluster Events @ushabelgur (#570)
- Added
ResourceVersion
@pradumnapandit (#540)
🐛 Bug Fixes
- Fixed
WaitGroup
bug @pradumnapandit (#580) - Fixed integration test @sujeet01 (#582)
- Fix
deletionTimestamp
update if existing @lukasfrank (#507)
🧰 Maintenance
- Bump golang from 1.23.1-bookworm to 1.23.2-bookworm @dependabot (#599)
- Bump busybox from 1.36.1-uclibc to 1.37.0-uclibc @dependabot (#600)
- Bump google.golang.org/grpc from 1.66.2 to 1.67.0 @dependabot (#598)
- Bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.20.2 @dependabot (#587)
- Bump github.com/containerd/containerd from 1.7.20 to 1.7.22 @dependabot (#591)
- Bump golang from 1.23rc2-bookworm to 1.23.1-bookworm @dependabot (#590)
- Bump github.com/ceph/go-ceph from 0.28.0 to 0.29.0 @dependabot (#579)
- Bump pascalgn/size-label-action from 0.5.2 to 0.5.4 @dependabot (#585)
- Bump github.com/onsi/gomega from 1.34.1 to 1.34.2 @dependabot (#588)
- Bump google.golang.org/grpc from 1.65.0 to 1.66.2 @dependabot (#593)
- Bump github.com/onsi/ginkgo/v2 from 2.19.1 to 2.20.0 @dependabot (#569)
- Bump sigs.k8s.io/controller-runtime from 0.18.4 to 0.18.5 @dependabot (#573)
- Fix
Dockerfile
warnings @so-sahu (#574) - Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1 @dependabot (#565)
- Bump golang from 1.23rc1-bookworm to 1.23rc2-bookworm @dependabot (#558)
- Bump k8s.io/client-go from 0.30.2 to 0.30.3 @dependabot (#561)
- Bump github.com/containerd/containerd from 1.7.19 to 1.7.20 @dependabot (#562)
- Bump github.com/onsi/gomega from 1.33.1 to 1.34.1 @dependabot (#567)
- Bump github.com/docker/docker from 25.0.5+incompatible to 25.0.6+incompatible @dependabot (#568)
- Bump golang from 1.22.4-bookworm to 1.23rc1-bookworm @dependabot (#554)
- Bump github.com/containerd/containerd from 1.7.18 to 1.7.19 @dependabot (#555)
- Bump google.golang.org/grpc from 1.64.0 to 1.65.0 @dependabot (#556)
- Bump fsfe/reuse-action from 3 to 4 @dependabot (#557)
- Bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 @dependabot (#553)
- Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 @dependabot (#551)
- Bump docker/build-push-action from 5 to 6 @dependabot (#552)
- Bump k8s.io/client-go from 0.30.1 to 0.30.2 @dependabot (#550)
- Bump github.com/ceph/go-ceph from 0.27.0 to 0.28.0 @dependabot (#547)
- Bump golang from 1.22.3-bookworm to 1.22.4-bookworm @dependabot (#544)
- Bump github.com/containerd/containerd from 1.7.17 to 1.7.18 @dependabot (#545)
- Bump sigs.k8s.io/controller-runtime from 0.18.3 to 0.18.4 @dependabot (#546)
- Bump github.com/go-logr/logr from 1.4.1 to 1.4.2 @dependabot (#539)
- Bump github.com/onsi/ginkgo/v2 from 2.17.3 to 2.19.0 @dependabot (#542)
- Bump sigs.k8s.io/controller-runtime from 0.18.2 to 0.18.3 @dependabot (#541)
- Harmonized dockerfile target @lukas016 (#527)
- Bump github.com/containerd/containerd from 1.7.16 to 1.7.17 @dependabot (#537)
- Bumped dependencies @lukasfrank (#536)
- Bump github.com/onsi/gomega from 1.33.0 to 1.33.1 @dependabot (#525)
- Bump sigs.k8s.io/controller-runtime from 0.17.3 to 0.18.1 @dependabot (#526)
- Bump k8s.io/api from 0.29.3 to 0.30.0 @dependabot (#517)
- Bump github.com/onsi/gomega from 1.32.0 to 1.33.0 @dependabot (#519)
- Bump pascalgn/size-label-action from 0.5.0 to 0.5.2 @dependabot (#515)
- Bump k8s.io/apimachinery from 0.29.3 to 0.30.0 @dependabot (#516)
- Bump github.com/ceph/go-ceph from 0.26.0 to 0.27.0 @dependabot (#514)
- Bump sigs.k8s.io/controller-runtime from 0.17.2 to 0.17.3 @dependabot (#511)
- Bump google.golang.org/grpc from 1.63.0 to 1.63.2 @dependabot (#512)
- Bump github.com/containerd/containerd from 1.7.14 to 1.7.15 @dependabot (#510)
- Bump google.golang.org/grpc from 1.62.1 to 1.63.0 @dependabot (#508)
- Bump golang from 1.22.1-bookworm to 1.22.2-bookworm @dependabot (#509)
v0.2.0
Changes
⚠️ Breaking
- Switch to
ironcore-image
@afritzler (#415) - Refactor project name to
ceph-provider
and updated dependencies @lukasfrank (#404)
🚀 Features
- Remove the usage of
Ticker
for resyncing @lukasfrank (#506) - Refactor project structure @afritzler (#490)
- Update microceph workflow download version to
quincy/stable
@sujeet01 (#466) - Make project REUSE compliant @afritzler (#409)
- Improve logging in gRPC server methods @sujeet01 (#392)
- Remove BucketClass API dependency @ushabelgur (#391)
- Add tests for
ListBucketClass
@Ashughorla (#381) - Refactor
Bucket
andVolume
server, fix failingBucket
integration tests & bump deps @afritzler (#382) - Add tests for
DeleteBucket
@kasabe28 (#375) - Add test for
ListBuckets
@ushabelgur (#374) - Add tests for
CreateBucket
@Rohit-0505 (#365)
🐛 Bug Fixes
- Fix links after project rename @afritzler (#410)
- Fix sporadics in
Bucket
tests @afritzler (#385) - Refactor
Bucket
andVolume
server, fix failingBucket
integration tests & bump deps @afritzler (#382)
🧰 Maintenance
- Bump github.com/docker/docker from 25.0.1+incompatible to 25.0.5+incompatible @dependabot (#505)
- Bump github.com/ironcore-dev/ironcore-image from 0.2.0 to 0.2.1 @dependabot (#499)
- Bump github.com/rook/rook from 1.12.9 to 1.13.7 @dependabot (#482)
- Bump golang to 1.22.1 @afritzler (#498)
- Bump github.com/ironcore-dev/controller-utils from 0.9.2 to 0.9.3 @dependabot (#488)
- Bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible @dependabot (#491)
- Bump github.com/onsi/gomega from 1.31.1 to 1.32.0 @dependabot (#486)
- Bump github.com/onsi/ginkgo/v2 from 2.16.0 to 2.17.1 @dependabot (#497)
- Refactor project structure @afritzler (#490)
- Bump k8s.io/client-go from 0.29.2 to 0.29.3 @dependabot (#483)
- Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 @dependabot (#479)
- Bump github.com/containerd/containerd from 1.7.13 to 1.7.14 @dependabot (#478)
- Bump google.golang.org/grpc from 1.62.0 to 1.62.1 @dependabot (#474)
- Bump golang from 1.22.0-bookworm to 1.22.1-bookworm @dependabot (#475)
- Bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3 @dependabot (#476)
- Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.16.0 @dependabot (#473)
- Bump fsfe/reuse-action from 2 to 3 @dependabot (#472)
- Add reuse workflow @afritzler (#470)
- Bump github.com/containerd/containerd from 1.7.12 to 1.7.13 @dependabot (#451)
- Bump google.golang.org/grpc from 1.61.1 to 1.62.0 @dependabot (#468)
- Bump github.com/ironcore-dev/controller-utils from 0.9.1 to 0.9.2 @dependabot (#467)
- Bump k8s.io/client-go from 0.29.1 to 0.29.2 @dependabot (#463)
- Bump sigs.k8s.io/controller-runtime from 0.17.1 to 0.17.2 @dependabot (#465)
- Bump github.com/ceph/go-ceph from 0.25.0 to 0.26.0 @dependabot (#459)
- Bump google.golang.org/grpc from 1.61.0 to 1.61.1 @dependabot (#460)
- Bump golang from 1.21.7-bookworm to 1.22.0-bookworm @dependabot (#455)
- Bump sigs.k8s.io/controller-runtime from 0.17.0 to 0.17.1 @dependabot (#457)
- Bump golangci/golangci-lint-action from 3 to 4 @dependabot (#458)
- Bump golang from 1.21.6-bookworm to 1.21.7-bookworm @dependabot (#454)
- Bump release-drafter/release-drafter from 5 to 6 @dependabot (#453)
- Update microceph version to latest stable @ushabelgur (#452)
- Bump actions/cache from 3 to 4 @dependabot (#441)
- Bump google.golang.org/grpc from 1.60.1 to 1.61.0 @dependabot (#448)
- Bump github.com/onsi/gomega from 1.30.0 to 1.31.1 @dependabot (#447)
- Bump k8s.io/client-go from 0.29.0 to 0.29.1 @dependabot (#442)
- Bump github.com/onsi/ginkgo/v2 from 2.14.0 to 2.15.0 @dependabot (#446)
- Bump sigs.k8s.io/controller-runtime from 0.16.3 to 0.17.0 @dependabot (#440)
- Bump github.com/containerd/containerd from 1.7.11 to 1.7.12 @dependabot (#439)
- Bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.14.0 @dependabot (#438)
- Bump golang from 1.21.5-bookworm to 1.21.6-bookworm @dependabot (#435)
- Bump github.com/go-logr/logr from 1.3.0 to 1.4.1 @dependabot (#433)
- Bump github.com/ironcore-dev/controller-utils from 0.9.0 to 0.9.1 @dependabot (#431)
- Bump k8s.io/client-go from 0.28.4 to 0.29.0 @dependabot (#427)
- Bump google.golang.org/grpc from 1.60.0 to 1.60.1 @dependabot (#430)
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 @dependabot (#429)
- Inject disk size dynamically in integration tests workflow @ushabelgur (#428)
- Bump github.com/ceph/go-ceph from 0.24.0 to 0.25.0 @dependabot (#423)
- Bump google.golang.org/grpc from 1.59.0 to 1.60.0 @dependabot (#422)
- Update release drafter and size workflow @afritzler (#421)
- Bump github.com/containerd/containerd from 1.7.10 to 1.7.11 @dependabot (#420)
- Bump actions/setup-go from 4 to 5 @dependabot (#419)
- Bump actions/setup-python from 4 to 5 @dependabot (#418)
- Bump golang from 1.21.4-bookworm to 1.21.5-bookworm @dependabot (#417)
- Bump github.com/rook/rook from 1.12.8 to 1.12.9 @dependabot (#416)
- Switch to
ironcore-image
@afritzler (#415) - Bump github.com/containerd/containerd from 1.7.9 to 1.7.10 @dependabot (#413)
- Bump github.com/onsi/ginkgo/v2 from 2.13.1 to 2.13.2 @dependabot (#414)
- Update README and project housekeeping @afritzler (#412)
- Change documentation title @afritzler (#411)
- Fix links after project rename @afritzler (#410)
- Make project REUSE compliant @afritzler (#409)
- Switch to
ironcore-dev/controller-utils
@afritzler (#407) - Add breaking change rule to release drafter configuration @afritzler (#408)
- Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 @dependabot (#405)
- Refactor project name to
ceph-provider
and updated dependencies @lukasfrank (#404) - Bump k8s.io/client-go from 0.28.3 to 0.28.4 @dependabot (#400)
- Bump k8s.io/api from 0.28.3 to 0.28.4 @dependabot (#399)
- Bump github.com/containerd/containerd from 1.7.8 to 1.7.9 @dependabot (#401)
- Bump k8s.io/apimachinery from 0.28.3 to 0.28.4 @dependabot (#398)
- Bump github.com/rook/rook from 1.12.7 to 1.12.8 @dependabot (#402)
- Bump github.com/onmetal/controller-utils from 0.8.2 to 0.8.3 @dependabot (#403)
- Bump github.com/onsi/ginkgo/v2 from 2.13.0 to 2.13.1 @dependabot (#397)
- Bump github.com/onsi/gomega from 1.29.0 to 1.30.0 @dependabot (#396)
- Bump golang from 1.21.3-bookworm to 1.21.4-bookworm @dependabot (#395)
- Bump github.com/rook/rook from 1.12.4 to 1.12.7 @dependabot (#394)
- Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 @dependabot (#393)
- Bump github.com/containerd/containerd from 1.7.7 to 1.7.8 @dependabot (#388)
- Bump github.com/go-logr/logr from 1.2.4 to 1.3.0 @dependabot (#389)
- Bump github.com/onsi/gomega from 1.28.1 to 1.29.0 @dependabot (#387)
- Bump golang from 1.21.2-bookworm to 1.21.3-bookworm @dependabot (#368)
- Bump go.uber.org/zap from 1.25.0 to 1.26.0 @dependabot (#373)
- Bump github.com/onsi/gomega from 1.28.0 to 1.28.1 @dependabot (#383)
- Bump golang.org/x/net from 0.15.0 to 0.17.0 @dependabot (#371)
- Bump github.com/onsi/ginkgo/v2 from 2.12.1 to 2.13.0 @dependabot (#367)
- Bump github.com/ceph/go-ceph from 0.23.0 to 0.24.0 @dependabot (#369)
- Bump github.com/containerd/containerd from 1.7.6 to 1.7.7 @dependabot (#366)
- Bump google.golang.org/grpc from 1.58.2 to 1.58.3 @dependabot (#370)
- Bump golang from 1.21.1-bookworm to 1.21.2-bookworm @dependabot (#364)
- Bump github.com/onsi/gomega from 1.27.10 to 1.28.0 @dependabot (#359)
v0.1.0
🚀 Features
- Add Integration test for
ExpandVolume
@ushabelgur (#353) - Add Integration tests for
CreateVolume
@kasabe28 (#349) - Add integration tests for volume
Status
@sujeet01 (#354) - Add integration tests for volume
Deletion
@Ashughorla (#358) - Add integration test for
ListVolumes
@Rohit-0505 (#357) - Add integraton tests @afritzler (#316)
- Implement ORI
Status
@lukasfrank (#309) - Enhanced ceph connect @lukasfrank (#314)
- Use golang bookworm as base image @lukasfrank (#307)
- Encode Bucket name in endpoint @lukasfrank (#282)
- Bucket Endpoint flag @lukasfrank (#265)
Volume
Expansion @lukasfrank (#259)- Volume Encryption @lukasfrank (#245)
- Bump dependencies @lukasfrank (#251)
- Extended flags @lukasfrank (#244)
- Implemented ORI for
Bucket
s @lukasfrank (#239) - Improved logging & validation @lukasfrank (#242)
- Updated deployment artifacts @lukasfrank (#238)
- Remove
ceph-csi
@lukasfrank (#196) - Implement
ori-volume
@lukasfrank (#191) - SSL Support for Bucket Endpoint (Rados Gateway) @lukasfrank (#179)
- Bump
onmetal-api
andcontroller-utils
@afritzler (#175) - Improve Populator error handling @lukasfrank (#163)
Bucket
andBucketPool
controller @lukasfrank (#149)- Emit event if volume is smaller than image snapshot @lukasfrank (#155)
- Bump project to use k8s version 1.26 @afritzler (#153)
- Use same size for Snapshot as rootFS image layer @lukasfrank (#143)
VolumePool
controller watchesVolumePoolClasses
@lukasfrank (#132)- Refactoring: Use
Access.Handle
@lukasfrank (#110) - Update Metrics on
Volume
deletion @lukasfrank (#129) - Implemented
Burst Limits
@lukasfrank (#128) - Enhance context handling in test suite @afritzler (#118)
- Set rbd imageFeatures to better default values @schucly (#115)
VolumePool
utilisation metric @lukasfrank (#101)- Updated Documentation @lukasfrank (#99)
- Watch
VolumePool
@lukasfrank (#94) - Minor improvements @lukasfrank (#90)
- Refactoring
CephClient
creation @lukasfrank (#88) - Add snapshot support for image polulation @lukasfrank (#80)
- Improve Limiting @lukasfrank (#86)
- Set
VolumeLimits
using theCeph API
@lukasfrank (#72) - Do not create a
StorageClass
perNamespace
@lukasfrank (#73) - Remove
CephRadosNamespace
creation @afritzler (#70) - Populator backoff @lukasfrank (#63)
- Enforce vault version v1.10.6 @afritzler (#52)
- Describe image population @afritzler (#47)
- Stream image from registry @lukasfrank (#50)
- Reconcile only
VolumePool
created byVolumePoolReconciler
@lukasfrank (#46) - ImagePopulatorReconciler refactoring @lukasfrank (#38)
- Restructured architecture documentation @afritzler (#37)
- Add missing RBAC for
ImagePopulator
andVolume
controller @afritzler (#32) - Initial documentation setup @afritzler (#24)
- Extend
VolumeReconciler
tests @lukasfrank (#23) - Remove PVC and Pod annotations @afritzler (#16)
- Improve volume controller @lukasfrank (#15)
- Add image population @afritzler (#10)
- VolumePool Controller Test @lukasfrank (#14)
- Volume Controller Tests @lukasfrank (#9)
- Add initial documentation @afritzler (#8)
- Add docker build and publish workflow @afritzler (#7)
- Improve Makefile @afritzler (#6)
- Improve rook config flag handling @lukasfrank (#5)
- Add AccessStatus for Volume @lukasfrank (#1)
🐛 Bug Fixes
- Write Image WWN to image metadata @lukasfrank (#286)
- Image deletion bugfix @lukasfrank (#264)
- Fix Image Attributes @lukasfrank (#249)
- Fix panic when
Snapshot
status is accessed @lukasfrank (#188) - Bug fix: Snapshot not ready @lukasfrank (#180)
- Improve Populator error handling @lukasfrank (#163)
- Fix
ceph token
handling @lukasfrank (#97) - Fix infinity loop @lukasfrank (#93)
- Fix: use image csi name @lukasfrank (#76)
- Fix volume deletion for populated volumes @afritzler (#53)
- Reconcile only
VolumePool
created byVolumePoolReconciler
@lukasfrank (#46) - Fixed missing rbac group @lukasfrank (#33)
- Add missing RBAC for
ImagePopulator
andVolume
controller @afritzler (#32) - Fix
ImagePopulator
,VolumePool
andVolume
controller @lukasfrank (#17) - Fix linting issues @afritzler (#4)
🧰 Maintenance
- Bump google.golang.org/grpc from 1.58.1 to 1.58.2 @dependabot (#355)
- Bump github.com/onmetal/controller-utils from 0.8.1 to 0.8.2 @dependabot (#356)
- Bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.12.1 @dependabot (#351)
- Bump github.com/hashicorp/vault from 1.13.5 to 1.13.7 @dependabot (#347)
- Bump google.golang.org/grpc from 1.58.0 to 1.58.1 @dependabot (#346)
- Bump github.com/containerd/containerd from 1.7.5 to 1.7.6 @dependabot (#331)
- Bump sigs.k8s.io/controller-runtime from 0.16.1 to 0.16.2 @dependabot (#332)
- Bump k8s.io/client-go from 0.28.1 to 0.28.2 @dependabot (#343)
- Bump k8s.io/api from 0.28.1 to 0.28.2 @dependabot (#344)
- Bump k8s.io/apimachinery from 0.28.1 to 0.28.2 @dependabot (#345)
- Bump docker/setup-buildx-action from 2 to 3 @dependabot (#334)
- Bump docker/setup-qemu-action from 2 to 3 @dependabot (#333)
- Bump docker/metadata-action from 4 to 5 @dependabot (#335)
- Bump docker/build-push-action from 4 to 5 @dependabot (#336)
- Bump docker/login-action from 2 to 3 @dependabot (#337)
- Bump actions/checkout from 2 to 4 @dependabot (#330)
- Bump github.com/containerd/containerd from 1.7.3 to 1.7.5 @dependabot (#322)
- Bump google.golang.org/grpc from 1.57.0 to 1.58.0 @dependabot (#323)
- Bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.12.0 @dependabot (#326)
- Bump sigs.k8s.io/controller-runtime from 0.16.0 to 0.16.1 @dependabot (#327)
- Bump github.com/cyphar/filepath-securejoin from 0.2.3 to 0.2.4 @dependabot (#329)
- Bump github.com/onmetal/controller-utils from 0.8.0 to 0.8.1 @dependabot (#328)
- Add go toolchain to the
go.mod
file @afritzler (#320) - Bump golang from 1.21.0-bookworm to 1.21.1-bookworm @dependabot (#319)
- Bump k8s.io/client-go from 0.27.4 to 0.28.0 @dependabot (#311)
- Bump sigs.k8s.io/controller-runtime from 0.15.1 to 0.16.0 @dependabot (#317)
- Bump actions/checkout from 3 to 4 @dependabot (#318)
- Bump golang from 1.20.7-bookworm to 1.21.0-bookworm @dependabot (#308)
- Bump github.com/ceph/go-ceph from 0.22.0 to 0.23.0 @dependabot (#313)
- Bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible @dependabot (#305)
- Bump github.com/hashicorp/vault from 1.13.4 to 1.13.5 @dependabot (#306)
- Bump sigs.k8s.io/controller-runtime from 0.15.0 to 0.15.1 @dependabot (#303)
- Bump google.golang.org/grpc from 1.56.2 to 1.57.0 @dependabot (#296)
- Bump github.com/containerd/containerd from 1.7.2 to 1.7.3 @dependabot (#297)
- Bump github.com/onsi/gomega from 1.27.9 to 1.27.10 @dependabot (#295)
- Bump k8s.io/client-go from 0.27.3 to 0.27.4 @dependabot (#293)
- Bump github.com/onsi/gomega from 1.27.8 to 1.27.9 @dependabot (#294)
- Bump busybox from 1.35.0-uclibc to 1.36.1-uclibc @dependabot (#258)
- Update
k8s.io/*
,onmetal-api
andcontroller-runtime
dependencies to latest versions @afritzler (#289) - Bump google.golang.org/grpc from 1.56.1 to 1.56.2 @dependabot (#288)
- Bump github.com/ceph/go-ceph from 0.21.0 to 0.22.0 @dependabot (#274)
- Bump github.com/rook/rook from 1.11.8 to 1.11.9 @dependabot (#287)
- Bump google.golang.org/grpc from 1.55.0 to 1.56.1 @dependabot (#284)
- Bump github.com/rook/rook from 1.11.7 to 1.11.8 @dependabot (#277)
- Bump github.com/onsi/ginkgo/v2 from 2.10.0 to 2.11.0 @dependabot (#281)
- Bump github.com/onsi/ginkgo/v2 from 2.9.7 to 2.10.0 @dependabot (#272)
- Bump github.com/onsi/gomega from 1.27.7 to 1.27.8 @dependabot (#273)
- Bump pascalgn/size-label-action from 0.4.3 to 0.5.0 @dependabot (#267)
- Bump github.com/rook/rook from 1.11.6 to 1.11.7 @dependabot (#268)
- Bump github.com/onsi/ginkgo/v2 from 2.9.6 to 2.9.7 @dependabot (#269)
- Bump github.com/onsi/ginkgo/v2 from 2.9.5 to 2.9.6 @dependabot (#266)
- Bump github.com/rook/rook from 1.11.5 to 1.11.6 @dependabot (#253)
- Bump github.com/onsi/gomega from 1.27.6 to 1.27.7 @dependabot (#256)
- Bump github.com/onsi/ginkgo/v2 from 2.9.2 to 2.9.4 @dependabot (#247)
- Bump google.golang.org/grpc from 1.54.0 to 1.55.0 @dependabot (#248)
- Implemented ORI for
Bucket
s @lukasfrank (#239) - Bump github.com/ceph/go-ceph from 0.20.0 to 0.21.0 @dependabot (#234)
- Bump github.com/prometheus/client_golang from 1.14.0 to 1.15.0 @dependabot (#231)
- Bump golang.org/x/oauth2 from 0.6.0 to 0.7.0 @dependabot (#226)
- Bump github.com/onmetal/onmetal-api from 0.1.0 to 0.1.1 @dependabot (#230)
- Remove
ceph-csi
@lukasfrank (#196) - Bump github.com/onmetal/onmetal-api from 0.0.13-0.20230213145104-0cde7523c4fc to 0.1.0 @dependabot (#219)
- Bump k8s.io/component-helpers from 0.26.2 to 0.26.3 @dependabot (#211)
- Bump k8s.io/api from 0.26.2 to 0.26.3 @dependabot (#214)
- Bump k8s.io/apimachinery from 0.26.2 to 0.26.3 @dependabot (#213)
- Bump github.com/onsi/gomega from 1.27.5 to 1.27.6 @dependabot (#221)
- Bump github.com/go-logr/logr from 1.2.3 to 1.2.4 @dependabot (#222)
- Bump actions/setup-go from 3 to 4 @dependabot (#210)
- Bump github.com/onsi/gomega from 1.27.4 to 1.27.5 @dependabot (#218)
- Bump sigs.k8s.io/controller-runtime from 0.14.5 to 0.14.6 @dependabot (#220)
- Bump github.com/onsi/gomega from 1.27.3 to 1.27.4 @dependabot (#209)
- Bump github.com/onsi/gomega from 1.27.2 to 1.27.3 @dependabot (#208)
- Bump sigs.k8s.io/controller-runtime from 0.14.4 to 0.14.5 @dependabot (#201)
- Bump golang.org/x/oauth2 from 0.5.0 to 0.6.0 @dependabot (#204)
- Bump github.com/onsi/ginkgo/v2 from 2.8.4 to 2.9.0 @dependabot (#203)
- Bump k8s.io/component-helpers from 0.26.1 to 0.26.2 @dependabot (#202)
- Bump k8s.io/apimachinery from 0.26.1 to 0.26.2 @dependabot (#198)
- Bump github.com/onsi/gomega from 1.27.1 to 1.27.2 @dependabot (#197)
- Bump github.com/onsi/ginkgo/v2 from 2.8.3 to 2.8.4 @dependabot (#195)
- B...