Skip to content

Commit

Permalink
Release '0.0.8'
Browse files Browse the repository at this point in the history
Signed-off-by: Yevhen Vydolob <[email protected]>
  • Loading branch information
evidolob committed Apr 22, 2020
1 parent bedcfaa commit 994b44d
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

## 0.0.8 (April 22, 2020)

This release brings to you:

* [#181](https://github.com/redhat-developer/vscode-tekton/issues/181)Show conditional tasks in the pipeline and pipelinerun diagrams
* [#197](https://github.com/redhat-developer/vscode-tekton/issues/197)Add PipelineRun in the tree as a root node
* [#198](https://github.com/redhat-developer/vscode-tekton/issues/198)Add TaskRuns in the tree as a root node
* [#241](https://github.com/redhat-developer/vscode-tekton/pull/241)Single click on icon will open yaml in editor
* [#183](https://github.com/redhat-developer/vscode-tekton/issues/183)Add support for v1beta1 API
* [#176](https://github.com/redhat-developer/vscode-tekton/issues/176)Update snippet apiversions
* [#240](https://github.com/redhat-developer/vscode-tekton/issues/240)Revisit pipeline tree load
* [#239](https://github.com/redhat-developer/vscode-tekton/issues/239)Improve tekton tree refresh
* [#251](https://github.com/redhat-developer/vscode-tekton/issues/251)Open PipelineRun and TaskRun as readonly
* Bugfixes or minor issues:
* [#217](https://github.com/redhat-developer/vscode-tekton/issues/217)Error when starting pipeline with no spec/resource section
* [#2](https://github.com/redhat-developer/vscode-tekton/issues/2)Display build logs from cluster view
* [#184](https://github.com/redhat-developer/vscode-tekton/issues/184)Add snippets for trigger types
* [#185](https://github.com/redhat-developer/vscode-tekton/issues/185)Add snippets for conditions
* [#225](https://github.com/redhat-developer/vscode-tekton/issues/225)Snippets ClusterTask wrong
* [#246](https://github.com/redhat-developer/vscode-tekton/pull/246)Warning message if cluster is down

## 0.0.7 (April 03, 2020)

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

## New and Noteworthy

### Tekton tree auto refresh
<div><img src="https://raw.githubusercontent.com/wiki/redhat-developer/vscode-tekton/images/readme/new/tree_refresh_0.0.7.gif" width="710" height="499" /></div>
### Tekton tree auto refresh and open resource from inline command

<div><img src="https://raw.githubusercontent.com/wiki/redhat-developer/vscode-tekton/images/readme/new/tree_refresh_0.0.8.gif" width="710" height="499" /></div>

### PipelineRun preview
<div><img src="https://raw.githubusercontent.com/wiki/redhat-developer/vscode-tekton/images/readme/new/pipeline_run_preview_0.0.7.gif" width="710" height="499" /></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.0.7",
"version": "0.0.8",
"license": "MIT",
"publisher": "redhat",
"author": "Red Hat",
Expand Down

0 comments on commit 994b44d

Please sign in to comment.