From dc5e8baa319f56ab1c6714e5cc86a1015db6bfcb Mon Sep 17 00:00:00 2001 From: Le Van Nghia Date: Mon, 12 Oct 2020 17:52:36 +0900 Subject: [PATCH] Release v0.7.6 (#947) **What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes # **Does this PR introduce a user-facing change?**: ```release-note NONE ``` This PR was merged by Kapetanios. --- docs/content/en/blog/releases/v0.7.6.md | 34 +++++++++++++++++++++++++ release/RELEASE | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 docs/content/en/blog/releases/v0.7.6.md diff --git a/docs/content/en/blog/releases/v0.7.6.md b/docs/content/en/blog/releases/v0.7.6.md new file mode 100644 index 0000000000..1581ec89ce --- /dev/null +++ b/docs/content/en/blog/releases/v0.7.6.md @@ -0,0 +1,34 @@ +--- +title: "Release v0.7.6" +linkTitle: "Release v0.7.6" +date: 2020-10-12 +description: > + Release v0.7.6 +--- + +## Changelog since v0.7.5 + +### Notable Changes +* Rename operator component to ops ([#940](https://github.com/pipe-cd/pipe/pull/940)) + +### Internal Changes +* Update installation.md ([#946](https://github.com/pipe-cd/pipe/pull/946)) +* Fix wrong port number in quickstart ([#945](https://github.com/pipe-cd/pipe/pull/945)) +* Rename operator component in manfiests ([#943](https://github.com/pipe-cd/pipe/pull/943)) +* Refactor helm template ([#928](https://github.com/pipe-cd/pipe/pull/928)) +* Fix doubled word in the drift description ([#942](https://github.com/pipe-cd/pipe/pull/942)) +* Add missing namespace option to port-forward command ([#941](https://github.com/pipe-cd/pipe/pull/941)) +* Add comparisons to FAQ ([#939](https://github.com/pipe-cd/pipe/pull/939)) +* Add rfc template to docs ([#938](https://github.com/pipe-cd/pipe/pull/938)) +* Use create-namespace option to simplify the installation command ([#937](https://github.com/pipe-cd/pipe/pull/937)) +* Add deployments module tests ([#936](https://github.com/pipe-cd/pipe/pull/936)) +* Add more tests for web ([#935](https://github.com/pipe-cd/pipe/pull/935)) +* Add secrets management feature to feature status ([#931](https://github.com/pipe-cd/pipe/pull/931)) +* Add web tests ([#929](https://github.com/pipe-cd/pipe/pull/929)) +* Update bazel to 3.6.0, go to 1.14.9 and buildtools to 3.5.0 ([#927](https://github.com/pipe-cd/pipe/pull/927)) +* Fix wrong description in docs config ([#925](https://github.com/pipe-cd/pipe/pull/925)) +* Specify kubernetes packages by tag instead of commit hash ([#924](https://github.com/pipe-cd/pipe/pull/924)) +* Fix typos ([#922](https://github.com/pipe-cd/pipe/pull/922)) +* Fix spelling in docs ([#921](https://github.com/pipe-cd/pipe/pull/921)) +* Do not apply to the default namespace at Quickstart guide ([#920](https://github.com/pipe-cd/pipe/pull/920)) +* Fix wrong LICENSE link ([#919](https://github.com/pipe-cd/pipe/pull/919)) diff --git a/release/RELEASE b/release/RELEASE index 61c9d68efe..43ff43dc68 100644 --- a/release/RELEASE +++ b/release/RELEASE @@ -1 +1 @@ -version: v0.7.5 +version: v0.7.6