Skip to content

Commit

Permalink
openshift/v4_18_exp: update fcos and base dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
prestist committed Nov 21, 2024
1 parent 544b5df commit baf9c1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/openshift/v4_18_exp/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
package v4_18_exp

import (
fcos "github.com/coreos/butane/config/fcos/v1_6_exp"
fcos "github.com/coreos/butane/config/fcos/v1_7_exp"
)

const ROLE_LABEL_KEY = "machineconfiguration.openshift.io/role"
Expand Down
4 changes: 2 additions & 2 deletions config/openshift/v4_18_exp/translate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ import (
"testing"

baseutil "github.com/coreos/butane/base/util"
base "github.com/coreos/butane/base/v0_6_exp"
base "github.com/coreos/butane/base/v0_7_exp"
"github.com/coreos/butane/config/common"
fcos "github.com/coreos/butane/config/fcos/v1_6_exp"
fcos "github.com/coreos/butane/config/fcos/v1_7_exp"
"github.com/coreos/butane/config/openshift/v4_18_exp/result"
confutil "github.com/coreos/butane/config/util"
"github.com/coreos/butane/translate"
Expand Down

0 comments on commit baf9c1c

Please sign in to comment.