Skip to content

Commit 160b6ec

Browse files
authored
Release v0.10.2 (#2137)
**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.
1 parent 4c5047c commit 160b6ec

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed
+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: "Release v0.10.2"
3+
linkTitle: "Release v0.10.2"
4+
date: 2021-06-25
5+
description: >
6+
Release v0.10.2
7+
---
8+
9+
## Changelog since v0.10.1
10+
11+
### Notable Changes
12+
* Support pattern syntax to specify EventWatcher files to be included/excluded ([#2122](https://github.com/pipe-cd/pipe/pull/2122))
13+
14+
### Internal Changes
15+
* Fix indent in quickstart chart template ([#2136](https://github.com/pipe-cd/pipe/pull/2136))
16+
* Fix typo in operator doc ([#2134](https://github.com/pipe-cd/pipe/pull/2134))
17+
* Add --dependency-update flag to fetch dependencies before installing quickstart ([#2135](https://github.com/pipe-cd/pipe/pull/2135))
18+
* Refactor components directory structure ([#2132](https://github.com/pipe-cd/pipe/pull/2132))
19+
* Ensure piped sends command's output data to control-plane ([#2133](https://github.com/pipe-cd/pipe/pull/2133))
20+
* Add missing base_branch parameter to planpreview request ([#2130](https://github.com/pipe-cd/pipe/pull/2130))
21+
* Bump jest packages ([#2129](https://github.com/pipe-cd/pipe/pull/2129))
22+
* Allow specifying additional labels to Piped's service manifest ([#2125](https://github.com/pipe-cd/pipe/pull/2125))
23+
* Implement RPC to request planpreview ([#2124](https://github.com/pipe-cd/pipe/pull/2124))
24+
* Avoid using the same pointer across goroutines ([#2123](https://github.com/pipe-cd/pipe/pull/2123))
25+
* Implement RPC to retrieve planpreview results ([#2121](https://github.com/pipe-cd/pipe/pull/2121))
26+
* Add tutorial to guide using canary deployment with pod selector ([#2120](https://github.com/pipe-cd/pipe/pull/2120))
27+
* Enable metrics flag via Helm values ([#2117](https://github.com/pipe-cd/pipe/pull/2117))
28+
* Show all insights chart with placeholder data ([#2112](https://github.com/pipe-cd/pipe/pull/2112))

release/RELEASE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: v0.10.1
1+
version: v0.10.2

0 commit comments

Comments
 (0)