Skip to content

Commit

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

Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
  • Loading branch information
evidolob authored Feb 12, 2020
1 parent 48a4e0b commit d13ee99
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 0.0.4 (February 11, 2020)

This release brings to you:

* [#121](https://github.com/redhat-developer/vscode-tekton/issues/121)Allow to use Tekton Catalog for creating and editing tekton related resources
* [#108](https://github.com/redhat-developer/vscode-tekton/issues/108) Change color for "running" pipelineruns and taskruns
* [#133](https://github.com/redhat-developer/vscode-tekton/issues/133) Show complete PipelineRun names
* Bugfixes for minor issues:
* [#134](https://github.com/redhat-developer/vscode-tekton/issues/134) Update info message to refect pipeline start

## 0.0.3 (January 16, 2020)

This is bug fix release:
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@

A Visual Studio Code extension for interacting with Tekton Pipelines.


- Provides editing support for Pipeline yaml
<div><img src="https://raw.githubusercontent.com/wiki/redhat-developer/vscode-tekton/images/readme/editing-demo.gif" width="710" height="499" /></div>

- Uses `tkn` CLI commands to interact with Tekton Pipelines
- Provides snippets for creating Pipeline Resources

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

### Setup kubernetes cluster to use with extension
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.3",
"version": "0.0.4",
"license": "MIT",
"publisher": "redhat",
"author": "Red Hat",
Expand Down

0 comments on commit d13ee99

Please sign in to comment.