File tree 2 files changed +29
-1
lines changed
docs/content/en/blog/releases
2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change
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))
Original file line number Diff line number Diff line change 1
- version: v0.10.1
1
+ version: v0.10.2
You can’t perform that action at this time.
0 commit comments