From 72084721c044969ed4cc6ca3c4a0a08ab67eb553 Mon Sep 17 00:00:00 2001 From: Narayan Sainaney Date: Fri, 17 Jul 2020 15:03:11 -0700 Subject: [PATCH] v0.0.2 --- CHANGELOG.md | 22 ++++++++++++++++++++++ lerna.json | 2 +- packages/cert-manager/CHANGELOG.md | 8 ++++++++ packages/cert-manager/package.json | 4 ++-- packages/common/CHANGELOG.md | 11 +++++++++++ packages/common/package.json | 4 ++-- packages/etcd-operator/CHANGELOG.md | 8 ++++++++ packages/etcd-operator/package.json | 4 ++-- packages/etcd/CHANGELOG.md | 8 ++++++++ packages/etcd/package.json | 4 ++-- packages/grafana/CHANGELOG.md | 8 ++++++++ packages/grafana/package.json | 4 ++-- packages/istio/CHANGELOG.md | 8 ++++++++ packages/istio/package.json | 4 ++-- packages/kafka/CHANGELOG.md | 8 ++++++++ packages/kafka/package.json | 4 ++-- packages/logging-elk/CHANGELOG.md | 8 ++++++++ packages/logging-elk/package.json | 4 ++-- packages/mattermost/CHANGELOG.md | 8 ++++++++ packages/mattermost/package.json | 4 ++-- packages/mongo/CHANGELOG.md | 8 ++++++++ packages/mongo/package.json | 4 ++-- packages/node-red/CHANGELOG.md | 8 ++++++++ packages/node-red/package.json | 4 ++-- packages/precog/CHANGELOG.md | 8 ++++++++ packages/precog/package.json | 4 ++-- packages/prometheus/CHANGELOG.md | 11 +++++++++++ packages/prometheus/package.json | 4 ++-- packages/rabbitmq/CHANGELOG.md | 8 ++++++++ packages/rabbitmq/package.json | 4 ++-- packages/traxitt-system/CHANGELOG.md | 21 +++++++++++++++++++++ packages/traxitt-system/package.json | 4 ++-- packages/verdaccio/CHANGELOG.md | 8 ++++++++ packages/verdaccio/package.json | 4 ++-- packages/vscode/CHANGELOG.md | 8 ++++++++ packages/vscode/package.json | 4 ++-- 36 files changed, 212 insertions(+), 35 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6576e094..0e270045 100644 --- a/CHANGELOG.md +++ b/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.2](https://github.com/traxitt/node-monorepo/compare/v0.0.1...v0.0.2) (2020-07-17) + + +### Bug Fixes + +* **oauth:** Fixed codezero OAuth icon URL ([7355f6e](https://github.com/traxitt/node-monorepo/commit/7355f6e7d2212555ccd32148d4faed424fe55db0)) +* **prometheus:** Prometheus app has some hardcoded namespaces to 'monitoring' ([#3](https://github.com/traxitt/node-monorepo/issues/3)) ([0bc31ae](https://github.com/traxitt/node-monorepo/commit/0bc31aed88f801d16fff30522d1abc410af11b51)) +* **store:** Updated store App manifest to new launch tag ([948371d](https://github.com/traxitt/node-monorepo/commit/948371d4d76d2cdc5367d34f726a51901d187076)) +* **system:** Added codezero.cloud to cluster domains ([d87f0a1](https://github.com/traxitt/node-monorepo/commit/d87f0a14c745a38c88b609d2bf7db2f74c679815)) +* **system:** CLI had incorrect cluster domain ([783bf9e](https://github.com/traxitt/node-monorepo/commit/783bf9e6481025125d96da409eaa72ccc68e138b)) +* **system:** CodeZero OAuth icon url ([a62af63](https://github.com/traxitt/node-monorepo/commit/a62af63800eb272d8cd61221071eaaedc8512ef9)) + + +### Features + +* **dock:** Added dock CRD and default value ([#4](https://github.com/traxitt/node-monorepo/issues/4)) ([546ec8e](https://github.com/traxitt/node-monorepo/commit/546ec8e0183d04d05d40d350bec07c12a97e9b1c)) +* **update:** Ability to update System and all other Apps ([#1](https://github.com/traxitt/node-monorepo/issues/1)) ([1003432](https://github.com/traxitt/node-monorepo/commit/100343214beec1029436da470cb67249d7cbbf79)) + + + + + ## 0.0.1 (2020-07-04) **Note:** Though this is not the start of our journey, this is were we start versioning. diff --git a/lerna.json b/lerna.json index f4a99602..c7e601e9 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/**" ], - "version": "0.0.1", + "version": "0.0.2", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/cert-manager/CHANGELOG.md b/packages/cert-manager/CHANGELOG.md index 6576e094..b8b02bfb 100644 --- a/packages/cert-manager/CHANGELOG.md +++ b/packages/cert-manager/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [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 + + + + + ## 0.0.1 (2020-07-04) **Note:** Though this is not the start of our journey, this is were we start versioning. diff --git a/packages/cert-manager/package.json b/packages/cert-manager/package.json index 1faccf4e..2f7fc580 100644 --- a/packages/cert-manager/package.json +++ b/packages/cert-manager/package.json @@ -1,6 +1,6 @@ { "name": "@provisioner/cert-manager", - "version": "0.0.1", + "version": "0.0.2", "description": "Traxitt provisioner for cert-manager", "main": "lib/index.js", "scripts": { @@ -35,7 +35,7 @@ }, "homepage": "https://github.com/traxitt/node-monorepo#readme", "dependencies": { - "@provisioner/common": "^0.0.1", + "@provisioner/common": "^0.0.2", "@traxitt/kubeclient": "^0.0.4", "lit-element": "^2.2.1", "mixwith": "^0.1.1", diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 6576e094..02c72e6e 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.2](https://github.com/nsainaney/traxitt/compare/v0.0.1...v0.0.2) (2020-07-17) + + +### Features + +* **update:** Ability to update System and all other Apps ([#1](https://github.com/nsainaney/traxitt/issues/1)) ([1003432](https://github.com/nsainaney/traxitt/commit/100343214beec1029436da470cb67249d7cbbf79)) + + + + + ## 0.0.1 (2020-07-04) **Note:** Though this is not the start of our journey, this is were we start versioning. diff --git a/packages/common/package.json b/packages/common/package.json index 460c29bc..7bab773e 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@provisioner/common", - "version": "0.0.1", + "version": "0.0.2", "description": "Common stuff for provisioners", "main": "lib/index.js", "scripts": { @@ -30,8 +30,8 @@ "homepage": "https://github.com/nsainaney/traxitt#readme", "dependencies": { "@traxitt/kubeclient": "^0.0.4", - "generate-password": "^1.4.1", "debug": "^4.1.1", + "generate-password": "^1.4.1", "jsonpointer": "^4.1.0", "mixwith": "^0.1.1", "ulid": "^2.3.0" diff --git a/packages/etcd-operator/CHANGELOG.md b/packages/etcd-operator/CHANGELOG.md index 6576e094..468e4307 100644 --- a/packages/etcd-operator/CHANGELOG.md +++ b/packages/etcd-operator/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [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 + + + + + ## 0.0.1 (2020-07-04) **Note:** Though this is not the start of our journey, this is were we start versioning. diff --git a/packages/etcd-operator/package.json b/packages/etcd-operator/package.json index ae2831b8..de0a61c8 100644 --- a/packages/etcd-operator/package.json +++ b/packages/etcd-operator/package.json @@ -1,6 +1,6 @@ { "name": "@provisioner/etcd-operator", - "version": "0.0.1", + "version": "0.0.2", "description": "Traxitt provisioner for etcd-operator", "main": "lib/index.js", "scripts": { @@ -31,7 +31,7 @@ }, "homepage": "https://github.com/nsainaney/traxitt#readme", "dependencies": { - "@provisioner/common": "^0.0.1", + "@provisioner/common": "^0.0.2", "@traxitt/kubeclient": "^0.0.4", "mixwith": "^0.1.1" } diff --git a/packages/etcd/CHANGELOG.md b/packages/etcd/CHANGELOG.md index 6576e094..32226da6 100644 --- a/packages/etcd/CHANGELOG.md +++ b/packages/etcd/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [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 + + + + + ## 0.0.1 (2020-07-04) **Note:** Though this is not the start of our journey, this is were we start versioning. diff --git a/packages/etcd/package.json b/packages/etcd/package.json index e693165e..e52acf39 100644 --- a/packages/etcd/package.json +++ b/packages/etcd/package.json @@ -1,6 +1,6 @@ { "name": "@provisioner/etcd", - "version": "0.0.1", + "version": "0.0.2", "description": "Traxitt provisioner for etcd", "main": "lib/index.js", "scripts": { @@ -31,7 +31,7 @@ }, "homepage": "https://github.com/nsainaney/traxitt#readme", "dependencies": { - "@provisioner/common": "^0.0.1", + "@provisioner/common": "^0.0.2", "@traxitt/kubeclient": "^0.0.4", "mixwith": "^0.1.1" } diff --git a/packages/grafana/CHANGELOG.md b/packages/grafana/CHANGELOG.md index 6576e094..9487cc30 100644 --- a/packages/grafana/CHANGELOG.md +++ b/packages/grafana/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [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 + + + + + ## 0.0.1 (2020-07-04) **Note:** Though this is not the start of our journey, this is were we start versioning. diff --git a/packages/grafana/package.json b/packages/grafana/package.json index 109310b4..965a90d2 100644 --- a/packages/grafana/package.json +++ b/packages/grafana/package.json @@ -1,6 +1,6 @@ { "name": "@provisioner/grafana", - "version": "0.0.1", + "version": "0.0.2", "description": "Traxitt provisioner for Grafana", "main": "lib/index.js", "scripts": { @@ -35,7 +35,7 @@ }, "homepage": "https://github.com/traxitt/node-monorepo#readme", "dependencies": { - "@provisioner/common": "^0.0.1", + "@provisioner/common": "^0.0.2", "@traxitt/kubeclient": "^0.0.4", "js-yaml": "^3.13.1", "lit-element": "^2.2.1", diff --git a/packages/istio/CHANGELOG.md b/packages/istio/CHANGELOG.md index 6576e094..cf45d1b5 100644 --- a/packages/istio/CHANGELOG.md +++ b/packages/istio/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [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 + + + + + ## 0.0.1 (2020-07-04) **Note:** Though this is not the start of our journey, this is were we start versioning. diff --git a/packages/istio/package.json b/packages/istio/package.json index 9f4f3c2a..bffb7701 100644 --- a/packages/istio/package.json +++ b/packages/istio/package.json @@ -1,6 +1,6 @@ { "name": "@provisioner/istio", - "version": "0.0.1", + "version": "0.0.2", "description": "Traxitt provisioner for Istio", "main": "lib/index.js", "scripts": { @@ -37,7 +37,7 @@ }, "homepage": "https://github.com/traxitt/node-monorepo#readme", "dependencies": { - "@provisioner/common": "^0.0.1", + "@provisioner/common": "^0.0.2", "@traxitt/kubeclient": "^0.0.4", "lit-element": "^2.2.1", "mixwith": "^0.1.1", diff --git a/packages/kafka/CHANGELOG.md b/packages/kafka/CHANGELOG.md index 6576e094..43233fae 100644 --- a/packages/kafka/CHANGELOG.md +++ b/packages/kafka/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [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 + + + + + ## 0.0.1 (2020-07-04) **Note:** Though this is not the start of our journey, this is were we start versioning. diff --git a/packages/kafka/package.json b/packages/kafka/package.json index 5ec2bff2..06bb3549 100644 --- a/packages/kafka/package.json +++ b/packages/kafka/package.json @@ -1,6 +1,6 @@ { "name": "@provisioner/kafka", - "version": "0.0.1", + "version": "0.0.2", "description": "Traxitt provisioner for kafka", "main": "lib/index.js", "scripts": { @@ -31,7 +31,7 @@ }, "homepage": "https://github.com/traxitt/node-monorepo#readme", "dependencies": { - "@provisioner/common": "^0.0.1", + "@provisioner/common": "^0.0.2", "@traxitt/kubeclient": "^0.0.4", "mixwith": "^0.1.1" } diff --git a/packages/logging-elk/CHANGELOG.md b/packages/logging-elk/CHANGELOG.md index 6576e094..b40c1e8e 100644 --- a/packages/logging-elk/CHANGELOG.md +++ b/packages/logging-elk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [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 + + + + + ## 0.0.1 (2020-07-04) **Note:** Though this is not the start of our journey, this is were we start versioning. diff --git a/packages/logging-elk/package.json b/packages/logging-elk/package.json index 8cbcfb05..329f1c6e 100644 --- a/packages/logging-elk/package.json +++ b/packages/logging-elk/package.json @@ -1,6 +1,6 @@ { "name": "@provisioner/logging-elk", - "version": "0.0.1", + "version": "0.0.2", "description": "Traxitt provisioner for logging (ELK stack)", "main": "lib/index.js", "scripts": { @@ -35,7 +35,7 @@ }, "homepage": "https://github.com/traxitt/node-monorepo#readme", "dependencies": { - "@provisioner/common": "^0.0.1", + "@provisioner/common": "^0.0.2", "@traxitt/kubeclient": "^0.0.4", "debug": "^4.1.1", "lit-element": "^2.2.1", diff --git a/packages/mattermost/CHANGELOG.md b/packages/mattermost/CHANGELOG.md index 6576e094..d67f4147 100644 --- a/packages/mattermost/CHANGELOG.md +++ b/packages/mattermost/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [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 + + + + + ## 0.0.1 (2020-07-04) **Note:** Though this is not the start of our journey, this is were we start versioning. diff --git a/packages/mattermost/package.json b/packages/mattermost/package.json index 6497c45e..e199f4e7 100644 --- a/packages/mattermost/package.json +++ b/packages/mattermost/package.json @@ -1,6 +1,6 @@ { "name": "@provisioner/mattermost", - "version": "0.0.1", + "version": "0.0.2", "description": "Traxitt provisioner for MatterMost", "main": "lib/index.js", "scripts": { @@ -35,7 +35,7 @@ }, "homepage": "https://github.com/traxitt/node-monorepo#readme", "dependencies": { - "@provisioner/common": "^0.0.1", + "@provisioner/common": "^0.0.2", "@traxitt/kubeclient": "^0.0.4", "lit-element": "^2.3.1", "mixwith": "^0.1.1", diff --git a/packages/mongo/CHANGELOG.md b/packages/mongo/CHANGELOG.md index 6576e094..c18d494a 100644 --- a/packages/mongo/CHANGELOG.md +++ b/packages/mongo/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [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 + + + + + ## 0.0.1 (2020-07-04) **Note:** Though this is not the start of our journey, this is were we start versioning. diff --git a/packages/mongo/package.json b/packages/mongo/package.json index 29b0a7f6..090d2ee8 100644 --- a/packages/mongo/package.json +++ b/packages/mongo/package.json @@ -1,6 +1,6 @@ { "name": "@provisioner/mongo", - "version": "0.0.1", + "version": "0.0.2", "description": "Traxitt provisioner for mongodb", "main": "lib/index.js", "scripts": { @@ -31,7 +31,7 @@ }, "homepage": "https://github.com/nsainaney/traxitt#readme", "dependencies": { - "@provisioner/common": "^0.0.1", + "@provisioner/common": "^0.0.2", "@traxitt/kubeclient": "^0.0.4", "js-yaml": "^3.12.1", "mixwith": "^0.1.1", diff --git a/packages/node-red/CHANGELOG.md b/packages/node-red/CHANGELOG.md index 6576e094..e2c1e812 100644 --- a/packages/node-red/CHANGELOG.md +++ b/packages/node-red/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [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 + + + + + ## 0.0.1 (2020-07-04) **Note:** Though this is not the start of our journey, this is were we start versioning. diff --git a/packages/node-red/package.json b/packages/node-red/package.json index aa674014..55438522 100644 --- a/packages/node-red/package.json +++ b/packages/node-red/package.json @@ -1,6 +1,6 @@ { "name": "@provisioner/node-red", - "version": "0.0.1", + "version": "0.0.2", "description": "Traxitt provisioner for node-red", "main": "lib/index.js", "scripts": { @@ -35,7 +35,7 @@ }, "homepage": "https://github.com/traxitt/node-monorepo#readme", "dependencies": { - "@provisioner/common": "^0.0.1", + "@provisioner/common": "^0.0.2", "@traxitt/kubeclient": "^0.0.4", "lit-element": "^2.2.1", "mixwith": "^0.1.1", diff --git a/packages/precog/CHANGELOG.md b/packages/precog/CHANGELOG.md index 6576e094..927eae08 100644 --- a/packages/precog/CHANGELOG.md +++ b/packages/precog/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [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 + + + + + ## 0.0.1 (2020-07-04) **Note:** Though this is not the start of our journey, this is were we start versioning. diff --git a/packages/precog/package.json b/packages/precog/package.json index a028501a..1ead11f1 100644 --- a/packages/precog/package.json +++ b/packages/precog/package.json @@ -1,6 +1,6 @@ { "name": "@provisioner/precog", - "version": "0.0.1", + "version": "0.0.2", "description": "Traxitt provisioner for precog", "main": "lib/index.js", "scripts": { @@ -35,7 +35,7 @@ }, "homepage": "https://github.com/traxitt/node-monorepo#readme", "dependencies": { - "@provisioner/common": "^0.0.1", + "@provisioner/common": "^0.0.2", "@traxitt/kubeclient": "^0.0.4", "lit-element": "^2.3.1", "mixwith": "^0.1.1", diff --git a/packages/prometheus/CHANGELOG.md b/packages/prometheus/CHANGELOG.md index 6576e094..c50a1e9a 100644 --- a/packages/prometheus/CHANGELOG.md +++ b/packages/prometheus/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.2](https://github.com/traxitt/traxitt/compare/v0.0.1...v0.0.2) (2020-07-17) + + +### Bug Fixes + +* **prometheus:** Prometheus app has some hardcoded namespaces to 'monitoring' ([#3](https://github.com/traxitt/traxitt/issues/3)) ([0bc31ae](https://github.com/traxitt/traxitt/commit/0bc31aed88f801d16fff30522d1abc410af11b51)) + + + + + ## 0.0.1 (2020-07-04) **Note:** Though this is not the start of our journey, this is were we start versioning. diff --git a/packages/prometheus/package.json b/packages/prometheus/package.json index 6d25269e..8d8fc621 100644 --- a/packages/prometheus/package.json +++ b/packages/prometheus/package.json @@ -1,6 +1,6 @@ { "name": "@provisioner/prometheus", - "version": "0.0.1", + "version": "0.0.2", "description": "Traxitt provisioner for Prometheus", "main": "lib/index.js", "scripts": { @@ -35,7 +35,7 @@ }, "homepage": "https://github.com/traxitt/node-monorepo#readme", "dependencies": { - "@provisioner/common": "^0.0.1", + "@provisioner/common": "^0.0.2", "@traxitt/kubeclient": "^0.0.4", "lit-element": "^2.2.1", "mixwith": "^0.1.1", diff --git a/packages/rabbitmq/CHANGELOG.md b/packages/rabbitmq/CHANGELOG.md index 6576e094..cdefa1cb 100644 --- a/packages/rabbitmq/CHANGELOG.md +++ b/packages/rabbitmq/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [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 + + + + + ## 0.0.1 (2020-07-04) **Note:** Though this is not the start of our journey, this is were we start versioning. diff --git a/packages/rabbitmq/package.json b/packages/rabbitmq/package.json index 3c545a80..371b8175 100644 --- a/packages/rabbitmq/package.json +++ b/packages/rabbitmq/package.json @@ -1,6 +1,6 @@ { "name": "@provisioner/rabbitmq", - "version": "0.0.1", + "version": "0.0.2", "description": "Traxitt provisioner for rabbitmq", "main": "lib/index.js", "scripts": { @@ -31,7 +31,7 @@ }, "homepage": "https://github.com/nsainaney/traxitt#readme", "dependencies": { - "@provisioner/common": "^0.0.1", + "@provisioner/common": "^0.0.2", "@traxitt/kubeclient": "^0.0.4", "mixwith": "^0.1.1" } diff --git a/packages/traxitt-system/CHANGELOG.md b/packages/traxitt-system/CHANGELOG.md index 6576e094..84f8bc22 100644 --- a/packages/traxitt-system/CHANGELOG.md +++ b/packages/traxitt-system/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.2](https://github.com/traxitt/traxitt/compare/v0.0.1...v0.0.2) (2020-07-17) + + +### Bug Fixes + +* **oauth:** Fixed codezero OAuth icon URL ([7355f6e](https://github.com/traxitt/traxitt/commit/7355f6e7d2212555ccd32148d4faed424fe55db0)) +* **store:** Updated store App manifest to new launch tag ([948371d](https://github.com/traxitt/traxitt/commit/948371d4d76d2cdc5367d34f726a51901d187076)) +* **system:** Added codezero.cloud to cluster domains ([d87f0a1](https://github.com/traxitt/traxitt/commit/d87f0a14c745a38c88b609d2bf7db2f74c679815)) +* **system:** CLI had incorrect cluster domain ([783bf9e](https://github.com/traxitt/traxitt/commit/783bf9e6481025125d96da409eaa72ccc68e138b)) +* **system:** CodeZero OAuth icon url ([a62af63](https://github.com/traxitt/traxitt/commit/a62af63800eb272d8cd61221071eaaedc8512ef9)) + + +### Features + +* **dock:** Added dock CRD and default value ([#4](https://github.com/traxitt/traxitt/issues/4)) ([546ec8e](https://github.com/traxitt/traxitt/commit/546ec8e0183d04d05d40d350bec07c12a97e9b1c)) +* **update:** Ability to update System and all other Apps ([#1](https://github.com/traxitt/traxitt/issues/1)) ([1003432](https://github.com/traxitt/traxitt/commit/100343214beec1029436da470cb67249d7cbbf79)) + + + + + ## 0.0.1 (2020-07-04) **Note:** Though this is not the start of our journey, this is were we start versioning. diff --git a/packages/traxitt-system/package.json b/packages/traxitt-system/package.json index 793c6c5a..b43a750f 100644 --- a/packages/traxitt-system/package.json +++ b/packages/traxitt-system/package.json @@ -1,6 +1,6 @@ { "name": "@provisioner/traxitt-system", - "version": "0.0.1", + "version": "0.0.2", "description": "Traxitt provisioner for traxitt-system", "main": "lib/index.js", "scripts": { @@ -35,7 +35,7 @@ }, "homepage": "https://github.com/traxitt/node-monorepo#readme", "dependencies": { - "@provisioner/common": "^0.0.1", + "@provisioner/common": "^0.0.2", "@traxitt/kubeclient": "^0.0.4", "debug": "^4.1.1", "jsonpointer": "^4.1.0", diff --git a/packages/verdaccio/CHANGELOG.md b/packages/verdaccio/CHANGELOG.md index 6576e094..7c71af5b 100644 --- a/packages/verdaccio/CHANGELOG.md +++ b/packages/verdaccio/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [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 + + + + + ## 0.0.1 (2020-07-04) **Note:** Though this is not the start of our journey, this is were we start versioning. diff --git a/packages/verdaccio/package.json b/packages/verdaccio/package.json index 0a540ffb..d92bc0f5 100644 --- a/packages/verdaccio/package.json +++ b/packages/verdaccio/package.json @@ -1,6 +1,6 @@ { "name": "@provisioner/verdaccio", - "version": "0.0.1", + "version": "0.0.2", "description": "Traxitt provisioner for verdaccio", "main": "lib/index.js", "scripts": { @@ -31,7 +31,7 @@ }, "homepage": "https://github.com/nsainaney/traxitt#readme", "dependencies": { - "@provisioner/common": "^0.0.1", + "@provisioner/common": "^0.0.2", "@traxitt/kubeclient": "^0.0.4", "mixwith": "^0.1.1" } diff --git a/packages/vscode/CHANGELOG.md b/packages/vscode/CHANGELOG.md index 6576e094..96b84ee4 100644 --- a/packages/vscode/CHANGELOG.md +++ b/packages/vscode/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [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 + + + + + ## 0.0.1 (2020-07-04) **Note:** Though this is not the start of our journey, this is were we start versioning. diff --git a/packages/vscode/package.json b/packages/vscode/package.json index 44a041ea..e3f238d1 100644 --- a/packages/vscode/package.json +++ b/packages/vscode/package.json @@ -1,6 +1,6 @@ { "name": "@provisioner/vscode", - "version": "0.0.1", + "version": "0.0.2", "description": "Traxitt provisioner for vscode", "main": "lib/index.js", "scripts": { @@ -36,7 +36,7 @@ }, "homepage": "https://github.com/nsainaney/traxitt#readme", "dependencies": { - "@provisioner/common": "^0.0.1", + "@provisioner/common": "^0.0.2", "@traxitt/kubeclient": "^0.0.4", "lit-element": "^2.2.1", "mixwith": "^0.1.1",