Releases: kubernetes-sigs/cluster-api-provider-ibmcloud
v0.2.1
Features
- Add external Power VS cloud provider support by @Karthik-K-N in #614
- Add Vpc image docs by @FischerLGLN in #613
- Add events recorder framework by @Prajyot-Parab in #632
- Add environmetal variable to set providerID format by @Karthik-K-N in #635
New Contributors
- @FischerLGLN made their first contribution in #613
The image for this release is:
k8s.gcr.io/capi-ibmcloud/cluster-api-ibmcloud-controller:v0.2.1
Full Changelog: v0.2.0...v0.2.1
v0.2.1-alpha.1
What's Changed
- Add k8s 1.23.5 image by @mkumatag in #627
- Add external Power VS cloud provider support by @Karthik-K-N in #614
- Fix docker buildx build by @Karthik-K-N in #630
- Add Vpc image docs by @FischerLGLN in #613
- Update powervs cloud controller image name by @Karthik-K-N in #631
- Add events recorder framework by @Prajyot-Parab in #632
- Fix URL typo for PowerVS image by @mkumatag in #638
- Refine the events by @Prajyot-Parab in #639
- Add environmetal variable to set providerID format by @Karthik-K-N in #635
- Add debug loglevel for E2E runs by @Amulyam24 in #641
- Handle the ERRORED state properly by @mkumatag in #642
- update golang version by @mkumatag in #647
- Update the kube-vip to v0.4.4 by @mkumatag in #646
- Update doc for enabling debug logs by @Amulyam24 in #648
- enable debug logs for vpc by @Prajyot-Parab in #640
- Validate machine spec values by @Prajyot-Parab in #626
Dependency Changes
- Bump github.com/IBM/platform-services-go-sdk from 0.23.0 to 0.24.0 by @dependabot in #618
- Bump github.com/IBM-Cloud/power-go-client from 1.1.5 to 1.1.7 by @dependabot in #649
- Bump github.com/IBM/platform-services-go-sdk from 0.24.0 to 0.24.1 by @dependabot in #650
- Bump github.com/IBM-Cloud/power-go-client from 1.1.7 to 1.1.8 by @dependabot in #651
New Contributors
- @FischerLGLN made their first contribution in #613
The image for this release is:
gcr.io/k8s-staging-capi-ibmcloud/cluster-api-ibmcloud-controller:v0.2.1-alpha.1
Full Changelog: v0.2.1-alpha.0...v0.2.1-alpha.1
v0.2.1-alpha.0
What's Changed
- PowerVSImageScope set debug true only if log level set 5 and above by @Prajyot-Parab in #598
- fix make verify-conversions check by @Prajyot-Parab in #601
- Add regions-zones mapping doc to book by @Prajyot-Parab in #602
- set default to bare minimum resource values by @Prajyot-Parab in #604
- Add note for using provider versions by @Amulyam24 in #610
- add linters and fix findings by @Prajyot-Parab in #611
- Handle the scope properly by @mkumatag in #621
- Fix VPC related issues and minor lint updates by @Prajyot-Parab in #622
Dependency Changes
- Bump github.com/IBM/go-sdk-core/v5 from 5.9.2 to 5.9.3 by @dependabot in #593
- Bump github.com/IBM/platform-services-go-sdk from 0.22.8 to 0.22.9 by @dependabot in #594
- Bump github.com/IBM/platform-services-go-sdk from 0.22.9 to 0.22.10 by @dependabot in #595
- Bump github.com/IBM-Cloud/power-go-client from 1.1.4 to 1.1.5 by @dependabot in #600
- Bump github.com/IBM/go-sdk-core/v5 from 5.9.3 to 5.9.4 by @dependabot in #603
- Bump github.com/IBM/platform-services-go-sdk from 0.22.10 to 0.22.11 by @dependabot in #606
- Bump github.com/onsi/gomega from 1.18.1 to 1.19.0 by @dependabot in #609
- Bump sigs.k8s.io/controller-runtime from 0.11.1 to 0.11.2 by @dependabot in #612
- Bump github.com/IBM/platform-services-go-sdk from 0.22.11 to 0.23.0 by @dependabot in #616
The image for this release is:
gcr.io/k8s-staging-capi-ibmcloud/cluster-api-ibmcloud-controller:v0.2.1-alpha.0
Full Changelog: v0.2.0...v0.2.1-alpha.0
v0.2.0
Features
- Watch Namespace by @mkumatag in #454
- Migrate v1alpha4 to v1beta1 by @Prajyot-Parab in #445
- Add webhook for IBMPowerVS resources by @Prajyot-Parab in #488
- support for healthz by @mkumatag in #492
- Add e2e test framework by @Amulyam24 in #490
- Add v1alpha3 conversion and webhook for IBMVPC resources by @Prajyot-Parab in #498
- Add conditions by @mkumatag in #508
- Add sync-period flag by @mkumatag in #511
- Add IBMPowerVSImage API by @Prajyot-Parab in #507
- Integrate IBMPowerVSImage with MachineSpec by @Prajyot-Parab in #552
- Add DeletePolicy to IBMPowerVSImage Spec by @Prajyot-Parab in #566
- Added flag to select ProviderID format for Machine by @Karthik-K-N in #580
New Contributors
- @peizhouyu made their first contribution in #516
- @dharaneeshvrd made their first contribution in #517
The image for this release is:
k8s.gcr.io/capi-ibmcloud/cluster-api-ibmcloud-controller:v0.2.0
Full Changelog: v0.1.0...v0.2.0
v0.2.0-rc.2
What's Changed
- Update the version matrix by @mkumatag in #586
- Add doc for the images by @mkumatag in #587
- Update cluster-api to v1.1.3 by @Amulyam24 in #590
The image for this release is:
gcr.io/k8s-staging-capi-ibmcloud/cluster-api-ibmcloud-controller:v0.2.0-rc.2
Full Changelog: v0.2.0-rc.1...v0.2.0-rc.2
v0.2.0-rc.1
What's Changed
- Use LocalObjectReference for ImageRef by @mkumatag in #574
- update golang version in the dockerfile by @mkumatag in #575
- Change IBMPowerVSClient type for better mocking by @Amulyam24 in #577
- Add unit tests for PowerVS by @Amulyam24 in #579
- Add unit tests for Powervs image handling by @Amulyam24 in #582
- trim whitespace from the ip address by @mkumatag in #584
- Added flag to select ProviderID format for Machine by @Karthik-K-N in #580
Dependency Changes
- Bump github.com/IBM-Cloud/power-go-client from 1.1.3 to 1.1.4 by @dependabot in #578
The image for this release is:
gcr.io/k8s-staging-capi-ibmcloud/cluster-api-ibmcloud-controller:v0.2.0-rc.1
Full Changelog: v0.2.0-alpha.5...v0.2.0-rc.1
v0.2.0-alpha.5
What's Changed
- Bugfix - Integrate IBMPowerVSImage with MachineSpec by @Prajyot-Parab in #556
- Update delete image flow by @Prajyot-Parab in #558
- Adding more addresses to the machine spec by @mkumatag in #562
- Enhance client by adding missing mock by @mkumatag in #564
- Use Boskos for proper resource cleanup by @Amulyam24 in #565
- Add DeletePolicy to IBMPowerVSImage Spec by @Prajyot-Parab in #566
- Update cluster-api to v1.1.2 by @Amulyam24 in #570
Dependency Changes
- Bump github.com/IBM-Cloud/power-go-client from 1.1.2 to 1.1.3 by @dependabot in #567
The image for this release is:
gcr.io/k8s-staging-capi-ibmcloud/cluster-api-ibmcloud-controller:v0.2.0-alpha.5
Full Changelog: v0.2.0-alpha.4...v0.2.0-alpha.5
v0.1.1
v0.2.0-alpha.4
What's Changed
- Fix network/image webhook validations by @Prajyot-Parab in #523
- Add smoke tests by @Amulyam24 in #528
- Add IBMPowerVSImage API by @Prajyot-Parab in #507
- handle image import job properly by @mkumatag in #537
- Add e2e-test script by @Amulyam24 in #536
- Install kubectl for e2e tests by @Amulyam24 in #541
- Update cluster-api/hack/tools by @Amulyam24 in #540
- Fix IBMPowerVSImage deletion by @Prajyot-Parab in #543
- Document the release process by @mkumatag in #550
- Upate cluster-api to v1.1.1 by @Amulyam24 in #555
- Integrate IBMPowerVSImage with MachineSpec by @Prajyot-Parab in #552
Dependency Changes
- Bump github.com/IBM/go-sdk-core/v5 from 5.9.1 to 5.9.2 by @dependabot in #530
- Bump github.com/IBM-Cloud/power-go-client from 1.1.0 to 1.1.1 by @dependabot in #544
- Bump github.com/IBM/platform-services-go-sdk from 0.22.7 to 0.22.8 by @dependabot in #545
- Bump github.com/IBM-Cloud/power-go-client from 1.1.1 to 1.1.2 by @dependabot in #551
The image for this release is:
gcr.io/k8s-staging-capi-ibmcloud/cluster-api-ibmcloud-controller:v0.2.0-alpha.4
Full Changelog: v0.2.0-alpha.3...v0.2.0-alpha.4
v0.2.0-alpha.3
What's Changed
- Refactor the client code by @mkumatag in #503
- use controller-gen from hack/tools by @mkumatag in #505
- Add conditions by @mkumatag in #508
- Adding e2e test cases by @Amulyam24 in #506
- Make powervs debug log optional by @mkumatag in #509
- Doc to log requests/responses for powervs apis by @mkumatag in #512
- Add sync-period flag by @mkumatag in #511
- Validate OWNERS files - remove sections about emeritus reviewers. by @peizhouyu in #516
- Added spzala back to reviewers by @gyliu513 in #520
- Handle scope creation properly by @mkumatag in #522
Dependency Changes
- Bump github.com/IBM-Cloud/power-go-client from 1.0.87 to 1.0.88 by @dependabot in #501
- Update cluster-api go deps by @mkumatag in #504
- Bump sigs.k8s.io/cluster-api/test from 1.1.0-beta.1 to 1.1.0-beta.2 by @dependabot in #515
- Bump github.com/IBM-Cloud/power-go-client from 1.0.88 to 1.1.0 by @dharaneeshvrd in #517
- Update cluster-api to v1.1.0-beta.2 by @mkumatag in #518
- Bump github.com/onsi/gomega from 1.17.0 to 1.18.0 by @dependabot in #519
- Bump sigs.k8s.io/cluster-api/test from 1.1.0-beta.2 to 1.1.0-rc.0 by @dependabot in #525
- Bump github.com/onsi/gomega from 1.18.0 to 1.18.1 by @dependabot in #526
- update cluster-api to v1.1.0-rc.0 by @mkumatag in #527
New Contributors
- @peizhouyu made their first contribution in #516
- @dharaneeshvrd made their first contribution in #517
The image for this release is:
gcr.io/k8s-staging-capi-ibmcloud/cluster-api-ibmcloud-controller:v0.2.0-alpha.3
Full Changelog: v0.2.0-alpha.2...v0.2.0-alpha.3