Skip to content

Commit

Permalink
Release v0.7.6 (#947)
Browse files Browse the repository at this point in the history
**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
nghialv authored Oct 12, 2020
1 parent e1a45c7 commit dc5e8ba
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions docs/content/en/blog/releases/v0.7.6.md
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))
2 changes: 1 addition & 1 deletion release/RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: v0.7.5
version: v0.7.6

0 comments on commit dc5e8ba

Please sign in to comment.