Releases: kyma-project/cloud-manager
Releases · kyma-project/cloud-manager
1.0.0
What's Changed
- fix(GcpNfsVolume): ensure Error state is set if GcpNfsVolume specifie… by @dushanpantic in #290
- feat(AwsNfsVolume): add finalizer to PV and PVC by @dushanpantic in #291
- fix(UI) Added missing Status on List and Detail by @kevin-kho in #295
- refactor(GcpNfsVolume): move validation from loadPVC to validatePVC by @dushanpantic in #298
- feat(AwsNfsVolume): validate PersistentVolume and PersistentVolumeClaim by @ijovovic in #301
- feat(KCP IpRange): automatic IpRange allocation for GCP by @abalaie in #296
- feat(GcpNfsVolume): optional iprange by @abalaie in #303
- feat(RedisInstance): add KCP GCP RedisInstance reconciler by @dushanpantic in #310
- feat(RedisInstance): add option to configure redis (KCP) by @dushanpantic in #311
- feat(GcpRedisInstance): add reconciler wireframe by @dushanpantic in #318
- feat(GcpRedisInstance): add SKR reconciler by @dushanpantic in #319
- docs: user documentation for NFS by @tmilos77 in #315
- feat(GcpRedisInstance): add auth settings to API by @dushanpantic in #326
- feat(SKR IpRange): change SKR IpRange to cluster scope by @tmilos77 in #328
Full Changelog: 0.1.10...1.0.0
0.1.10
What's Changed
- feat (KCP IpRange): automatic IpRange allocation by @tmilos77 in #249
- feat (SKR IpRange): optional SKR IpRange CIDR by @tmilos77 in #259
- feat (AwsNfsVolume): optional IpRange by @tmilos77 in #261
- fix (SKR IpRange): optional CIDR and overlap check by @tmilos77 in #264
- fix (SKR GcpNfsVolume & GcpNfsVolumeBackup): enhancing the status update by @abalaie in #270
- feat (AwsNfsVolume): automatically create and label PVC by @ijovovic in #263
- feat (UI) AWSnfsvolumes ui by @kevin-kho in #275
- feat (UI) added IpRange ui to aws provider by @kevin-kho in #281
- fix (KCP IpRange): handle potential error on IpRange CIDR parse by @dushanpantic in #282
- feat (GcpNfsVolume): Auto-Create PVC by @dushanpantic in #279
- feat (UI) updated gcpnfsvolume_types.go so Tier is now an enum by @kevin-kho in #286
- fix (NFS) return empty map for annotations if PV(C) does not exist by @dushanpantic in #284
- fix (GcpNfsVolume): modify PersistentVolumeClaim to check label and annotation desync by @dushanpantic in #287
- fix (GcpNfsVolume): consider annotations equal if actual is superset o… by @dushanpantic in #288
New Contributors
- @ngrkajac made their first contribution in #196
- @ijovovic made their first contribution in #263
- @dushanpantic made their first contribution in #282
Full Changelog: 0.1.9...0.1.10
0.1.9
What's Changed
- fix: gcpNfsVolume to reference iprange with correct namespace by @abalaie in #224
- fix(aws): requeue delayed in case of a retryable error by @tmilos77 in #226
- chore(SKR IpRange): status state printable column by @tmilos77 in #227
- fix(AwsNfsVolume): requeue when mount targets are deleted by @tmilos77 in #228
- fix(AwsNfsVolume): ignore filesystem not found error when loading mount targets by @tmilos77 in #229
- fix(AwsNfsVolume): ignore mount target not found error by @tmilos77 in #230
- fix(AwsNfsVolume): wait until mount targets are available by @tmilos77 in #232
- chore (AwsNfsInstance): update Ready status only once by @tmilos77 in #233
- chore(AwsNfsVolume): wait for security group to be deleted by @tmilos77 in #235
Full Changelog: 0.1.8...0.1.9
0.1.8
What's Changed
- fix: verify no gcpNfsVolume has a ref to ipRange while deleting by @abalaie in #210
- feat: GcpNfsVolume UI First Pass by @kevin-kho in #206
- fix: SetExclusiveConditions to remove all conditions before setting n… by @abalaie in #211
- fix: iprange cidr overlap can be removed by @tmilos77 in #214
- fix: quota allow older resources, put error on newer by @tmilos77 in #215
- feat: PV Spec for GcpNfsVolume by @ravi-shankar-sap in #212
- fix: SKR IpRange quota by @tmilos77 in #217
New Contributors
- @kevin-kho made their first contribution in #206
Full Changelog: 0.1.7...0.1.8
0.1.7
0.1.6
What's Changed
- chore: sec scan 0.1.5 by @tmilos77 in #185
- reuse compliance by @TorstenD-SAP in #186
- fix: skr installer update new CRD version by @tmilos77 in #187
New Contributors
- @TorstenD-SAP made their first contribution in #186
Full Changelog: 0.1.5...0.1.6
0.1.5
0.1.4
What's Changed
- awsnfsvolume to show Ready/Error status on kubectl get by @abalaie in #140
- syncing providers by @abalaie in #142
- Update sec-scanners-config.yaml by @vandjelk in #141
- feat(AWS NfsInstance): deprovisioning by @tmilos77 in #144
- Update cli readme by @vandjelk in #145
- Checks if config/dist/skr/crd/bases/providers are up to date. by @vandjelk in #143
- chore: aws client and skr runtime metrics by @tmilos77 in #146
- chore: aws nfs deprovisioning fix by @tmilos77 in #147
- aws nfs deprovisioning fix by @tmilos77 in #148
- chore: AWS NfsVolume remove owner reference and change name to status.id by @tmilos77 in #150
- fix: rc-tag is missing from security scans config by @vandjelk in #149
- Enabling gcp APIs if not enabled by @abalaie in #151
- feat: AWS IpRange deprovisioning by @tmilos77 in #152
- feat: module deprovisioning by @tmilos77 in #153
- chore: module deprovisioning fixes by @tmilos77 in #154
- chore: module deprovisioning fix by @tmilos77 in #155
- chore: module deprovisioning fix by @tmilos77 in #156
- chore: module deprovisioning fix by @tmilos77 in #157
- chore: improve debugging log messages by @tmilos77 in #158
- chore: fixing scope remove kyma finalizer by @tmilos77 in #159
- fix: aws cached client by @tmilos77 in #160
- feat: specify PersistentVolume name in AwsNfsVolume by @tmilos77 in #162
- Update sec-scanners-config.yaml v20240327-3713616a by @vandjelk in #163
- fix: Error messages during Gcp reconcile by @ravi-shankar-sap in #161
- fix: ctx must be supplied to LogErrorAndReturn() by @tmilos77 in #164
- feat: delete installed CRDs by @tmilos77 in #166
- feat: renew gcp http client periodically by @abalaie in #167
- Update CODEOWNERS by @mmitoraj in #165
- feat: KCP AWS VpcPeering create by @vandjelk in #168
- feat(AwsNfsVolume): wait for efs mount targets availability by @tmilos77 in #169
- fix: Gcp IpRange Test by @ravi-shankar-sap in #170
- fix: let LM delete cloudresources CRD by @tmilos77 in #171
- feat: prevent IpRanges with length smaller then /16 by @tmilos77 in #172
- feat: KCP AWS VpcPeering load remote vpc by @vandjelk in #173
- feat: AwsNfsVolumeBackup by @tmilos77 in #174
- fix: choose correct vpc for IpRange by @tmilos77 in #175
- chore(AwsNfsVolume): ensure same vpc mount targets in single efs by @tmilos77 in #176
- feat: prevent SKR IpRange deletion when used by AwsNfsVolume by @tmilos77 in #179
- fix: Separate timer values for test and actual GCP provider calls by @ravi-shankar-sap in #177
New Contributors
Full Changelog: 0.1.2...v0.1.4
0.1.4-rc.1
Merge pull request #174 from tmilos77/aws-backup feat: AwsNfsVolumeBackup