Skip to content

Commit

Permalink
Release v0.11.1 (#2225)
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 Jul 13, 2021
1 parent 56edde7 commit 39fbfe2
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions docs/content/en/blog/releases/v0.11.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: "Release v0.11.1"
linkTitle: "Release v0.11.1"
date: 2021-07-13
description: >
Release v0.11.1
---

## Changelog since v0.11.0

### Notable Changes
* Fix bug that all plan-preview commands that come after Piped has been running for 5 minutes are not handled ([#2222](https://github.com/pipe-cd/pipe/pull/2222))
* Allow embedding piped-key and ssh-key in Piped config file ([#2216](https://github.com/pipe-cd/pipe/pull/2216))
* Fix bug that SAVE button at admin account form is not enabled when using the same username ([#2209](https://github.com/pipe-cd/pipe/pull/2209))

### Internal Changes
* Add metrics for plan-preview component ([#2223](https://github.com/pipe-cd/pipe/pull/2223))
* Add more logs to plan-preview handler ([#2221](https://github.com/pipe-cd/pipe/pull/2221))
* Fix validation bug on Piped config ([#2219](https://github.com/pipe-cd/pipe/pull/2219))
* Let Prometheus not scrape unneeded targets ([#2213](https://github.com/pipe-cd/pipe/pull/2213))
* Copy SSH key into ssh config dir to use instead of using the given one directly ([#2214](https://github.com/pipe-cd/pipe/pull/2214))
* Delete unused workflow ([#2211](https://github.com/pipe-cd/pipe/pull/2211))
* Update OWNERS_ALIASES ([#2210](https://github.com/pipe-cd/pipe/pull/2210))
* Update Grafana dashboards ([#2207](https://github.com/pipe-cd/pipe/pull/2207))
* Avoid panic in case of error gathering ops metrics ([#2206](https://github.com/pipe-cd/pipe/pull/2206))
* Enable ops metrics endpoint ([#2203](https://github.com/pipe-cd/pipe/pull/2203))
* Expose piped stat metrics at ops metrics endpoint ([#2202](https://github.com/pipe-cd/pipe/pull/2202))
* Explicitly use string as type for key in cache package ([#2200](https://github.com/pipe-cd/pipe/pull/2200))
2 changes: 1 addition & 1 deletion release/RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: v0.11.0
version: v0.11.1

0 comments on commit 39fbfe2

Please sign in to comment.