Skip to content

Commit

Permalink
config: register fcos/v1_7_exp
Browse files Browse the repository at this point in the history
  • Loading branch information
prestist committed Nov 21, 2024
1 parent f0c0ddf commit 544b5df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import (
fcos1_4 "github.com/coreos/butane/config/fcos/v1_4"
fcos1_5 "github.com/coreos/butane/config/fcos/v1_5"
fcos1_6 "github.com/coreos/butane/config/fcos/v1_6"
fcos1_7_exp "github.com/coreos/butane/config/fcos/v1_7_exp"
fiot1_0 "github.com/coreos/butane/config/fiot/v1_0"
fiot1_1 "github.com/coreos/butane/config/fiot/v1_1"
fiot1_2_exp "github.com/coreos/butane/config/fiot/v1_2_exp"
Expand Down Expand Up @@ -71,6 +72,7 @@ func init() {
RegisterTranslator("fcos", "1.4.0", fcos1_4.ToIgn3_3Bytes)
RegisterTranslator("fcos", "1.5.0", fcos1_5.ToIgn3_4Bytes)
RegisterTranslator("fcos", "1.6.0", fcos1_6.ToIgn3_5Bytes)
RegisterTranslator("fcos", "1.7.0-experimental", fcos1_7_exp.ToIgn3_5Bytes)
RegisterTranslator("flatcar", "1.0.0", flatcar1_0.ToIgn3_3Bytes)
RegisterTranslator("flatcar", "1.1.0", flatcar1_1.ToIgn3_4Bytes)
RegisterTranslator("flatcar", "1.2.0", flatcar1_2.ToIgn3_5Bytes)
Expand Down

0 comments on commit 544b5df

Please sign in to comment.