From a636972c3e3c86e398a4fa0d7b76386d4683072e Mon Sep 17 00:00:00 2001 From: Mrunal Patel Date: Fri, 13 Oct 2017 11:26:46 -0700 Subject: [PATCH 1/2] version: Release 1.0.0 Signed-off-by: Mrunal Patel --- README.md | 3 +-- VERSION | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d1cddd1f..0d7dbaaa 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Build Status](https://img.shields.io/travis/kubernetes-incubator/cri-o.svg?maxAge=2592000&style=flat-square)](https://travis-ci.org/kubernetes-incubator/cri-o) [![Go Report Card](https://goreportcard.com/badge/github.com/kubernetes-incubator/cri-o?style=flat-square)](https://goreportcard.com/report/github.com/kubernetes-incubator/cri-o) -### Status: Release Candidate 3 +### Status: Stable ## What is the scope of this project? @@ -256,5 +256,4 @@ To run a full cluster, see [the instructions](kubernetes.md). 1. Support for log management, networking integration using CNI, pluggable image/storage management (done) 1. Support for exec/attach (done) 1. Target fully automated kubernetes testing without failures [e2e status](https://github.com/kubernetes-incubator/cri-o/issues/533) -1. Release 1.0 1. Track upstream k8s releases diff --git a/VERSION b/VERSION index 1e78071b..3eefcb9d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0-rc4-dev +1.0.0 From 0908ad16d7fd715fb6e0a20d6c0cfece242925f0 Mon Sep 17 00:00:00 2001 From: Mrunal Patel Date: Fri, 13 Oct 2017 11:27:13 -0700 Subject: [PATCH 2/2] version: Switch 1.8.0-rc1-dev Signed-off-by: Mrunal Patel --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 3eefcb9d..d02599ec 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 +1.8.0-rc1-dev