Skip to content

Commit

Permalink
Release '0.10.0'
Browse files Browse the repository at this point in the history
Signed-off-by: Yevhen Vydolob <[email protected]>
  • Loading branch information
evidolob committed Jan 20, 2021
1 parent f755f94 commit 4399ae7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 0.10.0 (January 20, 2020)

This release brings to you:

* [#343](https://github.com/redhat-developer/vscode-tekton/issues/343) Display PipelineRun result as notifications
* [#399](https://github.com/redhat-developer/vscode-tekton/issues/399) Display Logs in the editor
* [#364](https://github.com/redhat-developer/vscode-tekton/issues/364) New action to rerun tasks
* [#354](https://github.com/redhat-developer/vscode-tekton/issues/354) Generate an example TaskRun YAML for a Task
* [#482](https://github.com/redhat-developer/vscode-tekton/pull/482) Param description below input field
* [#480](https://github.com/redhat-developer/vscode-tekton/issues/480) Update tkn cli version to latest `0.15.0` version

## 0.9.0 (December 9, 2020)

This release brings to you:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ A Visual Studio Code extension for interacting with Tekton Pipelines.

## New and Noteworthy

### Show Tekton TaskRun/PipelineRun Logs in Editor
<div><img src="https://raw.githubusercontent.com/wiki/redhat-developer/vscode-tekton/images/readme/new/logs_in_editor_0.10.0.gif" width="800" height="500" /></div>

### Install Task from TektonHub as ClusterTask
<div><img src="https://raw.githubusercontent.com/wiki/redhat-developer/vscode-tekton/images/readme/new/install_task_as_clustertask_0.9.0.gif" width="800" height="600" /></div>

Expand Down
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
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-tekton-pipelines",
"displayName": "Tekton Pipelines",
"description": "Tekton Pipelines extension by Red Hat",
"version": "0.9.0",
"version": "0.10.0",
"license": "MIT",
"publisher": "redhat",
"author": "Red Hat",
Expand Down

0 comments on commit 4399ae7

Please sign in to comment.