Skip to content

Commit

Permalink
Adjust migration notes (#1310)
Browse files Browse the repository at this point in the history
* Adjust migration notes

* remove migrate note
  • Loading branch information
nataliasitko committed Sep 19, 2024
1 parent 0d465ce commit 33537c4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/user/custom-resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Browse the documentation related to the APIGateway custom resource (CR):
The `apirules.gateway.kyma-project.io` CRD describes the kind and the format of data the APIRule Controller uses to configure resources. The APIRule CR is available in two versions: `v2alpha1` and `v1beta1`.

> [!WARNING]
> APIRule in version `v1beta1` will become deprecated in 2024. Migrate to version `v2alpha1`.
> APIRule in version `v1beta1` will become deprecated in 2024.
Browse the documentation related to the APIRule CR in version `v2alpha1`:
- [Specification of APIRule CR](./apirule/v2alpha1/04-10-apirule-custom-resource.md) describing all primary parameters of APIRule CR
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# APIRule v1beta1 Custom Resource <!-- {docsify-ignore-all} -->

> [!WARNING]
> The APIRule in version `v1beta1` will be deprecated in 2024. Use the APIRule in version `v2alpha1` instead.
> The APIRule in version `v1beta1` will be deprecated in 2024.
The `apirules.gateway.kyma-project.io` CustomResourceDefinition (CRD) describes the kind and the format of data the
APIGateway Controller listens for. To get the up-to-date CRD in the `yaml` format, run the following command:
Expand Down
2 changes: 1 addition & 1 deletion docs/user/custom-resources/apirule/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The `apirules.gateway.kyma-project.io` CRD describes the kind and the format of data the APIRule Controller uses to configure resources. The APIRule CR is available in two versions: `v2alpha1` and `v1beta1`.

> [!WARNING]
> APIRule in version `v1beta1` will become deprecated in 2024. Migrate to version `v2alpha1`.
> APIRule in version `v1beta1` will become deprecated in 2024.
Browse the documentation related to the APIRule CR in version `v2alpha1`:
- [Specification of APIRule CR](./v2alpha1/04-10-apirule-custom-resource.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ If you have issues creating an APIRule custom resource (CR) or you've exposed a
- [APIRule CR in version v1beta1](./03-00-basic-diagnostics.md)

> [!WARNING]
> APIRule in version `v1beta1` will become deprecated in 2024. Migrate to version `v2alpha1`.
> APIRule in version `v1beta1` will become deprecated in 2024.
2 changes: 1 addition & 1 deletion docs/user/tutorials/01-40-expose-workload/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Browse the API Gateway tutorials to learn how to expose workloads. The tutorials are available in two versions: one uses the APIRule resource in version `v2alpha1` and the other uses the APIRule resource in version `v1beta1`.

> [!WARNING]
> APIRule in version `v1beta1` will become deprecated in 2024. Migrate to version `v2alpha1`.
> APIRule in version `v1beta1` will become deprecated in 2024.
Expose a workload with APIRule in version `v2alpha1`:
- [Expose a Workload](./v2alpha1/01-40-expose-workload-apigateway.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Browse the API Gateway tutorials to learn how to expose and secure workloads. The tutorials are available in two versions: one uses the APIRule resource in version `v2alpha1` and the other uses the APIRule resource in version `v1beta1`.

> [!WARNING]
> APIRule in version `v1beta1` will become deprecated in 2024. Migrate to version `v2alpha1`.
> APIRule in version `v1beta1` will become deprecated in 2024.
Expose and Secure a workload with APIRule in version `v2alpha1`:
- [Get a JSON Web Token (JWT)](./01-51-get-jwt.md)
Expand Down

0 comments on commit 33537c4

Please sign in to comment.