-
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
29 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,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)) |
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.11.0 | ||
version: v0.11.1 |