Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nsainaney committed Jul 17, 2020
1 parent 460ab0f commit 7208472
Show file tree
Hide file tree
Showing 36 changed files with 212 additions and 35 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/**"
],
"version": "0.0.1",
"version": "0.0.2",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cert-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions packages/cert-manager/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions packages/etcd-operator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions packages/etcd-operator/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/etcd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions packages/etcd/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/grafana/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions packages/grafana/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/istio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions packages/istio/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/kafka/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions packages/kafka/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/logging-elk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions packages/logging-elk/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/mattermost/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions packages/mattermost/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/mongo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions packages/mongo/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/node-red/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions packages/node-red/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down
Loading

0 comments on commit 7208472

Please sign in to comment.