diff --git a/apis/compute/v1alpha1/privatecrossconnect_types.go b/apis/compute/v1alpha1/privatecrossconnect_types.go index 80d00f27..1a760513 100644 --- a/apis/compute/v1alpha1/privatecrossconnect_types.go +++ b/apis/compute/v1alpha1/privatecrossconnect_types.go @@ -25,16 +25,16 @@ import ( xpv1 "github.com/crossplane/crossplane-runtime/apis/common/v1" ) -// PccParameters To connect two PrivateCrossconnects we need 2 lans defined, one in each Pcc. +// PccParameters To connect two Crossconnects we need 2 lans defined, one in each Pcc. // After, we reference the Pcc through which we want the connection to be established. type PccParameters struct { - // The name of the private cross-connection. + // The name of the cross-connection. Name string `json:"name,omitempty"` - // A short description for the private cross-connection. + // A short description for the cross-connection. Description string `json:"description,omitempty"` } -// PccConfig is used by resources that need to link a Private Cross Connect via id or via reference. +// PccConfig is used by resources that need to link a Cross Connect via id or via reference. type PccConfig struct { // PrivateCrossConnectID is the ID of the Pcc on which the resource will be created. // It needs to be provided via directly or via reference. diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 5ff8f7fe..adca1c89 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,4 +1,4 @@ -## [1.0.11] (TBD ) +## [1.0.11] (April 2024) - **Features**: - Add `NLB` managed resources: - `Network Load Balancer` @@ -7,8 +7,13 @@ - **Fixes**: - Changed fields for `CubeServer` CR: - - `cpuFamily` field has been removed as it prevented external resource creation. - - `template.name` is now immutable + - `cpuFamily` field has been removed as it prevented external resource creation. + - `template.name` is now immutable + +- **Misc**: + - Added local registry usage example + - Changed e2e tests location to es/vit + - Renamed `Private Cross Connect` to `Cross Connect` in `pcc` documentation ## [1.0.10] (March 2024) - **Features**: diff --git a/docs/api/compute-engine/pcc.md b/docs/api/compute-engine/pcc.md index 75da1cb0..a14d9a74 100644 --- a/docs/api/compute-engine/pcc.md +++ b/docs/api/compute-engine/pcc.md @@ -74,9 +74,9 @@ _Note_: The command should be run from the root of the `crossplane-provider-iono In order to configure the IONOS Cloud Resource, the user can set the `spec.forProvider` fields into the specification file for the resource instance. The required fields that need to be set can be found [here](#required-properties). Following, there is a list of all the properties: * `description` (string) - * description: A short description for the private cross-connection. + * description: A short description for the cross-connection. * `name` (string) - * description: The name of the private cross-connection. + * description: The name of the cross-connection. ### Required Properties diff --git a/package/crds/compute.ionoscloud.crossplane.io_pccs.yaml b/package/crds/compute.ionoscloud.crossplane.io_pccs.yaml index 496ad684..40d1aa7b 100644 --- a/package/crds/compute.ionoscloud.crossplane.io_pccs.yaml +++ b/package/crds/compute.ionoscloud.crossplane.io_pccs.yaml @@ -78,14 +78,14 @@ spec: type: string forProvider: description: |- - PccParameters To connect two PrivateCrossconnects we need 2 lans defined, one in each Pcc. + PccParameters To connect two Crossconnects we need 2 lans defined, one in each Pcc. After, we reference the Pcc through which we want the connection to be established. properties: description: - description: A short description for the private cross-connection. + description: A short description for the cross-connection. type: string name: - description: The name of the private cross-connection. + description: The name of the cross-connection. type: string type: object managementPolicies: