Skip to content

Commit

Permalink
Merge pull request #127 from cybozu-go/update-ignition
Browse files Browse the repository at this point in the history
Update ignition to 0.30
  • Loading branch information
morimoto-cybozu authored Dec 21, 2018
2 parents 8d2a766 + 6ea3630 commit 4a9afbc
Show file tree
Hide file tree
Showing 48 changed files with 1,993 additions and 270 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Changed
* Update github.com/coreos/ignition to v0.30.0 and spec version v2.3.0 (#127).

## [0.30] - 2018-12-06

### Added
* [client] aliases to type in `sabakan` package.
* client: aliases to type in `sabakan` package.

## [0.29] - 2018-11-29

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883 // indirect
github.com/coreos/etcd v3.3.10+incompatible
github.com/coreos/go-systemd v0.0.0-20181031085051-9002847aa142 // indirect
github.com/coreos/ignition v0.28.0
github.com/coreos/ignition v0.30.0
github.com/cybozu-go/etcdutil v1.3.1
github.com/cybozu-go/log v1.5.0
github.com/cybozu-go/netutil v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion ignition.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"net/url"
"text/template"

ignition "github.com/coreos/ignition/config/v2_2"
ignition "github.com/coreos/ignition/config/v2_3"
"github.com/vincent-petithory/dataurl"
yaml "gopkg.in/yaml.v2"
)
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

73 changes: 0 additions & 73 deletions vendor/github.com/coreos/ignition/config/v2_0/append.go

This file was deleted.

72 changes: 0 additions & 72 deletions vendor/github.com/coreos/ignition/config/v2_1/append.go

This file was deleted.

9 changes: 8 additions & 1 deletion vendor/github.com/coreos/ignition/config/v2_1/types/url.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

76 changes: 0 additions & 76 deletions vendor/github.com/coreos/ignition/config/v2_2/append.go

This file was deleted.

9 changes: 8 additions & 1 deletion vendor/github.com/coreos/ignition/config/v2_2/types/url.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

53 changes: 53 additions & 0 deletions vendor/github.com/coreos/ignition/config/v2_3/cloudinit.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4a9afbc

Please sign in to comment.