site: mark v0.9 as stable, updated release docs (#1393)

This commit is contained in:
Jarek Kowalski
2021-10-15 07:12:36 -07:00
committed by GitHub
parent 5d9133a72b
commit ff470ba67d
3 changed files with 6 additions and 5 deletions

View File

@@ -4,8 +4,8 @@ linkTitle: "Release Notes"
weight: 1
---
* [0.9](v0.9/) - release candidate
* [0.8](v0.8/) - latest stable release
* [0.9](v0.9/) - latest stable release
* [0.8](v0.8/)
* [0.7](v0.7/)
* [0.6](v0.6/)
* [0.5](v0.5/)

View File

@@ -1,6 +1,6 @@
---
title: "Kopia v0.8"
linkTitle: "v0.8 (Stable)"
linkTitle: "v0.8"
weight: -80
---

View File

@@ -1,6 +1,6 @@
---
title: "Kopia v0.9"
linkTitle: "v0.9 (RC)"
linkTitle: "v0.9"
weight: -90
---
@@ -74,7 +74,7 @@ Repositories created using previous versions can be upgraded to latest format. S
* for read-only repositories start a read-only source manager [#1009](https://github.com/kopia/kopia/pull/1009)
* open .gitignore help in a new window [#1016](https://github.com/kopia/kopia/pull/1016)
* show a spinner when saving/deleting policy [#1018](https://github.com/kopia/kopia/pull/1018)
* improved auto-update experience - [#1390](https://github.com/kopia/kopia/pull/1390)
### Security
* security: switched to github.com/golang-jwt/jwt/v4 to fix upstream security issue [#1235](https://github.com/kopia/kopia/pull/1235)
@@ -90,3 +90,4 @@ Repositories created using previous versions can be upgraded to latest format. S
* ci: Allow to compile Kopia cli on OpenBSD [#983](https://github.com/kopia/kopia/pull/983)
* upgrade golang to 1.17
* testing: Refactored most of the CLI tests to run in-process as opposed to using sub-processes [#1059](https://github.com/kopia/kopia/pull/1059)
* switched logging to zap [#1376](https://github.com/kopia/kopia/pull/1376)