Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.2.0 #545

Merged
merged 1 commit into from
Jul 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions docs/content/en/blog/releases/v0.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
title: "Release v0.2.0"
linkTitle: "Release v0.2.0"
date: 2020-07-28
description: >
Release v0.2.0
---

## Changelog since v0.1.9

### Notable Changes

No notable changes for this release

### Internal Changes
* Send remaining notification events before exiting and fix env name ([#543](https://github.com/pipe-cd/pipe/pull/543))
* Add GetEnvironment rpc to piped api ([#542](https://github.com/pipe-cd/pipe/pull/542))
* Set the commander by the logged in username ([#541](https://github.com/pipe-cd/pipe/pull/541))
* Fix image tag for push-site-image build ([#540](https://github.com/pipe-cd/pipe/pull/540))
* Show user avatar if user is logged in ([#539](https://github.com/pipe-cd/pipe/pull/539))
* Fixed grpc api path ([#538](https://github.com/pipe-cd/pipe/pull/538))
* Added missing authorization conditions ([#537](https://github.com/pipe-cd/pipe/pull/537))
* Removed code that verifies jwt temporarily ([#533](https://github.com/pipe-cd/pipe/pull/533))
* Add ability to send notifications to slack ([#531](https://github.com/pipe-cd/pipe/pull/531))
* Fix push-site-image build to keep git clean ([#530](https://github.com/pipe-cd/pipe/pull/530))
* Add fetching user info to the first loading ([#529](https://github.com/pipe-cd/pipe/pull/529))
* Add guide to run website locally to README.md ([#528](https://github.com/pipe-cd/pipe/pull/528))
* Ensure to order lists by UpdatedAt ([#527](https://github.com/pipe-cd/pipe/pull/527))
* Refactor documentation and website ([#526](https://github.com/pipe-cd/pipe/pull/526))
* Update README.md for examples ([#525](https://github.com/pipe-cd/pipe/pull/525))
* Add README for examples repository ([#524](https://github.com/pipe-cd/pipe/pull/524))
* Update image tag for examples ([#523](https://github.com/pipe-cd/pipe/pull/523))
* Build site image when merged ([#522](https://github.com/pipe-cd/pipe/pull/522))
* Rename documentation files ([#521](https://github.com/pipe-cd/pipe/pull/521))
* Add examples ([#520](https://github.com/pipe-cd/pipe/pull/520))
* Add documentation and site ([#519](https://github.com/pipe-cd/pipe/pull/519))
* Fix application detail layout ([#518](https://github.com/pipe-cd/pipe/pull/518))
* Implemented GetMe API ([#510](https://github.com/pipe-cd/pipe/pull/510))
2 changes: 1 addition & 1 deletion release/RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: v0.1.9
version: v0.2.0