Skip to content

Commit

Permalink
Publish 0.0.2 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
itowlson committed Jul 22, 2019
1 parent 6348eb8 commit e2fb57c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 0.0.2

- Added discoverability keyword for Cloud Explorer
- Added prerequisites section to README

## 0.0.1

- Minimal preview release
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ You can use this to create and delete clusters, and to merge them into your kube
**This is an early stage preview. It's not feature complete! Feature requests welcome via the issues page.
(And let us know about bugs too!)**

# Prerequisites

You must have the `kind` binary on your system path. You can download the binaries for your operating system
from https://github.com/kubernetes-sigs/kind/releases.

This version of the extension has been tested only with Kind 0.4.0 (and only on Windows so far, though it
should work on other OSes).

# Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "kind-vscode",
"displayName": "Kubernetes Kind",
"description": "Work with the Kind local Kubernetes provider in Visual Studio Code",
"version": "0.0.1",
"version": "0.0.2",
"preview": true,
"publisher": "ms-kubernetes-tools",
"engines": {
Expand All @@ -14,7 +14,8 @@
],
"keywords": [
"kubernetes",
"kind"
"kind",
"kubernetes-extension-cloud-provider"
],
"icon": "images/kind-logo.png",
"activationEvents": [
Expand Down

0 comments on commit e2fb57c

Please sign in to comment.