-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes # **Does this PR introduce a user-facing change?**: <!-- If no, just write "NONE" in the release-note block below. --> ```release-note NONE ``` This PR was merged by Kapetanios.
- Loading branch information
Showing
2 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version: v0.7.5 | ||
version: v0.7.6 |