Skip to content

Commit

Permalink
Replace classificationState with classification
Browse files Browse the repository at this point in the history
  • Loading branch information
rfranzke committed Dec 18, 2024
1 parent e150ace commit 17f2c1b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/proposals/32-version-classification-lifecycles.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ status:
kubernetes:
versions:
- version: 1.30.6
classificationState: supported
classification: supported
```

In addition to the existing classification stages, we add one more stage with the name `unavailable` to the API. An `unavailable` version is planned to become available in the future. It is not possible to reference this version in this stage and can be used by administrators to schedule a new version release.
Expand Down Expand Up @@ -167,13 +167,13 @@ status:
kubernetes:
versions:
- version: 1.27.0
classificationState: supported
classification: supported
- version: 1.28.0
classificationState: supported
classification: supported
- version: 1.18.0
classificationState: expired
classification: expired
- version: 2.0.0
classificationState: unavailable
classification: unavailable
```

### Backwards Compatibility
Expand Down

0 comments on commit 17f2c1b

Please sign in to comment.