Skip to content
New issue

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

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

Already on GitHub? # to your account

[core] Update CRDs from "v1beta1" to "v1" #284

Merged
merged 1 commit into from
Jan 6, 2022

Conversation

ricoberger
Copy link
Member

We updated all our CRDs from version "v1beta1" to "v1". This effects the
Custom Resource Definition for Applications, Dashboards, Teams and
Users.

This was done in preparation of the v1.0.0 release, which marks the
first stable version of kobs. Until the release we do not expect any
breaking changes in the CRDs, but if they are necessary, we will do
them. After the v1.0.0 release changes to the CRDs should always be
backwards compatible.

@ricoberger ricoberger force-pushed the core-update-crds-from-v1beta1-to-v1 branch from 29390ce to a1f9d7a Compare January 6, 2022 19:25
@codecov-commenter
Copy link

codecov-commenter commented Jan 6, 2022

Codecov Report

Merging #284 (f8ecdad) into main (333e312) will not change coverage.
The diff coverage is 94.54%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #284   +/-   ##
=======================================
  Coverage   44.89%   44.89%           
=======================================
  Files          96       96           
  Lines        8032     8032           
=======================================
  Hits         3606     3606           
  Misses       4394     4394           
  Partials       32       32           
Impacted Files Coverage Δ
pkg/api/middleware/auth/context/context.go 100.00% <ø> (ø)
plugins/applications/pkg/topology/topology.go 100.00% <ø> (ø)
plugins/flux/pkg/sync/sync.go 0.00% <0.00%> (ø)
pkg/api/clusters/cluster/cluster.go 29.79% <95.23%> (ø)
pkg/api/clusters/cluster/defaults.go 100.00% <100.00%> (ø)
pkg/api/middleware/auth/auth.go 96.59% <100.00%> (ø)
plugins/applications/applications.go 100.00% <100.00%> (ø)
plugins/applications/pkg/tags/tags.go 100.00% <100.00%> (ø)
plugins/applications/pkg/teams/teams.go 100.00% <100.00%> (ø)
plugins/dashboards/dashboards.go 100.00% <100.00%> (ø)
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 333e312...f8ecdad. Read the comment docs.

We updated all our CRDs from version "v1beta1" to "v1". This effects the
Custom Resource Definition for Applications, Dashboards, Teams and
Users.

This was done in preparation of the v1.0.0 release, which marks the
first stable version of kobs. Until the release we do not expect any
breaking changes in the CRDs, but if they are necessary, we will do
them. After the v1.0.0 release changes to the CRDs should always be
backwards compatible.
@ricoberger ricoberger force-pushed the core-update-crds-from-v1beta1-to-v1 branch from a1f9d7a to f8ecdad Compare January 6, 2022 19:43
@ricoberger ricoberger merged commit 2c08ee8 into main Jan 6, 2022
@ricoberger ricoberger deleted the core-update-crds-from-v1beta1-to-v1 branch January 6, 2022 20:04
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants