Skip to content

Commit

Permalink
openshift/v4_19_exp: generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yasminvalim committed Nov 29, 2024
1 parent 330b35f commit 7069196
Show file tree
Hide file tree
Showing 15 changed files with 2,257 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/openshift/v4_19_exp/translate.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@ func (c Config) FieldFilters() *cutil.FieldFilters {
return &fieldFilters
}

// ToMachineConfig4_18Unvalidated translates the config to a MachineConfig. It also
// ToMachineConfig4_19Unvalidated translates the config to a MachineConfig. It also
// returns the set of translations it did so paths in the resultant config
// can be tracked back to their source in the source config. No config
// validation is performed on input or output.
func (c Config) ToMachineConfig4_18Unvalidated(options common.TranslateOptions) (result.MachineConfig, translate.TranslationSet, report.Report) {
func (c Config) ToMachineConfig4_19Unvalidated(options common.TranslateOptions) (result.MachineConfig, translate.TranslationSet, report.Report) {
cfg, ts, r := c.Config.ToIgn3_6Unvalidated(options)
if r.IsFatal() {
return result.MachineConfig{}, ts, r
Expand Down
185 changes: 185 additions & 0 deletions docs/config-openshift-v4_19-exp.md

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions docs/upgrading-openshift.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ Occasionally, changes are made to OpenShift Butane configs (those that specify `

{% comment %}

## From Version 4.17.0 to 4.18.0

There are no breaking changes between versions 4.17.0 and 4.18.0 of the `openshift` configuration specification. Any valid 4.17.0 configuration can be updated to a 4.18.0 configuration by changing the version string in the config.

{% endcomment %}

## From Version 4.16.0 to 4.17.0

There are no breaking changes between versions 4.16.0 and 4.17.0 of the `openshift` configuration specification. Any valid 4.16.0 configuration can be updated to a 4.17.0 configuration by changing the version string in the config.
Expand Down
165 changes: 165 additions & 0 deletions internal/doc/config-openshift-v4_10.md

Large diffs are not rendered by default.

165 changes: 165 additions & 0 deletions internal/doc/config-openshift-v4_11.md

Large diffs are not rendered by default.

165 changes: 165 additions & 0 deletions internal/doc/config-openshift-v4_12.md

Large diffs are not rendered by default.

166 changes: 166 additions & 0 deletions internal/doc/config-openshift-v4_13.md

Large diffs are not rendered by default.

178 changes: 178 additions & 0 deletions internal/doc/config-openshift-v4_14.md

Large diffs are not rendered by default.

178 changes: 178 additions & 0 deletions internal/doc/config-openshift-v4_15.md

Large diffs are not rendered by default.

178 changes: 178 additions & 0 deletions internal/doc/config-openshift-v4_16.md

Large diffs are not rendered by default.

178 changes: 178 additions & 0 deletions internal/doc/config-openshift-v4_17.md

Large diffs are not rendered by default.

178 changes: 178 additions & 0 deletions internal/doc/config-openshift-v4_18.md

Large diffs are not rendered by default.

185 changes: 185 additions & 0 deletions internal/doc/config-openshift-v4_19-exp.md

Large diffs are not rendered by default.

164 changes: 164 additions & 0 deletions internal/doc/config-openshift-v4_8.md

Large diffs are not rendered by default.

164 changes: 164 additions & 0 deletions internal/doc/config-openshift-v4_9.md

Large diffs are not rendered by default.

0 comments on commit 7069196

Please sign in to comment.