releases: add v1.9.2,v1.8.5,v1.0.9 toml
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
0b26d6452d
commit
38e69fdbee
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