Skip to content

Commit 994b44d

Browse files
committedApr 22, 2020
Release '0.0.8'
Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
1 parent bedcfaa commit 994b44d

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed
 

‎CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Change Log
22

3+
## 0.0.8 (April 22, 2020)
4+
5+
This release brings to you:
6+
7+
* [#181](https://github.com/redhat-developer/vscode-tekton/issues/181)Show conditional tasks in the pipeline and pipelinerun diagrams
8+
* [#197](https://github.com/redhat-developer/vscode-tekton/issues/197)Add PipelineRun in the tree as a root node
9+
* [#198](https://github.com/redhat-developer/vscode-tekton/issues/198)Add TaskRuns in the tree as a root node
10+
* [#241](https://github.com/redhat-developer/vscode-tekton/pull/241)Single click on icon will open yaml in editor
11+
* [#183](https://github.com/redhat-developer/vscode-tekton/issues/183)Add support for v1beta1 API
12+
* [#176](https://github.com/redhat-developer/vscode-tekton/issues/176)Update snippet apiversions
13+
* [#240](https://github.com/redhat-developer/vscode-tekton/issues/240)Revisit pipeline tree load
14+
* [#239](https://github.com/redhat-developer/vscode-tekton/issues/239)Improve tekton tree refresh
15+
* [#251](https://github.com/redhat-developer/vscode-tekton/issues/251)Open PipelineRun and TaskRun as readonly
16+
* Bugfixes or minor issues:
17+
* [#217](https://github.com/redhat-developer/vscode-tekton/issues/217)Error when starting pipeline with no spec/resource section
18+
* [#2](https://github.com/redhat-developer/vscode-tekton/issues/2)Display build logs from cluster view
19+
* [#184](https://github.com/redhat-developer/vscode-tekton/issues/184)Add snippets for trigger types
20+
* [#185](https://github.com/redhat-developer/vscode-tekton/issues/185)Add snippets for conditions
21+
* [#225](https://github.com/redhat-developer/vscode-tekton/issues/225)Snippets ClusterTask wrong
22+
* [#246](https://github.com/redhat-developer/vscode-tekton/pull/246)Warning message if cluster is down
23+
324
## 0.0.7 (April 03, 2020)
425

526
This release brings to you:

‎README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ A Visual Studio Code extension for interacting with Tekton Pipelines.
1212

1313
## New and Noteworthy
1414

15-
### Tekton tree auto refresh
16-
<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>
15+
### Tekton tree auto refresh and open resource from inline command
16+
17+
<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>
1718

1819
### PipelineRun preview
1920
<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>

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-tekton-pipelines",
33
"displayName": "Tekton Pipelines",
44
"description": "Tekton Pipelines extension by Red Hat",
5-
"version": "0.0.7",
5+
"version": "0.0.8",
66
"license": "MIT",
77
"publisher": "redhat",
88
"author": "Red Hat",

0 commit comments

Comments
 (0)