Prepare 1.5.0 release notes
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
		| @@ -8,7 +8,7 @@ match_deps = "^github.com/(containerd/[a-zA-Z0-9-]+)$" | |||||||
| # previous release | # previous release | ||||||
| previous = "v1.4.0" | previous = "v1.4.0" | ||||||
| 
 | 
 | ||||||
| pre_release = true | pre_release = false | ||||||
| 
 | 
 | ||||||
| preface = """\ | preface = """\ | ||||||
| The sixth major release of containerd includes many stability improvements | The sixth major release of containerd includes many stability improvements | ||||||
| @@ -23,7 +23,7 @@ var ( | |||||||
| 	Package = "github.com/containerd/containerd" | 	Package = "github.com/containerd/containerd" | ||||||
|  |  | ||||||
| 	// Version holds the complete version number. Filled in at linking time. | 	// Version holds the complete version number. Filled in at linking time. | ||||||
| 	Version = "1.5.0-rc.3+unknown" | 	Version = "1.5.0+unknown" | ||||||
|  |  | ||||||
| 	// Revision is filled with the VCS (e.g. git) revision being used to build | 	// Revision is filled with the VCS (e.g. git) revision being used to build | ||||||
| 	// the program at linking time. | 	// the program at linking time. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Derek McGowan
					Derek McGowan