File tree 4 files changed +26
-4
lines changed
4 files changed +26
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
24
## 0.0.7 (April 03, 2020)
4
25
5
26
This release brings to you:
Original file line number Diff line number Diff line change @@ -12,8 +12,9 @@ A Visual Studio Code extension for interacting with Tekton Pipelines.
12
12
13
13
## New and Noteworthy
14
14
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 >
17
18
18
19
### PipelineRun preview
19
20
<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 >
Original file line number Diff line number Diff line change 2
2
"name" : " vscode-tekton-pipelines" ,
3
3
"displayName" : " Tekton Pipelines" ,
4
4
"description" : " Tekton Pipelines extension by Red Hat" ,
5
- "version" : " 0.0.7 " ,
5
+ "version" : " 0.0.8 " ,
6
6
"license" : " MIT" ,
7
7
"publisher" : " redhat" ,
8
8
"author" : " Red Hat" ,
You can’t perform that action at this time.
0 commit comments