Skip to content

Commit

Permalink
chore(release): v0.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
nsainaney committed Jun 16, 2021
1 parent 1e73420 commit 7b4768a
Show file tree
Hide file tree
Showing 66 changed files with 447 additions and 101 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.30](https://github.com/c6o/node-monorepo/compare/v0.0.29...v0.0.30) (2021-06-16)


### 🐛 Bug Fixes

* Remove UI-Theme CSS variables from provisioners ([#256](https://github.com/c6o/node-monorepo/issues/256)) ([08d7064](https://github.com/c6o/node-monorepo/commit/08d7064020e521c0f9c9b31e20e6ad17d7ab5e71))


### ♻️ Chores

* Bumped [@c6o](https://github.com/c6o)/bundle ([1e73420](https://github.com/c6o/node-monorepo/commit/1e7342005d9c8ca3046d8d1a9c8518f6df2483a8))
* Support grabbing of environment variables ([#257](https://github.com/c6o/node-monorepo/issues/257)) ([55853fb](https://github.com/c6o/node-monorepo/commit/55853fbf16fc4834f61fd2a1955a8dbbe39589ab))





## [0.0.29](https://github.com/c6o/node-monorepo/compare/v0.0.28...v0.0.29) (2021-06-09)


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.29",
"version": "0.0.30",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions packages/appengine-contracts/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.30](https://github.com/c6o/provisioners/compare/v0.0.29...v0.0.30) (2021-06-16)

**Note:** Version bump only for package @provisioner/appengine-contracts





## [0.0.29](https://github.com/c6o/provisioners/compare/v0.0.28...v0.0.29) (2021-06-09)


Expand Down
6 changes: 3 additions & 3 deletions packages/appengine-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@provisioner/appengine-contracts",
"version": "0.0.29",
"version": "0.0.30",
"description": "CodeZero provisioner for appengine",
"main": "lib/index.js",
"repository": {
Expand All @@ -26,8 +26,8 @@
},
"homepage": "https://github.com/c6o/provisioners#readme",
"dependencies": {
"@c6o/kubeclient-contracts": "^0.0.12",
"@provisioner/contracts": "^0.0.29",
"@c6o/kubeclient-contracts": "^0.0.13",
"@provisioner/contracts": "^0.0.30",
"generate-password": "^1.6.0"
}
}
11 changes: 11 additions & 0 deletions packages/appengine/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.30](https://github.com/c6o/provisioners/compare/v0.0.29...v0.0.30) (2021-06-16)


### ♻️ Chores

* Bumped [@c6o](https://github.com/c6o)/bundle ([1e73420](https://github.com/c6o/provisioners/commit/1e7342005d9c8ca3046d8d1a9c8518f6df2483a8))





## [0.0.29](https://github.com/c6o/provisioners/compare/v0.0.28...v0.0.29) (2021-06-09)


Expand Down
10 changes: 5 additions & 5 deletions packages/appengine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@provisioner/appengine",
"version": "0.0.29",
"version": "0.0.30",
"description": "CodeZero provisioner for appengine",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -32,10 +32,10 @@
},
"homepage": "https://github.com/c6o/provisioners#readme",
"dependencies": {
"@c6o/kubeclient-contracts": "^0.0.12",
"@provisioner/appengine-contracts": "^0.0.29",
"@provisioner/common": "^0.0.29",
"@provisioner/contracts": "^0.0.29",
"@c6o/kubeclient-contracts": "^0.0.13",
"@provisioner/appengine-contracts": "^0.0.30",
"@provisioner/common": "^0.0.30",
"@provisioner/contracts": "^0.0.30",
"@types/inquirer": "^7.3.1",
"chalk": "^4.1.0",
"debug": "^4.2.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/c6o-system/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.30](https://github.com/c6o/provisioners/compare/v0.0.29...v0.0.30) (2021-06-16)


### 🐛 Bug Fixes

* Remove UI-Theme CSS variables from provisioners ([#256](https://github.com/c6o/provisioners/issues/256)) ([08d7064](https://github.com/c6o/provisioners/commit/08d7064020e521c0f9c9b31e20e6ad17d7ab5e71))


### ♻️ Chores

* Bumped [@c6o](https://github.com/c6o)/bundle ([1e73420](https://github.com/c6o/provisioners/commit/1e7342005d9c8ca3046d8d1a9c8518f6df2483a8))





## [0.0.29](https://github.com/c6o/provisioners/compare/v0.0.28...v0.0.29) (2021-06-09)


Expand Down
12 changes: 6 additions & 6 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.29",
"version": "0.0.30",
"description": "CodeZero provisioner for c6o-system",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -32,11 +32,11 @@
},
"homepage": "https://github.com/c6o/provisioners#readme",
"dependencies": {
"@c6o/kubeclient-resources": "^0.0.12",
"@provisioner/common": "^0.0.29",
"@provisioner/contracts": "^0.0.29",
"@provisioner/grafana": "^0.0.29",
"@provisioner/istio": "^0.0.29",
"@c6o/kubeclient-resources": "^0.0.13",
"@provisioner/common": "^0.0.30",
"@provisioner/contracts": "^0.0.30",
"@provisioner/grafana": "^0.0.30",
"@provisioner/istio": "^0.0.30",
"debug": "^4.1.1",
"handlebars": "^4.7.7",
"inquirer": "^8.0.0",
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.30](https://github.com/c6o/provisioners/compare/v0.0.29...v0.0.30) (2021-06-16)


### ♻️ Chores

* Bumped [@c6o](https://github.com/c6o)/bundle ([1e73420](https://github.com/c6o/provisioners/commit/1e7342005d9c8ca3046d8d1a9c8518f6df2483a8))





## [0.0.29](https://github.com/c6o/provisioners/compare/v0.0.28...v0.0.29) (2021-06-09)


Expand Down
6 changes: 3 additions & 3 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.29",
"version": "0.0.30",
"description": "CodeZero provisioner for cert-manager",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -32,8 +32,8 @@
},
"homepage": "https://github.com/c6o/provisioners#readme",
"dependencies": {
"@provisioner/common": "^0.0.29",
"@provisioner/contracts": "^0.0.29",
"@provisioner/common": "^0.0.30",
"@provisioner/contracts": "^0.0.30",
"lit-element": "^2.3.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.30](https://github.com/nsainaney/traxitt/compare/v0.0.29...v0.0.30) (2021-06-16)


### ♻️ Chores

* Support grabbing of environment variables ([#257](https://github.com/nsainaney/traxitt/issues/257)) ([55853fb](https://github.com/nsainaney/traxitt/commit/55853fbf16fc4834f61fd2a1955a8dbbe39589ab))





## [0.0.29](https://github.com/nsainaney/traxitt/compare/v0.0.28...v0.0.29) (2021-06-09)


Expand Down
8 changes: 4 additions & 4 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.29",
"version": "0.0.30",
"description": "Common stuff for provisioners",
"main": "lib/index.js",
"repository": {
Expand All @@ -24,9 +24,9 @@
},
"homepage": "https://github.com/nsainaney/traxitt#readme",
"dependencies": {
"@c6o/kubeclient": "^0.0.12",
"@c6o/kubeclient-contracts": "^0.0.12",
"@provisioner/contracts": "^0.0.29",
"@c6o/kubeclient": "^0.0.13",
"@c6o/kubeclient-contracts": "^0.0.13",
"@provisioner/contracts": "^0.0.30",
"debug": "^4.1.1",
"generate-password": "^1.6.0",
"jsonpath-plus": "^5.0.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/contracts/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.30](https://github.com/nsainaney/traxitt/compare/v0.0.29...v0.0.30) (2021-06-16)

**Note:** Version bump only for package @provisioner/contracts





## [0.0.29](https://github.com/nsainaney/traxitt/compare/v0.0.28...v0.0.29) (2021-06-09)


Expand Down
6 changes: 3 additions & 3 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@provisioner/contracts",
"version": "0.0.29",
"version": "0.0.30",
"description": "Contracts stuff for provisioners",
"main": "lib/index.js",
"repository": {
Expand All @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/nsainaney/traxitt#readme",
"dependencies": {
"@c6o/kubeclient-contracts": "^0.0.12",
"@c6o/kubeclient-resources": "^0.0.12"
"@c6o/kubeclient-contracts": "^0.0.13",
"@c6o/kubeclient-resources": "^0.0.13"
}
}
11 changes: 11 additions & 0 deletions packages/docker-registry/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.30](https://github.com/c6o/provisioners/compare/v0.0.29...v0.0.30) (2021-06-16)


### ♻️ Chores

* Bumped [@c6o](https://github.com/c6o)/bundle ([1e73420](https://github.com/c6o/provisioners/commit/1e7342005d9c8ca3046d8d1a9c8518f6df2483a8))





## [0.0.29](https://github.com/c6o/provisioners/compare/v0.0.28...v0.0.29) (2021-06-09)


Expand Down
4 changes: 2 additions & 2 deletions packages/docker-registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@provisioner/docker-registry",
"version": "0.0.29",
"version": "0.0.30",
"description": "CodeZero provisioner for docker-registry",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"homepage": "https://github.com/c6o/provisioners#readme",
"dependencies": {
"@provisioner/common": "^0.0.29",
"@provisioner/common": "^0.0.30",
"lit-element": "^2.3.1",
"mixwith": "^0.1.1",
"parcel-bundler": "^1.12.4",
Expand Down
11 changes: 11 additions & 0 deletions packages/drone/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.30](https://github.com/c6o/provisioners/compare/v0.0.29...v0.0.30) (2021-06-16)


### ♻️ Chores

* Bumped [@c6o](https://github.com/c6o)/bundle ([1e73420](https://github.com/c6o/provisioners/commit/1e7342005d9c8ca3046d8d1a9c8518f6df2483a8))





## [0.0.29](https://github.com/c6o/provisioners/compare/v0.0.28...v0.0.29) (2021-06-09)


Expand Down
4 changes: 2 additions & 2 deletions packages/drone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@provisioner/drone",
"version": "0.0.29",
"version": "0.0.30",
"description": "CodeZero provisioner for drone",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://github.com/c6o/provisioners#readme",
"dependencies": {
"@provisioner/common": "^0.0.29",
"@provisioner/common": "^0.0.30",
"inquirer": "^8.0.0",
"lit-element": "^2.3.1",
"mixwith": "^0.1.1",
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.30](https://github.com/nsainaney/traxitt/compare/v0.0.29...v0.0.30) (2021-06-16)

**Note:** Version bump only for package @provisioner/etcd-operator





## [0.0.29](https://github.com/nsainaney/traxitt/compare/v0.0.28...v0.0.29) (2021-06-09)


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.29",
"version": "0.0.30",
"description": "CodeZero provisioner for etcd-operator",
"main": "lib/index.js",
"repository": {
Expand All @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/nsainaney/traxitt#readme",
"dependencies": {
"@provisioner/common": "^0.0.29",
"@provisioner/common": "^0.0.30",
"mixwith": "^0.1.1"
},
"gitHead": "674808a0942eb636d03a50e7fbe5674ba76d7884"
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.30](https://github.com/nsainaney/traxitt/compare/v0.0.29...v0.0.30) (2021-06-16)

**Note:** Version bump only for package @provisioner/etcd





## [0.0.29](https://github.com/nsainaney/traxitt/compare/v0.0.28...v0.0.29) (2021-06-09)


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.29",
"version": "0.0.30",
"description": "CodeZero provisioner for etcd",
"main": "lib/index.js",
"repository": {
Expand All @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/nsainaney/traxitt#readme",
"dependencies": {
"@provisioner/common": "^0.0.29",
"@provisioner/common": "^0.0.30",
"mixwith": "^0.1.1"
},
"gitHead": "674808a0942eb636d03a50e7fbe5674ba76d7884"
Expand Down
Loading

0 comments on commit 7b4768a

Please sign in to comment.