diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e270045..5f05efa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,42 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.3](https://github.com/c6o/node-monorepo/compare/v0.0.2...v0.0.3) (2020-08-08) + + +### ✨ Features + +* **system:** support arbitrary NPM registries ([#9](https://github.com/c6o/node-monorepo/issues/9)) ([461dd68](https://github.com/c6o/node-monorepo/commit/461dd68f338534b31c7241cf6b6c9234c8a42d4c)) + + +### 🐛 Bug Fixes + +* Parcel compile warnings ([b6dc3d3](https://github.com/c6o/node-monorepo/commit/b6dc3d3a1952dc6eb9344d201eff31c9812f3112)) +* **grafana:** Added port name to grafana service ([6fed947](https://github.com/c6o/node-monorepo/commit/6fed947b8ef0888e78ca6347e3502501ca59406e)) +* **NavStation:** Improvements to Nav Station UI ([#14](https://github.com/c6o/node-monorepo/issues/14)) ([fccaf70](https://github.com/c6o/node-monorepo/commit/fccaf7057be6de5235267fe0bbf6dc5be29e583f)) +* **validation:** Istio app installation form validations ([#10](https://github.com/c6o/node-monorepo/issues/10)) ([be191f1](https://github.com/c6o/node-monorepo/commit/be191f1f5927d0016062be4b0655381260acf5b7)) + + +### ♻️ Chores + +* Bumped kubeclient to 0.0.5 ([ba51a57](https://github.com/c6o/node-monorepo/commit/ba51a574b2a123bbe012be0086ec2ecbedcf487c)) +* fixed kubeclient reference ([254e28c](https://github.com/c6o/node-monorepo/commit/254e28c552958233c9f8f59d614885258e8cf654)) +* Licensing ([#17](https://github.com/c6o/node-monorepo/issues/17)) ([8b9cc24](https://github.com/c6o/node-monorepo/commit/8b9cc24ff42ff875b4234a74dfcfcfedb2acef27)) +* Licensing and repo links ([#16](https://github.com/c6o/node-monorepo/issues/16)) ([b8b03bb](https://github.com/c6o/node-monorepo/commit/b8b03bbe7f30904b83cc599e61d378beb009eb38)) +* Marked packages public ([39a328e](https://github.com/c6o/node-monorepo/commit/39a328e0225b2b773e173960f54f98052a698368)) +* renamed settings element to c6o-system-settings-main ([d95456b](https://github.com/c6o/node-monorepo/commit/d95456bc1d88cb5c7a4427c5b3a98566f37e3fc5)) +* UI cleanup for logging-elk provisioner ([#13](https://github.com/c6o/node-monorepo/issues/13)) ([12e6b27](https://github.com/c6o/node-monorepo/commit/12e6b27070609762bcbe110a7ec3cb145d97e3f1)) +* Updated lerna config ([6e031a3](https://github.com/c6o/node-monorepo/commit/6e031a34f5d8ab64ba9c5e87f49be148d3ca8221)) +* **global:** Refactor k8s and docker tags and provisioners from traxitt to c6o ([#11](https://github.com/c6o/node-monorepo/issues/11)) ([28d612c](https://github.com/c6o/node-monorepo/commit/28d612caa09cb79c0ec2525593d367a03e63ca09)) +* **istio:** Fix marina icon ([#18](https://github.com/c6o/node-monorepo/issues/18)) ([a77d678](https://github.com/c6o/node-monorepo/commit/a77d6786fe100513740c2648063e9c50092fa09a)) +* **node-red:** Added storageClass ([95a1419](https://github.com/c6o/node-monorepo/commit/95a1419d74fddcae72aa808075524829bd005822)) +* Move all our packages to the same version of lit-element ([#15](https://github.com/c6o/node-monorepo/issues/15)) ([013dbd6](https://github.com/c6o/node-monorepo/commit/013dbd6377a1f52f5a3a71885e7935e0c4984a21)) +* **system:** reverted settings name ([1612393](https://github.com/c6o/node-monorepo/commit/16123931c637e750dc22e71bae7bd2665bb04b51)) + + + + + ## [0.0.2](https://github.com/traxitt/node-monorepo/compare/v0.0.1...v0.0.2) (2020-07-17) diff --git a/lerna.json b/lerna.json index 0700c64c..10d9588c 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/**" ], - "version": "0.0.2", + "version": "0.0.3", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/c6o-system/CHANGELOG.md b/packages/c6o-system/CHANGELOG.md index 84f8bc22..aae7d0cb 100644 --- a/packages/c6o-system/CHANGELOG.md +++ b/packages/c6o-system/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.3](https://github.com/c6o/provisioners/compare/v0.0.2...v0.0.3) (2020-08-08) + + +### 🐛 Bug Fixes + +* Parcel compile warnings ([b6dc3d3](https://github.com/c6o/provisioners/commit/b6dc3d3a1952dc6eb9344d201eff31c9812f3112)) +* **NavStation:** Improvements to Nav Station UI ([#14](https://github.com/c6o/provisioners/issues/14)) ([fccaf70](https://github.com/c6o/provisioners/commit/fccaf7057be6de5235267fe0bbf6dc5be29e583f)) + + +### ♻️ Chores + +* Bumped kubeclient to 0.0.5 ([ba51a57](https://github.com/c6o/provisioners/commit/ba51a574b2a123bbe012be0086ec2ecbedcf487c)) +* Licensing ([#17](https://github.com/c6o/provisioners/issues/17)) ([8b9cc24](https://github.com/c6o/provisioners/commit/8b9cc24ff42ff875b4234a74dfcfcfedb2acef27)) +* Licensing and repo links ([#16](https://github.com/c6o/provisioners/issues/16)) ([b8b03bb](https://github.com/c6o/provisioners/commit/b8b03bbe7f30904b83cc599e61d378beb009eb38)) +* Marked packages public ([39a328e](https://github.com/c6o/provisioners/commit/39a328e0225b2b773e173960f54f98052a698368)) +* **istio:** Fix marina icon ([#18](https://github.com/c6o/provisioners/issues/18)) ([a77d678](https://github.com/c6o/provisioners/commit/a77d6786fe100513740c2648063e9c50092fa09a)) +* Move all our packages to the same version of lit-element ([#15](https://github.com/c6o/provisioners/issues/15)) ([013dbd6](https://github.com/c6o/provisioners/commit/013dbd6377a1f52f5a3a71885e7935e0c4984a21)) +* renamed settings element to c6o-system-settings-main ([d95456b](https://github.com/c6o/provisioners/commit/d95456bc1d88cb5c7a4427c5b3a98566f37e3fc5)) + + + + + ## [0.0.2](https://github.com/traxitt/traxitt/compare/v0.0.1...v0.0.2) (2020-07-17) diff --git a/packages/c6o-system/package.json b/packages/c6o-system/package.json index 18a9bd14..9ce87602 100644 --- a/packages/c6o-system/package.json +++ b/packages/c6o-system/package.json @@ -1,6 +1,6 @@ { "name": "@provisioner/c6o-system", - "version": "0.0.2", + "version": "0.0.3", "description": "CodeZero provisioner for c6o-system", "main": "lib/index.js", "scripts": { @@ -35,8 +35,8 @@ }, "homepage": "https://github.com/c6o/provisioners#readme", "dependencies": { - "@provisioner/common": "^0.0.2", "@c6o/kubeclient": "^0.0.5", + "@provisioner/common": "^0.0.3", "debug": "^4.1.1", "jsonpointer": "^4.1.0", "lit-element": "^2.3.1", diff --git a/packages/cert-manager/CHANGELOG.md b/packages/cert-manager/CHANGELOG.md index b8b02bfb..668dbdd9 100644 --- a/packages/cert-manager/CHANGELOG.md +++ b/packages/cert-manager/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.3](https://github.com/c6o/provisioners/compare/v0.0.2...v0.0.3) (2020-08-08) + + +### 🐛 Bug Fixes + +* **NavStation:** Improvements to Nav Station UI ([#14](https://github.com/c6o/provisioners/issues/14)) ([fccaf70](https://github.com/c6o/provisioners/commit/fccaf7057be6de5235267fe0bbf6dc5be29e583f)) + + +### ♻️ Chores + +* Bumped kubeclient to 0.0.5 ([ba51a57](https://github.com/c6o/provisioners/commit/ba51a574b2a123bbe012be0086ec2ecbedcf487c)) +* Licensing ([#17](https://github.com/c6o/provisioners/issues/17)) ([8b9cc24](https://github.com/c6o/provisioners/commit/8b9cc24ff42ff875b4234a74dfcfcfedb2acef27)) +* Licensing and repo links ([#16](https://github.com/c6o/provisioners/issues/16)) ([b8b03bb](https://github.com/c6o/provisioners/commit/b8b03bbe7f30904b83cc599e61d378beb009eb38)) +* Marked packages public ([39a328e](https://github.com/c6o/provisioners/commit/39a328e0225b2b773e173960f54f98052a698368)) +* Move all our packages to the same version of lit-element ([#15](https://github.com/c6o/provisioners/issues/15)) ([013dbd6](https://github.com/c6o/provisioners/commit/013dbd6377a1f52f5a3a71885e7935e0c4984a21)) + + + + + ## [0.0.2](https://github.com/traxitt/traxitt/compare/v0.0.1...v0.0.2) (2020-07-17) **Note:** Version bump only for package @provisioner/cert-manager diff --git a/packages/cert-manager/package.json b/packages/cert-manager/package.json index 9c3258d1..6efb78c1 100644 --- a/packages/cert-manager/package.json +++ b/packages/cert-manager/package.json @@ -1,6 +1,6 @@ { "name": "@provisioner/cert-manager", - "version": "0.0.2", + "version": "0.0.3", "description": "CodeZero provisioner for cert-manager", "main": "lib/index.js", "scripts": { @@ -35,8 +35,8 @@ }, "homepage": "https://github.com/c6o/provisioners#readme", "dependencies": { - "@provisioner/common": "^0.0.2", "@c6o/kubeclient": "^0.0.5", + "@provisioner/common": "^0.0.3", "lit-element": "^2.3.1", "mixwith": "^0.1.1", "parcel-bundler": "^1.12.4", diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 02c72e6e..3e24d0c2 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.3](https://github.com/nsainaney/traxitt/compare/v0.0.2...v0.0.3) (2020-08-08) + + +### 🐛 Bug Fixes + +* **NavStation:** Improvements to Nav Station UI ([#14](https://github.com/nsainaney/traxitt/issues/14)) ([fccaf70](https://github.com/nsainaney/traxitt/commit/fccaf7057be6de5235267fe0bbf6dc5be29e583f)) +* **validation:** Istio app installation form validations ([#10](https://github.com/nsainaney/traxitt/issues/10)) ([be191f1](https://github.com/nsainaney/traxitt/commit/be191f1f5927d0016062be4b0655381260acf5b7)) + + +### ♻️ Chores + +* Bumped kubeclient to 0.0.5 ([ba51a57](https://github.com/nsainaney/traxitt/commit/ba51a574b2a123bbe012be0086ec2ecbedcf487c)) +* Licensing ([#17](https://github.com/nsainaney/traxitt/issues/17)) ([8b9cc24](https://github.com/nsainaney/traxitt/commit/8b9cc24ff42ff875b4234a74dfcfcfedb2acef27)) +* Licensing and repo links ([#16](https://github.com/nsainaney/traxitt/issues/16)) ([b8b03bb](https://github.com/nsainaney/traxitt/commit/b8b03bbe7f30904b83cc599e61d378beb009eb38)) +* Marked packages public ([39a328e](https://github.com/nsainaney/traxitt/commit/39a328e0225b2b773e173960f54f98052a698368)) +* **global:** Refactor k8s and docker tags and provisioners from traxitt to c6o ([#11](https://github.com/nsainaney/traxitt/issues/11)) ([28d612c](https://github.com/nsainaney/traxitt/commit/28d612caa09cb79c0ec2525593d367a03e63ca09)) + + + + + ## [0.0.2](https://github.com/nsainaney/traxitt/compare/v0.0.1...v0.0.2) (2020-07-17) diff --git a/packages/common/package.json b/packages/common/package.json index 479ae473..e419720b 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@provisioner/common", - "version": "0.0.2", + "version": "0.0.3", "description": "Common stuff for provisioners", "main": "lib/index.js", "scripts": { diff --git a/packages/etcd-operator/CHANGELOG.md b/packages/etcd-operator/CHANGELOG.md index 468e4307..0fd85997 100644 --- a/packages/etcd-operator/CHANGELOG.md +++ b/packages/etcd-operator/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.3](https://github.com/nsainaney/traxitt/compare/v0.0.2...v0.0.3) (2020-08-08) + + +### 🐛 Bug Fixes + +* **NavStation:** Improvements to Nav Station UI ([#14](https://github.com/nsainaney/traxitt/issues/14)) ([fccaf70](https://github.com/nsainaney/traxitt/commit/fccaf7057be6de5235267fe0bbf6dc5be29e583f)) + + +### ♻️ Chores + +* Bumped kubeclient to 0.0.5 ([ba51a57](https://github.com/nsainaney/traxitt/commit/ba51a574b2a123bbe012be0086ec2ecbedcf487c)) +* Licensing ([#17](https://github.com/nsainaney/traxitt/issues/17)) ([8b9cc24](https://github.com/nsainaney/traxitt/commit/8b9cc24ff42ff875b4234a74dfcfcfedb2acef27)) +* Licensing and repo links ([#16](https://github.com/nsainaney/traxitt/issues/16)) ([b8b03bb](https://github.com/nsainaney/traxitt/commit/b8b03bbe7f30904b83cc599e61d378beb009eb38)) +* Marked packages public ([39a328e](https://github.com/nsainaney/traxitt/commit/39a328e0225b2b773e173960f54f98052a698368)) +* **global:** Refactor k8s and docker tags and provisioners from traxitt to c6o ([#11](https://github.com/nsainaney/traxitt/issues/11)) ([28d612c](https://github.com/nsainaney/traxitt/commit/28d612caa09cb79c0ec2525593d367a03e63ca09)) + + + + + ## [0.0.2](https://github.com/nsainaney/traxitt/compare/v0.0.1...v0.0.2) (2020-07-17) **Note:** Version bump only for package @provisioner/etcd-operator diff --git a/packages/etcd-operator/package.json b/packages/etcd-operator/package.json index da466822..a6d66291 100644 --- a/packages/etcd-operator/package.json +++ b/packages/etcd-operator/package.json @@ -1,6 +1,6 @@ { "name": "@provisioner/etcd-operator", - "version": "0.0.2", + "version": "0.0.3", "description": "CodeZero provisioner for etcd-operator", "main": "lib/index.js", "scripts": { @@ -31,8 +31,8 @@ }, "homepage": "https://github.com/nsainaney/traxitt#readme", "dependencies": { - "@provisioner/common": "^0.0.2", "@c6o/kubeclient": "^0.0.5", + "@provisioner/common": "^0.0.3", "mixwith": "^0.1.1" } } diff --git a/packages/etcd/CHANGELOG.md b/packages/etcd/CHANGELOG.md index 32226da6..e20f229b 100644 --- a/packages/etcd/CHANGELOG.md +++ b/packages/etcd/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.3](https://github.com/nsainaney/traxitt/compare/v0.0.2...v0.0.3) (2020-08-08) + + +### 🐛 Bug Fixes + +* **NavStation:** Improvements to Nav Station UI ([#14](https://github.com/nsainaney/traxitt/issues/14)) ([fccaf70](https://github.com/nsainaney/traxitt/commit/fccaf7057be6de5235267fe0bbf6dc5be29e583f)) + + +### ♻️ Chores + +* Bumped kubeclient to 0.0.5 ([ba51a57](https://github.com/nsainaney/traxitt/commit/ba51a574b2a123bbe012be0086ec2ecbedcf487c)) +* Licensing ([#17](https://github.com/nsainaney/traxitt/issues/17)) ([8b9cc24](https://github.com/nsainaney/traxitt/commit/8b9cc24ff42ff875b4234a74dfcfcfedb2acef27)) +* Licensing and repo links ([#16](https://github.com/nsainaney/traxitt/issues/16)) ([b8b03bb](https://github.com/nsainaney/traxitt/commit/b8b03bbe7f30904b83cc599e61d378beb009eb38)) +* Marked packages public ([39a328e](https://github.com/nsainaney/traxitt/commit/39a328e0225b2b773e173960f54f98052a698368)) + + + + + ## [0.0.2](https://github.com/nsainaney/traxitt/compare/v0.0.1...v0.0.2) (2020-07-17) **Note:** Version bump only for package @provisioner/etcd diff --git a/packages/etcd/package.json b/packages/etcd/package.json index e62c9d8c..1dea2a06 100644 --- a/packages/etcd/package.json +++ b/packages/etcd/package.json @@ -1,6 +1,6 @@ { "name": "@provisioner/etcd", - "version": "0.0.2", + "version": "0.0.3", "description": "CodeZero provisioner for etcd", "main": "lib/index.js", "scripts": { @@ -31,8 +31,8 @@ }, "homepage": "https://github.com/nsainaney/traxitt#readme", "dependencies": { - "@provisioner/common": "^0.0.2", "@c6o/kubeclient": "^0.0.5", + "@provisioner/common": "^0.0.3", "mixwith": "^0.1.1" } } diff --git a/packages/grafana/CHANGELOG.md b/packages/grafana/CHANGELOG.md index 9487cc30..fc67361b 100644 --- a/packages/grafana/CHANGELOG.md +++ b/packages/grafana/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.3](https://github.com/c6o/provisioners/compare/v0.0.2...v0.0.3) (2020-08-08) + + +### 🐛 Bug Fixes + +* **grafana:** Added port name to grafana service ([6fed947](https://github.com/c6o/provisioners/commit/6fed947b8ef0888e78ca6347e3502501ca59406e)) +* **NavStation:** Improvements to Nav Station UI ([#14](https://github.com/c6o/provisioners/issues/14)) ([fccaf70](https://github.com/c6o/provisioners/commit/fccaf7057be6de5235267fe0bbf6dc5be29e583f)) + + +### ♻️ Chores + +* Bumped kubeclient to 0.0.5 ([ba51a57](https://github.com/c6o/provisioners/commit/ba51a574b2a123bbe012be0086ec2ecbedcf487c)) +* Licensing ([#17](https://github.com/c6o/provisioners/issues/17)) ([8b9cc24](https://github.com/c6o/provisioners/commit/8b9cc24ff42ff875b4234a74dfcfcfedb2acef27)) +* Licensing and repo links ([#16](https://github.com/c6o/provisioners/issues/16)) ([b8b03bb](https://github.com/c6o/provisioners/commit/b8b03bbe7f30904b83cc599e61d378beb009eb38)) +* Marked packages public ([39a328e](https://github.com/c6o/provisioners/commit/39a328e0225b2b773e173960f54f98052a698368)) +* Move all our packages to the same version of lit-element ([#15](https://github.com/c6o/provisioners/issues/15)) ([013dbd6](https://github.com/c6o/provisioners/commit/013dbd6377a1f52f5a3a71885e7935e0c4984a21)) +* **global:** Refactor k8s and docker tags and provisioners from traxitt to c6o ([#11](https://github.com/c6o/provisioners/issues/11)) ([28d612c](https://github.com/c6o/provisioners/commit/28d612caa09cb79c0ec2525593d367a03e63ca09)) + + + + + ## [0.0.2](https://github.com/traxitt/traxitt/compare/v0.0.1...v0.0.2) (2020-07-17) **Note:** Version bump only for package @provisioner/grafana diff --git a/packages/grafana/package.json b/packages/grafana/package.json index 5f3414a1..f18b0153 100644 --- a/packages/grafana/package.json +++ b/packages/grafana/package.json @@ -1,6 +1,6 @@ { "name": "@provisioner/grafana", - "version": "0.0.2", + "version": "0.0.3", "description": "CodeZero provisioner for Grafana", "main": "lib/index.js", "scripts": { @@ -35,8 +35,8 @@ }, "homepage": "https://github.com/c6o/provisioners#readme", "dependencies": { - "@provisioner/common": "^0.0.2", "@c6o/kubeclient": "^0.0.5", + "@provisioner/common": "^0.0.3", "js-yaml": "^3.13.1", "lit-element": "^2.3.1", "mixwith": "^0.1.1", diff --git a/packages/istio/CHANGELOG.md b/packages/istio/CHANGELOG.md index cf45d1b5..d34c095d 100644 --- a/packages/istio/CHANGELOG.md +++ b/packages/istio/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.3](https://github.com/c6o/provisioners/compare/v0.0.2...v0.0.3) (2020-08-08) + + +### 🐛 Bug Fixes + +* Parcel compile warnings ([b6dc3d3](https://github.com/c6o/provisioners/commit/b6dc3d3a1952dc6eb9344d201eff31c9812f3112)) +* **NavStation:** Improvements to Nav Station UI ([#14](https://github.com/c6o/provisioners/issues/14)) ([fccaf70](https://github.com/c6o/provisioners/commit/fccaf7057be6de5235267fe0bbf6dc5be29e583f)) +* **validation:** Istio app installation form validations ([#10](https://github.com/c6o/provisioners/issues/10)) ([be191f1](https://github.com/c6o/provisioners/commit/be191f1f5927d0016062be4b0655381260acf5b7)) + + +### ♻️ Chores + +* Bumped kubeclient to 0.0.5 ([ba51a57](https://github.com/c6o/provisioners/commit/ba51a574b2a123bbe012be0086ec2ecbedcf487c)) +* Licensing ([#17](https://github.com/c6o/provisioners/issues/17)) ([8b9cc24](https://github.com/c6o/provisioners/commit/8b9cc24ff42ff875b4234a74dfcfcfedb2acef27)) +* Licensing and repo links ([#16](https://github.com/c6o/provisioners/issues/16)) ([b8b03bb](https://github.com/c6o/provisioners/commit/b8b03bbe7f30904b83cc599e61d378beb009eb38)) +* Marked packages public ([39a328e](https://github.com/c6o/provisioners/commit/39a328e0225b2b773e173960f54f98052a698368)) +* Move all our packages to the same version of lit-element ([#15](https://github.com/c6o/provisioners/issues/15)) ([013dbd6](https://github.com/c6o/provisioners/commit/013dbd6377a1f52f5a3a71885e7935e0c4984a21)) +* **global:** Refactor k8s and docker tags and provisioners from traxitt to c6o ([#11](https://github.com/c6o/provisioners/issues/11)) ([28d612c](https://github.com/c6o/provisioners/commit/28d612caa09cb79c0ec2525593d367a03e63ca09)) + + + + + ## [0.0.2](https://github.com/traxitt/traxitt/compare/v0.0.1...v0.0.2) (2020-07-17) **Note:** Version bump only for package @provisioner/istio diff --git a/packages/istio/package.json b/packages/istio/package.json index 3a3fc3fa..c164d40d 100644 --- a/packages/istio/package.json +++ b/packages/istio/package.json @@ -1,6 +1,6 @@ { "name": "@provisioner/istio", - "version": "0.0.2", + "version": "0.0.3", "description": "CodeZero provisioner for Istio", "main": "lib/index.js", "scripts": { @@ -37,8 +37,8 @@ }, "homepage": "https://github.com/c6o/provisioners#readme", "dependencies": { - "@provisioner/common": "^0.0.2", "@c6o/kubeclient": "^0.0.5", + "@provisioner/common": "^0.0.3", "lit-element": "^2.3.1", "mixwith": "^0.1.1", "parcel-bundler": "^1.12.4", diff --git a/packages/kafka/CHANGELOG.md b/packages/kafka/CHANGELOG.md index 43233fae..49a51d79 100644 --- a/packages/kafka/CHANGELOG.md +++ b/packages/kafka/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.3](https://github.com/c6o/provisioners/compare/v0.0.2...v0.0.3) (2020-08-08) + + +### 🐛 Bug Fixes + +* **NavStation:** Improvements to Nav Station UI ([#14](https://github.com/c6o/provisioners/issues/14)) ([fccaf70](https://github.com/c6o/provisioners/commit/fccaf7057be6de5235267fe0bbf6dc5be29e583f)) + + +### ♻️ Chores + +* Bumped kubeclient to 0.0.5 ([ba51a57](https://github.com/c6o/provisioners/commit/ba51a574b2a123bbe012be0086ec2ecbedcf487c)) +* Licensing ([#17](https://github.com/c6o/provisioners/issues/17)) ([8b9cc24](https://github.com/c6o/provisioners/commit/8b9cc24ff42ff875b4234a74dfcfcfedb2acef27)) +* Licensing and repo links ([#16](https://github.com/c6o/provisioners/issues/16)) ([b8b03bb](https://github.com/c6o/provisioners/commit/b8b03bbe7f30904b83cc599e61d378beb009eb38)) +* Marked packages public ([39a328e](https://github.com/c6o/provisioners/commit/39a328e0225b2b773e173960f54f98052a698368)) + + + + + ## [0.0.2](https://github.com/traxitt/node-monorepo/compare/v0.0.1...v0.0.2) (2020-07-17) **Note:** Version bump only for package @provisioner/kafka diff --git a/packages/kafka/package.json b/packages/kafka/package.json index 4cece50d..88e061f3 100644 --- a/packages/kafka/package.json +++ b/packages/kafka/package.json @@ -1,6 +1,6 @@ { "name": "@provisioner/kafka", - "version": "0.0.2", + "version": "0.0.3", "description": "CodeZero provisioner for kafka", "main": "lib/index.js", "scripts": { @@ -31,8 +31,8 @@ }, "homepage": "https://github.com/c6o/provisioners#readme", "dependencies": { - "@provisioner/common": "^0.0.2", "@c6o/kubeclient": "^0.0.5", + "@provisioner/common": "^0.0.3", "mixwith": "^0.1.1" } } diff --git a/packages/logging-elk/CHANGELOG.md b/packages/logging-elk/CHANGELOG.md index b40c1e8e..6cdfbaa7 100644 --- a/packages/logging-elk/CHANGELOG.md +++ b/packages/logging-elk/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.3](https://github.com/c6o/provisioners/compare/v0.0.2...v0.0.3) (2020-08-08) + + +### 🐛 Bug Fixes + +* **NavStation:** Improvements to Nav Station UI ([#14](https://github.com/c6o/provisioners/issues/14)) ([fccaf70](https://github.com/c6o/provisioners/commit/fccaf7057be6de5235267fe0bbf6dc5be29e583f)) + + +### ♻️ Chores + +* Bumped kubeclient to 0.0.5 ([ba51a57](https://github.com/c6o/provisioners/commit/ba51a574b2a123bbe012be0086ec2ecbedcf487c)) +* Licensing ([#17](https://github.com/c6o/provisioners/issues/17)) ([8b9cc24](https://github.com/c6o/provisioners/commit/8b9cc24ff42ff875b4234a74dfcfcfedb2acef27)) +* Licensing and repo links ([#16](https://github.com/c6o/provisioners/issues/16)) ([b8b03bb](https://github.com/c6o/provisioners/commit/b8b03bbe7f30904b83cc599e61d378beb009eb38)) +* Marked packages public ([39a328e](https://github.com/c6o/provisioners/commit/39a328e0225b2b773e173960f54f98052a698368)) +* Move all our packages to the same version of lit-element ([#15](https://github.com/c6o/provisioners/issues/15)) ([013dbd6](https://github.com/c6o/provisioners/commit/013dbd6377a1f52f5a3a71885e7935e0c4984a21)) +* UI cleanup for logging-elk provisioner ([#13](https://github.com/c6o/provisioners/issues/13)) ([12e6b27](https://github.com/c6o/provisioners/commit/12e6b27070609762bcbe110a7ec3cb145d97e3f1)) + + + + + ## [0.0.2](https://github.com/traxitt/traxitt/compare/v0.0.1...v0.0.2) (2020-07-17) **Note:** Version bump only for package @provisioner/logging-elk diff --git a/packages/logging-elk/package.json b/packages/logging-elk/package.json index b6aa6383..574ec346 100644 --- a/packages/logging-elk/package.json +++ b/packages/logging-elk/package.json @@ -1,6 +1,6 @@ { "name": "@provisioner/logging-elk", - "version": "0.0.2", + "version": "0.0.3", "description": "CodeZero provisioner for logging (ELK stack)", "main": "lib/index.js", "scripts": { @@ -35,8 +35,8 @@ }, "homepage": "https://github.com/c6o/provisioners#readme", "dependencies": { - "@provisioner/common": "^0.0.2", "@c6o/kubeclient": "^0.0.5", + "@provisioner/common": "^0.0.3", "debug": "^4.1.1", "lit-element": "^2.3.1", "mixwith": "^0.1.1", diff --git a/packages/mattermost/CHANGELOG.md b/packages/mattermost/CHANGELOG.md index d67f4147..85236094 100644 --- a/packages/mattermost/CHANGELOG.md +++ b/packages/mattermost/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.3](https://github.com/c6o/provisioners/compare/v0.0.2...v0.0.3) (2020-08-08) + + +### 🐛 Bug Fixes + +* **NavStation:** Improvements to Nav Station UI ([#14](https://github.com/c6o/provisioners/issues/14)) ([fccaf70](https://github.com/c6o/provisioners/commit/fccaf7057be6de5235267fe0bbf6dc5be29e583f)) + + +### ♻️ Chores + +* Bumped kubeclient to 0.0.5 ([ba51a57](https://github.com/c6o/provisioners/commit/ba51a574b2a123bbe012be0086ec2ecbedcf487c)) +* Licensing ([#17](https://github.com/c6o/provisioners/issues/17)) ([8b9cc24](https://github.com/c6o/provisioners/commit/8b9cc24ff42ff875b4234a74dfcfcfedb2acef27)) +* Licensing and repo links ([#16](https://github.com/c6o/provisioners/issues/16)) ([b8b03bb](https://github.com/c6o/provisioners/commit/b8b03bbe7f30904b83cc599e61d378beb009eb38)) +* Marked packages public ([39a328e](https://github.com/c6o/provisioners/commit/39a328e0225b2b773e173960f54f98052a698368)) + + + + + ## [0.0.2](https://github.com/nsainaney/traxitt/compare/v0.0.1...v0.0.2) (2020-07-17) **Note:** Version bump only for package @provisioner/mattermost diff --git a/packages/mattermost/package.json b/packages/mattermost/package.json index 9dbc0f7f..5ef8bb3a 100644 --- a/packages/mattermost/package.json +++ b/packages/mattermost/package.json @@ -1,6 +1,6 @@ { "name": "@provisioner/mattermost", - "version": "0.0.2", + "version": "0.0.3", "description": "CodeZero provisioner for MatterMost", "main": "lib/index.js", "scripts": { @@ -35,8 +35,8 @@ }, "homepage": "https://github.com/c6o/provisioners#readme", "dependencies": { - "@provisioner/common": "^0.0.2", "@c6o/kubeclient": "^0.0.5", + "@provisioner/common": "^0.0.3", "lit-element": "^2.3.1", "mixwith": "^0.1.1", "parcel-bundler": "^1.12.4", diff --git a/packages/mongo/CHANGELOG.md b/packages/mongo/CHANGELOG.md index c18d494a..ee1b5d0c 100644 --- a/packages/mongo/CHANGELOG.md +++ b/packages/mongo/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.3](https://github.com/nsainaney/traxitt/compare/v0.0.2...v0.0.3) (2020-08-08) + + +### 🐛 Bug Fixes + +* **NavStation:** Improvements to Nav Station UI ([#14](https://github.com/nsainaney/traxitt/issues/14)) ([fccaf70](https://github.com/nsainaney/traxitt/commit/fccaf7057be6de5235267fe0bbf6dc5be29e583f)) + + +### ♻️ Chores + +* Bumped kubeclient to 0.0.5 ([ba51a57](https://github.com/nsainaney/traxitt/commit/ba51a574b2a123bbe012be0086ec2ecbedcf487c)) +* Licensing ([#17](https://github.com/nsainaney/traxitt/issues/17)) ([8b9cc24](https://github.com/nsainaney/traxitt/commit/8b9cc24ff42ff875b4234a74dfcfcfedb2acef27)) +* Licensing and repo links ([#16](https://github.com/nsainaney/traxitt/issues/16)) ([b8b03bb](https://github.com/nsainaney/traxitt/commit/b8b03bbe7f30904b83cc599e61d378beb009eb38)) +* Marked packages public ([39a328e](https://github.com/nsainaney/traxitt/commit/39a328e0225b2b773e173960f54f98052a698368)) + + + + + ## [0.0.2](https://github.com/nsainaney/traxitt/compare/v0.0.1...v0.0.2) (2020-07-17) **Note:** Version bump only for package @provisioner/mongo diff --git a/packages/mongo/package.json b/packages/mongo/package.json index 701b6267..b6ff659b 100644 --- a/packages/mongo/package.json +++ b/packages/mongo/package.json @@ -1,6 +1,6 @@ { "name": "@provisioner/mongo", - "version": "0.0.2", + "version": "0.0.3", "description": "CodeZero provisioner for mongodb", "main": "lib/index.js", "scripts": { @@ -31,8 +31,8 @@ }, "homepage": "https://github.com/nsainaney/traxitt#readme", "dependencies": { - "@provisioner/common": "^0.0.2", "@c6o/kubeclient": "^0.0.5", + "@provisioner/common": "^0.0.3", "js-yaml": "^3.12.1", "mixwith": "^0.1.1", "mongodb": "^3.3.2" diff --git a/packages/node-red/CHANGELOG.md b/packages/node-red/CHANGELOG.md index e2c1e812..65701832 100644 --- a/packages/node-red/CHANGELOG.md +++ b/packages/node-red/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.3](https://github.com/c6o/provisioners/compare/v0.0.2...v0.0.3) (2020-08-08) + + +### 🐛 Bug Fixes + +* **NavStation:** Improvements to Nav Station UI ([#14](https://github.com/c6o/provisioners/issues/14)) ([fccaf70](https://github.com/c6o/provisioners/commit/fccaf7057be6de5235267fe0bbf6dc5be29e583f)) + + +### ♻️ Chores + +* Bumped kubeclient to 0.0.5 ([ba51a57](https://github.com/c6o/provisioners/commit/ba51a574b2a123bbe012be0086ec2ecbedcf487c)) +* Licensing ([#17](https://github.com/c6o/provisioners/issues/17)) ([8b9cc24](https://github.com/c6o/provisioners/commit/8b9cc24ff42ff875b4234a74dfcfcfedb2acef27)) +* Licensing and repo links ([#16](https://github.com/c6o/provisioners/issues/16)) ([b8b03bb](https://github.com/c6o/provisioners/commit/b8b03bbe7f30904b83cc599e61d378beb009eb38)) +* Marked packages public ([39a328e](https://github.com/c6o/provisioners/commit/39a328e0225b2b773e173960f54f98052a698368)) +* **node-red:** Added storageClass ([95a1419](https://github.com/c6o/provisioners/commit/95a1419d74fddcae72aa808075524829bd005822)) +* Move all our packages to the same version of lit-element ([#15](https://github.com/c6o/provisioners/issues/15)) ([013dbd6](https://github.com/c6o/provisioners/commit/013dbd6377a1f52f5a3a71885e7935e0c4984a21)) + + + + + ## [0.0.2](https://github.com/traxitt/traxitt/compare/v0.0.1...v0.0.2) (2020-07-17) **Note:** Version bump only for package @provisioner/node-red diff --git a/packages/node-red/package.json b/packages/node-red/package.json index 946c472f..71733d9d 100644 --- a/packages/node-red/package.json +++ b/packages/node-red/package.json @@ -1,6 +1,6 @@ { "name": "@provisioner/node-red", - "version": "0.0.2", + "version": "0.0.3", "description": "CodeZero provisioner for node-red", "main": "lib/index.js", "scripts": { @@ -35,8 +35,8 @@ }, "homepage": "https://github.com/c6o/provisioners#readme", "dependencies": { - "@provisioner/common": "^0.0.2", "@c6o/kubeclient": "^0.0.5", + "@provisioner/common": "^0.0.3", "lit-element": "^2.3.1", "mixwith": "^0.1.1", "parcel-bundler": "^1.12.4", diff --git a/packages/precog/CHANGELOG.md b/packages/precog/CHANGELOG.md index 927eae08..921fdad6 100644 --- a/packages/precog/CHANGELOG.md +++ b/packages/precog/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.3](https://github.com/c6o/provisioners/compare/v0.0.2...v0.0.3) (2020-08-08) + + +### 🐛 Bug Fixes + +* **NavStation:** Improvements to Nav Station UI ([#14](https://github.com/c6o/provisioners/issues/14)) ([fccaf70](https://github.com/c6o/provisioners/commit/fccaf7057be6de5235267fe0bbf6dc5be29e583f)) + + +### ♻️ Chores + +* Bumped kubeclient to 0.0.5 ([ba51a57](https://github.com/c6o/provisioners/commit/ba51a574b2a123bbe012be0086ec2ecbedcf487c)) +* Licensing ([#17](https://github.com/c6o/provisioners/issues/17)) ([8b9cc24](https://github.com/c6o/provisioners/commit/8b9cc24ff42ff875b4234a74dfcfcfedb2acef27)) +* Licensing and repo links ([#16](https://github.com/c6o/provisioners/issues/16)) ([b8b03bb](https://github.com/c6o/provisioners/commit/b8b03bbe7f30904b83cc599e61d378beb009eb38)) +* Marked packages public ([39a328e](https://github.com/c6o/provisioners/commit/39a328e0225b2b773e173960f54f98052a698368)) +* **global:** Refactor k8s and docker tags and provisioners from traxitt to c6o ([#11](https://github.com/c6o/provisioners/issues/11)) ([28d612c](https://github.com/c6o/provisioners/commit/28d612caa09cb79c0ec2525593d367a03e63ca09)) + + + + + ## [0.0.2](https://github.com/nsainaney/traxitt/compare/v0.0.1...v0.0.2) (2020-07-17) **Note:** Version bump only for package @provisioner/precog diff --git a/packages/precog/package.json b/packages/precog/package.json index c3899d2c..c35a15eb 100644 --- a/packages/precog/package.json +++ b/packages/precog/package.json @@ -1,6 +1,6 @@ { "name": "@provisioner/precog", - "version": "0.0.2", + "version": "0.0.3", "description": "CodeZero provisioner for precog", "main": "lib/index.js", "scripts": { @@ -35,8 +35,8 @@ }, "homepage": "https://github.com/c6o/provisioners#readme", "dependencies": { - "@provisioner/common": "^0.0.2", "@c6o/kubeclient": "^0.0.5", + "@provisioner/common": "^0.0.3", "lit-element": "^2.3.1", "mixwith": "^0.1.1", "parcel-bundler": "^1.12.4", diff --git a/packages/prometheus/CHANGELOG.md b/packages/prometheus/CHANGELOG.md index c50a1e9a..22317b25 100644 --- a/packages/prometheus/CHANGELOG.md +++ b/packages/prometheus/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.3](https://github.com/c6o/provisioners/compare/v0.0.2...v0.0.3) (2020-08-08) + + +### 🐛 Bug Fixes + +* **NavStation:** Improvements to Nav Station UI ([#14](https://github.com/c6o/provisioners/issues/14)) ([fccaf70](https://github.com/c6o/provisioners/commit/fccaf7057be6de5235267fe0bbf6dc5be29e583f)) + + +### ♻️ Chores + +* Bumped kubeclient to 0.0.5 ([ba51a57](https://github.com/c6o/provisioners/commit/ba51a574b2a123bbe012be0086ec2ecbedcf487c)) +* Licensing ([#17](https://github.com/c6o/provisioners/issues/17)) ([8b9cc24](https://github.com/c6o/provisioners/commit/8b9cc24ff42ff875b4234a74dfcfcfedb2acef27)) +* Licensing and repo links ([#16](https://github.com/c6o/provisioners/issues/16)) ([b8b03bb](https://github.com/c6o/provisioners/commit/b8b03bbe7f30904b83cc599e61d378beb009eb38)) +* Marked packages public ([39a328e](https://github.com/c6o/provisioners/commit/39a328e0225b2b773e173960f54f98052a698368)) +* Move all our packages to the same version of lit-element ([#15](https://github.com/c6o/provisioners/issues/15)) ([013dbd6](https://github.com/c6o/provisioners/commit/013dbd6377a1f52f5a3a71885e7935e0c4984a21)) + + + + + ## [0.0.2](https://github.com/traxitt/traxitt/compare/v0.0.1...v0.0.2) (2020-07-17) diff --git a/packages/prometheus/package.json b/packages/prometheus/package.json index b6343fcc..71aa21c7 100644 --- a/packages/prometheus/package.json +++ b/packages/prometheus/package.json @@ -1,6 +1,6 @@ { "name": "@provisioner/prometheus", - "version": "0.0.2", + "version": "0.0.3", "description": "CodeZero provisioner for Prometheus", "main": "lib/index.js", "scripts": { @@ -35,8 +35,8 @@ }, "homepage": "https://github.com/c6o/provisioners#readme", "dependencies": { - "@provisioner/common": "^0.0.2", "@c6o/kubeclient": "^0.0.5", + "@provisioner/common": "^0.0.3", "lit-element": "^2.3.1", "mixwith": "^0.1.1", "parcel-bundler": "^1.12.4", diff --git a/packages/rabbitmq/CHANGELOG.md b/packages/rabbitmq/CHANGELOG.md index cdefa1cb..66dc4575 100644 --- a/packages/rabbitmq/CHANGELOG.md +++ b/packages/rabbitmq/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.3](https://github.com/nsainaney/traxitt/compare/v0.0.2...v0.0.3) (2020-08-08) + + +### 🐛 Bug Fixes + +* **NavStation:** Improvements to Nav Station UI ([#14](https://github.com/nsainaney/traxitt/issues/14)) ([fccaf70](https://github.com/nsainaney/traxitt/commit/fccaf7057be6de5235267fe0bbf6dc5be29e583f)) + + +### ♻️ Chores + +* Bumped kubeclient to 0.0.5 ([ba51a57](https://github.com/nsainaney/traxitt/commit/ba51a574b2a123bbe012be0086ec2ecbedcf487c)) +* Licensing ([#17](https://github.com/nsainaney/traxitt/issues/17)) ([8b9cc24](https://github.com/nsainaney/traxitt/commit/8b9cc24ff42ff875b4234a74dfcfcfedb2acef27)) +* Licensing and repo links ([#16](https://github.com/nsainaney/traxitt/issues/16)) ([b8b03bb](https://github.com/nsainaney/traxitt/commit/b8b03bbe7f30904b83cc599e61d378beb009eb38)) +* Marked packages public ([39a328e](https://github.com/nsainaney/traxitt/commit/39a328e0225b2b773e173960f54f98052a698368)) + + + + + ## [0.0.2](https://github.com/nsainaney/traxitt/compare/v0.0.1...v0.0.2) (2020-07-17) **Note:** Version bump only for package @provisioner/rabbitmq diff --git a/packages/rabbitmq/package.json b/packages/rabbitmq/package.json index db7de0ae..cf80faf4 100644 --- a/packages/rabbitmq/package.json +++ b/packages/rabbitmq/package.json @@ -1,6 +1,6 @@ { "name": "@provisioner/rabbitmq", - "version": "0.0.2", + "version": "0.0.3", "description": "CodeZero provisioner for rabbitmq", "main": "lib/index.js", "scripts": { @@ -31,8 +31,8 @@ }, "homepage": "https://github.com/nsainaney/traxitt#readme", "dependencies": { - "@provisioner/common": "^0.0.2", "@c6o/kubeclient": "^0.0.5", + "@provisioner/common": "^0.0.3", "mixwith": "^0.1.1" } } diff --git a/packages/verdaccio/CHANGELOG.md b/packages/verdaccio/CHANGELOG.md index 7c71af5b..c40e928c 100644 --- a/packages/verdaccio/CHANGELOG.md +++ b/packages/verdaccio/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.3](https://github.com/nsainaney/traxitt/compare/v0.0.2...v0.0.3) (2020-08-08) + + +### 🐛 Bug Fixes + +* **NavStation:** Improvements to Nav Station UI ([#14](https://github.com/nsainaney/traxitt/issues/14)) ([fccaf70](https://github.com/nsainaney/traxitt/commit/fccaf7057be6de5235267fe0bbf6dc5be29e583f)) + + +### ♻️ Chores + +* Bumped kubeclient to 0.0.5 ([ba51a57](https://github.com/nsainaney/traxitt/commit/ba51a574b2a123bbe012be0086ec2ecbedcf487c)) +* Licensing ([#17](https://github.com/nsainaney/traxitt/issues/17)) ([8b9cc24](https://github.com/nsainaney/traxitt/commit/8b9cc24ff42ff875b4234a74dfcfcfedb2acef27)) +* Licensing and repo links ([#16](https://github.com/nsainaney/traxitt/issues/16)) ([b8b03bb](https://github.com/nsainaney/traxitt/commit/b8b03bbe7f30904b83cc599e61d378beb009eb38)) +* Marked packages public ([39a328e](https://github.com/nsainaney/traxitt/commit/39a328e0225b2b773e173960f54f98052a698368)) + + + + + ## [0.0.2](https://github.com/nsainaney/traxitt/compare/v0.0.1...v0.0.2) (2020-07-17) **Note:** Version bump only for package @provisioner/verdaccio diff --git a/packages/verdaccio/package.json b/packages/verdaccio/package.json index d81bbca5..dc1ee7c7 100644 --- a/packages/verdaccio/package.json +++ b/packages/verdaccio/package.json @@ -1,6 +1,6 @@ { "name": "@provisioner/verdaccio", - "version": "0.0.2", + "version": "0.0.3", "description": "CodeZero provisioner for verdaccio", "main": "lib/index.js", "scripts": { @@ -31,8 +31,8 @@ }, "homepage": "https://github.com/nsainaney/traxitt#readme", "dependencies": { - "@provisioner/common": "^0.0.2", "@c6o/kubeclient": "^0.0.5", + "@provisioner/common": "^0.0.3", "mixwith": "^0.1.1" } } diff --git a/packages/vscode/CHANGELOG.md b/packages/vscode/CHANGELOG.md index 96b84ee4..c0ca027a 100644 --- a/packages/vscode/CHANGELOG.md +++ b/packages/vscode/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.3](https://github.com/nsainaney/traxitt/compare/v0.0.2...v0.0.3) (2020-08-08) + + +### 🐛 Bug Fixes + +* **NavStation:** Improvements to Nav Station UI ([#14](https://github.com/nsainaney/traxitt/issues/14)) ([fccaf70](https://github.com/nsainaney/traxitt/commit/fccaf7057be6de5235267fe0bbf6dc5be29e583f)) + + +### ♻️ Chores + +* Bumped kubeclient to 0.0.5 ([ba51a57](https://github.com/nsainaney/traxitt/commit/ba51a574b2a123bbe012be0086ec2ecbedcf487c)) +* Licensing ([#17](https://github.com/nsainaney/traxitt/issues/17)) ([8b9cc24](https://github.com/nsainaney/traxitt/commit/8b9cc24ff42ff875b4234a74dfcfcfedb2acef27)) +* Licensing and repo links ([#16](https://github.com/nsainaney/traxitt/issues/16)) ([b8b03bb](https://github.com/nsainaney/traxitt/commit/b8b03bbe7f30904b83cc599e61d378beb009eb38)) +* Marked packages public ([39a328e](https://github.com/nsainaney/traxitt/commit/39a328e0225b2b773e173960f54f98052a698368)) +* Move all our packages to the same version of lit-element ([#15](https://github.com/nsainaney/traxitt/issues/15)) ([013dbd6](https://github.com/nsainaney/traxitt/commit/013dbd6377a1f52f5a3a71885e7935e0c4984a21)) +* **global:** Refactor k8s and docker tags and provisioners from traxitt to c6o ([#11](https://github.com/nsainaney/traxitt/issues/11)) ([28d612c](https://github.com/nsainaney/traxitt/commit/28d612caa09cb79c0ec2525593d367a03e63ca09)) + + + + + ## [0.0.2](https://github.com/nsainaney/traxitt/compare/v0.0.1...v0.0.2) (2020-07-17) **Note:** Version bump only for package @provisioner/vscode diff --git a/packages/vscode/package.json b/packages/vscode/package.json index cf4761ad..60ff0e3a 100644 --- a/packages/vscode/package.json +++ b/packages/vscode/package.json @@ -1,6 +1,6 @@ { "name": "@provisioner/vscode", - "version": "0.0.2", + "version": "0.0.3", "description": "CodeZero provisioner for vscode", "main": "lib/index.js", "scripts": { @@ -36,8 +36,8 @@ }, "homepage": "https://github.com/nsainaney/traxitt#readme", "dependencies": { - "@provisioner/common": "^0.0.2", "@c6o/kubeclient": "^0.0.5", + "@provisioner/common": "^0.0.3", "lit-element": "^2.3.1", "mixwith": "^0.1.1", "parcel-bundler": "^1.12.4",