Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ updates:
directory: /
schedule:
interval: daily
groups:
kubernetes:
patterns:
- k8s.io/api
- k8s.io/apimachinery
- k8s.io/cloud-provider
- k8s.io/component-base

- package-ecosystem: github-actions
directory: "/"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cloud-provider-ionoscloud

This implementation is only an basic implementation of cloud provider to get [CAPIC](https://github.com/GDATASoftwareAG/cluster-api-provider-ionoscloud) running.
This implementation is only an basic implementation of cloud provider to get [CAPIC](https://github.com/ionos-cloud/cluster-api-provider-ionoscloud) running.


## Example manifests
Expand All @@ -13,7 +13,7 @@ This is not an offical implementation of cloud provider for IONOS.

## License

Copyright 2024.
Copyright 2025.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ require (
github.com/ionos-cloud/sdk-go/v6 v6.3.5
github.com/spf13/cobra v1.10.1
github.com/spf13/pflag v1.0.10
k8s.io/api v0.33.5
k8s.io/apimachinery v0.33.5
k8s.io/cloud-provider v0.33.5
k8s.io/component-base v0.33.5
k8s.io/klog/v2 v2.130.1
)

require (
Expand Down Expand Up @@ -98,11 +102,7 @@ require (
google.golang.org/protobuf v1.36.5 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/api v0.33.5
k8s.io/apimachinery v0.33.5
k8s.io/client-go v0.33.5 // indirect
k8s.io/component-base v0.33.5
k8s.io/klog/v2 v2.130.1
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
Expand Down
Loading