Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some yaml files and md documents still remain core in v1beta1 format #520

Open
juwei008 opened this issue Apr 11, 2024 · 0 comments · May be fixed by #521
Open

Some yaml files and md documents still remain core in v1beta1 format #520

juwei008 opened this issue Apr 11, 2024 · 0 comments · May be fixed by #521
Labels
bug Something isn't working

Comments

@juwei008
Copy link

Description
Starting from version v1.1.0, the core v1beta1 API is deprecated and will be removed in the future. However, in some YAML files and md documents, there are still remain in v1beta1 format.
For example:
./docs/proposals/20230330-support-dapr-state-management.md:apiVersion: core.openfunction.io/v1beta1
./test/async-runtime/bindings/manifests.yaml:apiVersion: core.openfunction.io/v1beta1
./test/events/manifests.yaml:apiVersion: core.openfunction.io/v1beta1
./test/knative-runtime/knative-dapr/manifests.yaml:apiVersion: core.openfunction.io/v1beta1
......

Environmental
I installed Helm and kubectl locally and operated on the k8s cluster.
Kubernetes version: v1.24
OpenFunction version: latest
Helm version v3.8.2

Expected behavior
Upgrade core objects from the v1beta1 version to the recommended v1beta2 version.

@juwei008 juwei008 added the bug Something isn't working label Apr 11, 2024
juwei008 added a commit to juwei008/OpenFunction that referenced this issue Apr 11, 2024
Starting from version v1.1.0, the core v1beta1 API is deprecated and will be removed in the future. However, in some YAML files and md documents, there are still remain in v1beta1 format.

Fixes: OpenFunction#520

Signed-off-by: juwei008 <juwei006@163.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant