diff --git a/site/content/docs/Release Notes/_index.md b/site/content/docs/Release Notes/_index.md index d1c30ac41..0a9d62d14 100644 --- a/site/content/docs/Release Notes/_index.md +++ b/site/content/docs/Release Notes/_index.md @@ -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/) diff --git a/site/content/docs/Release Notes/v0.8.md b/site/content/docs/Release Notes/v0.8.md index 87eb590c1..ab34156c5 100644 --- a/site/content/docs/Release Notes/v0.8.md +++ b/site/content/docs/Release Notes/v0.8.md @@ -1,6 +1,6 @@ --- title: "Kopia v0.8" -linkTitle: "v0.8 (Stable)" +linkTitle: "v0.8" weight: -80 --- diff --git a/site/content/docs/Release Notes/v0.9.md b/site/content/docs/Release Notes/v0.9.md index 2f977b5c6..7717ef6f5 100644 --- a/site/content/docs/Release Notes/v0.9.md +++ b/site/content/docs/Release Notes/v0.9.md @@ -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)