Skip to content

Commit

Permalink
Merge branch 'main' into ipam
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbenjemaa authored Dec 5, 2024
2 parents abd2c5e + 8b892ad commit 21c67b0
Show file tree
Hide file tree
Showing 15 changed files with 24 additions and 20 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ Check out the [quickstart guide](./docs/Usage.md#quick-start) for launching a cl
## Compatibility with Cluster API and Kubernetes Versions
This provider's versions are compatible with the following versions of Cluster API:

| | Cluster API v1beta1 (v1.4) | Cluster API v1beta1 (v1.5) | Cluster API v1beta1 (v1.6) | Cluster API v1beta1 (v1.7) |
|------------------------|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|
| CAPMOX v1alpha1 (v0.1) |||||
| CAPMOX v1alpha1 (v0.2) |||||
| CAPMOX v1alpha1 (v0.3) |||||
| CAPMOX v1alpha1 (v0.4) |||||
| CAPMOX v1alpha1 (v0.5) |||||
| | Cluster API v1beta1 (v1.4) | Cluster API v1beta1 (v1.5) | Cluster API v1beta1 (v1.6) | Cluster API v1beta1 (v1.7) | Cluster API v1beta1 (v1.8) |
|------------------------|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|
| CAPMOX v1alpha1 (v0.1) ||||||
| CAPMOX v1alpha1 (v0.2) ||||||
| CAPMOX v1alpha1 (v0.3) ||||||
| CAPMOX v1alpha1 (v0.4) ||||||
| CAPMOX v1alpha1 (v0.5) ||||||
| CAPMOX v1alpha1 (v0.6) ||||||

(See [Kubernetes support matrix](https://cluster-api.sigs.k8s.io/reference/versions.html) of Cluster API versions).

Expand Down
2 changes: 1 addition & 1 deletion api/v1alpha1/conditions_consts.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2023 IONOS Cloud.
Copyright 2023-2024 IONOS Cloud.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion clusterctl-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "infrastructure-proxmox",
"config": {
"componentsFile": "infrastructure-components.yaml",
"nextVersion": "v0.5.1"
"nextVersion": "v0.6.0"
}
}
2 changes: 1 addition & 1 deletion internal/controller/proxmoxcluster_controller.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2023 IONOS Cloud.
Copyright 2023-2024 IONOS Cloud.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion internal/controller/suite_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2023 IONOS Cloud.
Copyright 2023-2024 IONOS Cloud.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion internal/inject/inject.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2023 IONOS Cloud.
Copyright 2023-2024 IONOS Cloud.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion internal/service/vmservice/delete.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2023 IONOS Cloud.
Copyright 2023-2024 IONOS Cloud.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion internal/service/vmservice/delete_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2023 IONOS Cloud.
Copyright 2023-2024 IONOS Cloud.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion internal/service/vmservice/power_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2023 IONOS Cloud.
Copyright 2023-2024 IONOS Cloud.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
3 changes: 3 additions & 0 deletions metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ releaseSeries:
- major: 0
minor: 5
contract: v1beta1
- major: 0
minor: 6
contract: v1beta1
2 changes: 1 addition & 1 deletion pkg/cloudinit/metadata.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2023 IONOS Cloud.
Copyright 2023-2024 IONOS Cloud.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion pkg/cloudinit/metadata_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2023 IONOS Cloud.
Copyright 2023-2024 IONOS Cloud.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion pkg/scope/machine.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2023 IONOS Cloud.
Copyright 2023-2024 IONOS Cloud.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/config/proxmox-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ providers:
- name: proxmox
type: InfrastructureProvider
versions:
- name: v0.5.99
- name: v0.6.99
value: "${PWD}/config/default"
replacements:
- old: ghcr.io/ionos-cloud/cluster-api-provider-proxmox:dev
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/config/proxmox-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ providers:
- name: proxmox
type: InfrastructureProvider
versions:
- name: v0.5.99
- name: v0.6.99
value: "${PWD}/config/default"
replacements:
- old: ghcr.io/ionos-cloud/cluster-api-provider-proxmox:dev
Expand Down

0 comments on commit 21c67b0

Please sign in to comment.