Skip to content

Commit

Permalink
Release '0.2.0' (#317)
Browse files Browse the repository at this point in the history
* Release '0.2.0'

Signed-off-by: Yevhen Vydolob <[email protected]>

* Add supported tekton version

Signed-off-by: Yevhen Vydolob <[email protected]>
  • Loading branch information
evidolob authored Jun 1, 2020
1 parent 3f64065 commit ce438d7
Show file tree
Hide file tree
Showing 4 changed files with 38 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.2.0 (June 1, 2020)

This release brings to you:

* [#91](https://github.com/redhat-developer/vscode-tekton/issues/91) "List Taskrun" menu on a pipeline should only list the pipeline's taskrun
* [#228](https://github.com/redhat-developer/vscode-tekton/issues/228) Add support for ClusterTriggerBinding resource.
* [#275](https://github.com/redhat-developer/vscode-tekton/issues/275) Simplify start pipeline wizard
* [#285](https://github.com/redhat-developer/vscode-tekton/pull/285) New implementation of FileSystemProvider for tekton resources
* [#250](https://github.com/redhat-developer/vscode-tekton/issues/250) Deploy Tekton resources on save
* [#292](https://github.com/redhat-developer/vscode-tekton/pull/292) Show condition run as child for taskrun
* [#252](https://github.com/redhat-developer/vscode-tekton/issues/252) Action to open Task from a TaskRun in the tree
* [#306](https://github.com/redhat-developer/vscode-tekton/issues/306) show open in editor option in condition.
* [#305](https://github.com/redhat-developer/vscode-tekton/issues/305) Rename Tekton Configuration tab to just tekton
* Bugfixes or minor issues:
* [#295](https://github.com/redhat-developer/vscode-tekton/issues/295) startsWith throw an error of undefined
* [#299](https://github.com/redhat-developer/vscode-tekton/pull/299) Fix issue for file name with space.
* [#193](https://github.com/redhat-developer/vscode-tekton/issues/193) Failing PipelineRun with CouldnGetTask error are not shown
* [#265](https://github.com/redhat-developer/vscode-tekton/issues/265) Label for pipeline preview doesn't show the full text.
* [#308](https://github.com/redhat-developer/vscode-tekton/pull/308) Fix coverage banner link
* [#304](https://github.com/redhat-developer/vscode-tekton/issues/304) Tekton Configuration is by settings.json

## 0.1.0 (May 13, 2020)

This release brings to you:
Expand Down
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,24 @@

## Overview

### Tekton version

This extension designed to work with Tekton Pipelines 0.11+

### Tekton API version

We support `v1beta1` API. Previous version `v1alpha1` may work, but we not guarantee that all features will work properly. If you have `v1alpha1` pipelines/tasks please use [migrating document](https://github.com/tektoncd/pipeline/blob/master/docs/migrating-v1alpha1-to-v1beta1.md) to migrate to `v1beta1`.

A Visual Studio Code extension for interacting with Tekton Pipelines.
<div><img src="https://raw.githubusercontent.com/wiki/redhat-developer/vscode-tekton/images/readme/demo_0.0.6.gif" width="800" height="500" /></div>
<div><img src="https://raw.githubusercontent.com/wiki/redhat-developer/vscode-tekton/images/readme/demo_0.2.0.gif" width="800" height="500" /></div>

## New and Noteworthy

### Deploy resource on save
>Note: This is experimental feature, you need to enable it in preferences
<div><img src="https://raw.githubusercontent.com/wiki/redhat-developer/vscode-tekton/images/readme/new/deploy_on_save_0.2.0.gif" width="800" height="500" /></div>

### 'Go to Definition' for Tekton Pipeline yaml

<div><img src="https://raw.githubusercontent.com/wiki/redhat-developer/vscode-tekton/images/readme/new/go_to_definition_0.1.0.gif" width="800" height="651" /></div>
Expand All @@ -36,7 +49,7 @@ A Visual Studio Code extension for interacting with Tekton Pipelines.
<div><img src="https://raw.githubusercontent.com/wiki/redhat-developer/vscode-tekton/images/readme/new/pipeline_preview_0.0.6.gif" width="600" height="493" /></div>

### New icons and Tekton resources
<div><img src="https://raw.githubusercontent.com/wiki/redhat-developer/vscode-tekton/images/readme/new/new_items_and_icons.png" width="271" height="327" /></div>
<div><img src="https://raw.githubusercontent.com/wiki/redhat-developer/vscode-tekton/images/readme/new/new_items_and_icons_0.2.0.png" width="720" height="968" /></div>

### Provides editing support for Pipeline yaml
<div><img src="https://raw.githubusercontent.com/wiki/redhat-developer/vscode-tekton/images/readme/editing-demo.gif" width="800" height="450" /></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.1.0",
"version": "0.2.0",
"license": "MIT",
"publisher": "redhat",
"author": "Red Hat",
Expand Down

0 comments on commit ce438d7

Please sign in to comment.