Skip to content

Commit

Permalink
Release '0.15.0' (#575)
Browse files Browse the repository at this point in the history
sudhirverma authored May 11, 2021
1 parent 1c4a727 commit 31fdd36
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 0.15.0 (May 11, 2021)

This release brings to you:

* [#352](https://github.com/redhat-developer/vscode-tekton/issues/352) Display task steps in pipeline diagram.
* [#443](https://github.com/redhat-developer/vscode-tekton/issues/443) Move the 'About' context menu item to some place where it makes sense.
* [#510](https://github.com/redhat-developer/vscode-tekton/issues/510) Allow user to configure Tekton Hub API endpoint.
* [#515](https://github.com/redhat-developer/vscode-tekton/issues/515) Wrong behavior in Tekton Hub when uninstalling resources.
* [#540](https://github.com/redhat-developer/vscode-tekton/issues/540) Add overview part for extension.
* [#561](https://github.com/redhat-developer/vscode-tekton/pull/561) Fix add trigger and added test.
* [#562](https://github.com/redhat-developer/vscode-tekton/issues/562) Prevent writing negative numbers when creating volume claim template.
* [#564](https://github.com/redhat-developer/vscode-tekton/pull/564) Fix bug for start task and Added test.
* [#569](https://github.com/redhat-developer/vscode-tekton/pull/569) Watch tekton resources at the activation of extension and send data to telemetry if new resource are created.
* [#570](https://github.com/redhat-developer/vscode-tekton/pull/570) svg icons stopped working after vscode update to VSCode v1.56.0.

## 0.14.0 (April 14, 2021)

This release brings to you:
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "vscode-tekton-pipelines",
"displayName": "Tekton Pipelines",
"description": "Tekton Pipelines extension by Red Hat",
"version": "0.14.0",
"version": "0.15.0",
"license": "MIT",
"publisher": "redhat",
"author": "Red Hat",

0 comments on commit 31fdd36

Please sign in to comment.