Merge pull request #1309 from runcom/1.9.2-release-file
releases: add v1.9.2,v1.8.5,v1.0.9 toml
This commit is contained in:
commit
5b8d965d43
3 changed files with 39 additions and 0 deletions
13
releases/v1.0.9.toml
Normal file
13
releases/v1.0.9.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# The commit/tag of the release
|
||||||
|
commit = "v1.0.9"
|
||||||
|
project_name = "CRI-O"
|
||||||
|
github_repo = "kubernetes-incubator/cri-o"
|
||||||
|
previous = "v1.0.8"
|
||||||
|
pre_release = false
|
||||||
|
|
||||||
|
preface = """\
|
||||||
|
"""
|
||||||
|
|
||||||
|
[notes]
|
||||||
|
|
||||||
|
[breaking]
|
13
releases/v1.8.5.toml
Normal file
13
releases/v1.8.5.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# The commit/tag of the release
|
||||||
|
commit = "v1.8.5"
|
||||||
|
project_name = "CRI-O"
|
||||||
|
github_repo = "kubernetes-incubator/cri-o"
|
||||||
|
previous = "v1.8.4"
|
||||||
|
pre_release = false
|
||||||
|
|
||||||
|
preface = """\
|
||||||
|
"""
|
||||||
|
|
||||||
|
[notes]
|
||||||
|
|
||||||
|
[breaking]
|
13
releases/v1.9.2.toml
Normal file
13
releases/v1.9.2.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# The commit/tag of the release
|
||||||
|
commit = "v1.9.2"
|
||||||
|
project_name = "CRI-O"
|
||||||
|
github_repo = "kubernetes-incubator/cri-o"
|
||||||
|
previous = "v1.9.1"
|
||||||
|
pre_release = false
|
||||||
|
|
||||||
|
preface = """\
|
||||||
|
"""
|
||||||
|
|
||||||
|
[notes]
|
||||||
|
|
||||||
|
[breaking]
|
Loading…
Reference in a new issue