Skip to content

Commit

Permalink
chore(release): v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nsainaney committed Aug 23, 2020
1 parent 798c6a3 commit 674808a
Show file tree
Hide file tree
Showing 36 changed files with 244 additions and 34 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.6](https://github.com/c6o/node-monorepo/compare/v0.0.5...v0.0.6) (2020-08-23)


### ♻️ Chores

* Added pack-all script ([200ba08](https://github.com/c6o/node-monorepo/commit/200ba0818791f99441d56d9c3262701962d9d54b))
* Bumped references ([798c6a3](https://github.com/c6o/node-monorepo/commit/798c6a3f7c826d04f2327a5cfae535f2dd3d04e8))
* Rerveted to workspaces ([#31](https://github.com/c6o/node-monorepo/issues/31)) ([aa2b267](https://github.com/c6o/node-monorepo/commit/aa2b267fff9af1da96f0790917e1cc7e838dd86d))
* **istio:** Upgrade Istio from 1.4.2 to 1.6.6 ([#30](https://github.com/c6o/node-monorepo/issues/30)) ([c8f5e14](https://github.com/c6o/node-monorepo/commit/c8f5e143bb68ad069d98d67c91ad96e5d4bae526))
* Removed extraneous debugger statement ([2981418](https://github.com/c6o/node-monorepo/commit/298141896a221c585856f2d11541ced346556eb8))
* Spelling issues ([f302134](https://github.com/c6o/node-monorepo/commit/f3021348e25e9cb1f76cce1694d2cdba236b491d))
* Updated build scripts ([#28](https://github.com/c6o/node-monorepo/issues/28)) ([a0b1c40](https://github.com/c6o/node-monorepo/commit/a0b1c403ea128c5f2d515febfcb71772a31990c5))
* Updated dependencies ([18ff8de](https://github.com/c6o/node-monorepo/commit/18ff8de36b5a0c9b1f343842724167fdc60bf62d))





## [0.0.5](https://github.com/c6o/node-monorepo/compare/v0.0.4...v0.0.5) (2020-08-13)


Expand Down
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.5",
"version": "0.0.6",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
11 changes: 11 additions & 0 deletions packages/c6o-system/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.6](https://github.com/c6o/provisioners/compare/v0.0.5...v0.0.6) (2020-08-23)


### ♻️ Chores

* Bumped references ([798c6a3](https://github.com/c6o/provisioners/commit/798c6a3f7c826d04f2327a5cfae535f2dd3d04e8))





## [0.0.5](https://github.com/c6o/provisioners/compare/v0.0.4...v0.0.5) (2020-08-13)


Expand Down
4 changes: 2 additions & 2 deletions packages/c6o-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@provisioner/c6o-system",
"version": "0.0.5",
"version": "0.0.6",
"description": "CodeZero provisioner for c6o-system",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"homepage": "https://github.com/c6o/provisioners#readme",
"dependencies": {
"@c6o/kubeclient": "^0.0.6",
"@provisioner/common": "^0.0.5",
"@provisioner/common": "^0.0.6",
"debug": "^4.1.1",
"jsonpointer": "^4.1.0",
"lit-element": "^2.3.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/cert-manager/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.6](https://github.com/c6o/provisioners/compare/v0.0.5...v0.0.6) (2020-08-23)


### ♻️ Chores

* Bumped references ([798c6a3](https://github.com/c6o/provisioners/commit/798c6a3f7c826d04f2327a5cfae535f2dd3d04e8))





## [0.0.5](https://github.com/c6o/provisioners/compare/v0.0.4...v0.0.5) (2020-08-13)


Expand Down
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.5",
"version": "0.0.6",
"description": "CodeZero provisioner for cert-manager",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"homepage": "https://github.com/c6o/provisioners#readme",
"dependencies": {
"@c6o/kubeclient": "^0.0.6",
"@provisioner/common": "^0.0.5",
"@provisioner/common": "^0.0.6",
"lit-element": "^2.3.1",
"mixwith": "^0.1.1",
"parcel-bundler": "^1.12.4",
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.6](https://github.com/nsainaney/traxitt/compare/v0.0.5...v0.0.6) (2020-08-23)


### ♻️ Chores

* Bumped references ([798c6a3](https://github.com/nsainaney/traxitt/commit/798c6a3f7c826d04f2327a5cfae535f2dd3d04e8))





## [0.0.5](https://github.com/nsainaney/traxitt/compare/v0.0.4...v0.0.5) (2020-08-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@provisioner/common",
"version": "0.0.5",
"version": "0.0.6",
"description": "Common stuff for provisioners",
"main": "lib/index.js",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/etcd-operator/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.6](https://github.com/nsainaney/traxitt/compare/v0.0.5...v0.0.6) (2020-08-23)


### ♻️ Chores

* Bumped references ([798c6a3](https://github.com/nsainaney/traxitt/commit/798c6a3f7c826d04f2327a5cfae535f2dd3d04e8))





## [0.0.5](https://github.com/nsainaney/traxitt/compare/v0.0.4...v0.0.5) (2020-08-13)


Expand Down
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.5",
"version": "0.0.6",
"description": "CodeZero provisioner for etcd-operator",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"homepage": "https://github.com/nsainaney/traxitt#readme",
"dependencies": {
"@c6o/kubeclient": "^0.0.6",
"@provisioner/common": "^0.0.5",
"@provisioner/common": "^0.0.6",
"mixwith": "^0.1.1"
},
"gitHead": "db2f853696fe6d336812a46d1cac44855aec9dfa"
Expand Down
11 changes: 11 additions & 0 deletions packages/etcd/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.6](https://github.com/nsainaney/traxitt/compare/v0.0.5...v0.0.6) (2020-08-23)


### ♻️ Chores

* Bumped references ([798c6a3](https://github.com/nsainaney/traxitt/commit/798c6a3f7c826d04f2327a5cfae535f2dd3d04e8))





## [0.0.5](https://github.com/nsainaney/traxitt/compare/v0.0.4...v0.0.5) (2020-08-13)


Expand Down
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.5",
"version": "0.0.6",
"description": "CodeZero provisioner for etcd",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"homepage": "https://github.com/nsainaney/traxitt#readme",
"dependencies": {
"@c6o/kubeclient": "^0.0.6",
"@provisioner/common": "^0.0.5",
"@provisioner/common": "^0.0.6",
"mixwith": "^0.1.1"
},
"gitHead": "db2f853696fe6d336812a46d1cac44855aec9dfa"
Expand Down
11 changes: 11 additions & 0 deletions packages/grafana/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.6](https://github.com/c6o/provisioners/compare/v0.0.5...v0.0.6) (2020-08-23)


### ♻️ Chores

* Bumped references ([798c6a3](https://github.com/c6o/provisioners/commit/798c6a3f7c826d04f2327a5cfae535f2dd3d04e8))





## [0.0.5](https://github.com/c6o/provisioners/compare/v0.0.4...v0.0.5) (2020-08-13)


Expand Down
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.5",
"version": "0.0.6",
"description": "CodeZero provisioner for Grafana",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"homepage": "https://github.com/c6o/provisioners#readme",
"dependencies": {
"@c6o/kubeclient": "^0.0.6",
"@provisioner/common": "^0.0.5",
"@provisioner/common": "^0.0.6",
"js-yaml": "^3.13.1",
"lit-element": "^2.3.1",
"mixwith": "^0.1.1",
Expand Down
13 changes: 13 additions & 0 deletions packages/istio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.6](https://github.com/c6o/provisioners/compare/v0.0.5...v0.0.6) (2020-08-23)


### ♻️ Chores

* Bumped references ([798c6a3](https://github.com/c6o/provisioners/commit/798c6a3f7c826d04f2327a5cfae535f2dd3d04e8))
* **istio:** Upgrade Istio from 1.4.2 to 1.6.6 ([#30](https://github.com/c6o/provisioners/issues/30)) ([c8f5e14](https://github.com/c6o/provisioners/commit/c8f5e143bb68ad069d98d67c91ad96e5d4bae526))
* Updated dependencies ([18ff8de](https://github.com/c6o/provisioners/commit/18ff8de36b5a0c9b1f343842724167fdc60bf62d))





## [0.0.5](https://github.com/c6o/provisioners/compare/v0.0.4...v0.0.5) (2020-08-13)


Expand Down
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.5",
"version": "0.0.6",
"description": "CodeZero provisioner for Istio",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@c6o/kubeclient": "^0.0.6",
"@c6o/ui-theme": "^0.0.4",
"@provisioner/common": "^0.0.5",
"@provisioner/common": "^0.0.6",
"lit-element": "^2.3.1",
"mixwith": "^0.1.1",
"parcel-bundler": "^1.12.4",
Expand Down
11 changes: 11 additions & 0 deletions packages/kafka/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.6](https://github.com/c6o/provisioners/compare/v0.0.5...v0.0.6) (2020-08-23)


### ♻️ Chores

* Bumped references ([798c6a3](https://github.com/c6o/provisioners/commit/798c6a3f7c826d04f2327a5cfae535f2dd3d04e8))





## [0.0.5](https://github.com/c6o/provisioners/compare/v0.0.4...v0.0.5) (2020-08-13)


Expand Down
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.5",
"version": "0.0.6",
"description": "CodeZero provisioner for kafka",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"homepage": "https://github.com/c6o/provisioners#readme",
"dependencies": {
"@c6o/kubeclient": "^0.0.6",
"@provisioner/common": "^0.0.5",
"@provisioner/common": "^0.0.6",
"mixwith": "^0.1.1"
},
"gitHead": "db2f853696fe6d336812a46d1cac44855aec9dfa"
Expand Down
11 changes: 11 additions & 0 deletions packages/logging-elk/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.6](https://github.com/c6o/provisioners/compare/v0.0.5...v0.0.6) (2020-08-23)


### ♻️ Chores

* Bumped references ([798c6a3](https://github.com/c6o/provisioners/commit/798c6a3f7c826d04f2327a5cfae535f2dd3d04e8))





## [0.0.5](https://github.com/c6o/provisioners/compare/v0.0.4...v0.0.5) (2020-08-13)


Expand Down
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.5",
"version": "0.0.6",
"description": "CodeZero provisioner for logging (ELK stack)",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"homepage": "https://github.com/c6o/provisioners#readme",
"dependencies": {
"@c6o/kubeclient": "^0.0.6",
"@provisioner/common": "^0.0.5",
"@provisioner/common": "^0.0.6",
"debug": "^4.1.1",
"lit-element": "^2.3.1",
"mixwith": "^0.1.1",
Expand Down
14 changes: 14 additions & 0 deletions packages/mattermost/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.6](https://github.com/c6o/provisioners/compare/v0.0.5...v0.0.6) (2020-08-23)


### ♻️ Chores

* Bumped references ([798c6a3](https://github.com/c6o/provisioners/commit/798c6a3f7c826d04f2327a5cfae535f2dd3d04e8))
* Removed extraneous debugger statement ([2981418](https://github.com/c6o/provisioners/commit/298141896a221c585856f2d11541ced346556eb8))
* Spelling issues ([f302134](https://github.com/c6o/provisioners/commit/f3021348e25e9cb1f76cce1694d2cdba236b491d))
* Updated dependencies ([18ff8de](https://github.com/c6o/provisioners/commit/18ff8de36b5a0c9b1f343842724167fdc60bf62d))





## [0.0.5](https://github.com/c6o/provisioners/compare/v0.0.4...v0.0.5) (2020-08-13)


Expand Down
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.5",
"version": "0.0.6",
"description": "CodeZero provisioner for MatterMost",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@c6o/kubeclient": "^0.0.6",
"@c6o/ui-web": "^0.0.4",
"@provisioner/common": "^0.0.5",
"@provisioner/common": "^0.0.6",
"lit-element": "^2.3.1",
"mixwith": "^0.1.1",
"parcel-bundler": "^1.12.4",
Expand Down
11 changes: 11 additions & 0 deletions packages/mongo/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.6](https://github.com/nsainaney/traxitt/compare/v0.0.5...v0.0.6) (2020-08-23)


### ♻️ Chores

* Bumped references ([798c6a3](https://github.com/nsainaney/traxitt/commit/798c6a3f7c826d04f2327a5cfae535f2dd3d04e8))





## [0.0.5](https://github.com/nsainaney/traxitt/compare/v0.0.4...v0.0.5) (2020-08-13)


Expand Down
Loading

0 comments on commit 674808a

Please sign in to comment.