Skip to content

Commit

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

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


### ✨ Features

* Added toKeyValues to Secretes and ConfigMap ([#254](https://github.com/c6o/node-monorepo/issues/254)) ([e91e835](https://github.com/c6o/node-monorepo/commit/e91e8353da98e1cf7d96211f8031d2df91d5c4fb))


### 🐛 Bug Fixes

* Erroneous supervisor reference and quotes ([fd65496](https://github.com/c6o/node-monorepo/commit/fd65496c8d1b9dd8f5f42e2bade1a07f5962bb38))


### ♻️ Chores

* Added cli helpers ([#253](https://github.com/c6o/node-monorepo/issues/253)) ([7dfee98](https://github.com/c6o/node-monorepo/commit/7dfee984866c85666988c5283f75f174a6e93206))
* Added missing reference to changelog-metahub ([f6e3d10](https://github.com/c6o/node-monorepo/commit/f6e3d105223e926f6e2dd01a3bb1f46fefd9361e))
* Bumped czbundle ([35ddfb7](https://github.com/c6o/node-monorepo/commit/35ddfb7f4134abd45c176e7db6578a3c07846dc2))
* Bumped kubeclient ([e9410b3](https://github.com/c6o/node-monorepo/commit/e9410b3dd57cc4bc0df5ef211cc4de534e3814aa))
* Re-factored build system ([#252](https://github.com/c6o/node-monorepo/issues/252)) ([7a7dcbe](https://github.com/c6o/node-monorepo/commit/7a7dcbe5a76ed785d0e8331614d569b696585177))
* Refactored ProvisionerManager. Migrated provisioners ([#246](https://github.com/c6o/node-monorepo/issues/246)) ([dfa682f](https://github.com/c6o/node-monorepo/commit/dfa682f90b096dd3009b782f57a740fe13896bda))
* removed reference to tslib ([#250](https://github.com/c6o/node-monorepo/issues/250)) ([b3bdbd6](https://github.com/c6o/node-monorepo/commit/b3bdbd6a1fae75be3eb4d6db8db461b3b0cd4ba3))
* Using kubeclient-resources ([#243](https://github.com/c6o/node-monorepo/issues/243)) ([7a2ffea](https://github.com/c6o/node-monorepo/commit/7a2ffea1ddb106a2f693e3b940e0a29c61a3c6e5))
* **kits:** moved kits files into provisioners/contracts ([#237](https://github.com/c6o/node-monorepo/issues/237)) ([8816669](https://github.com/c6o/node-monorepo/commit/8816669c0a1e779f03ff50ed0a6fbed12c437862))
* **kits-contracts:** added volumes to the app object, updated attach request contract. ([#240](https://github.com/c6o/node-monorepo/issues/240)) ([855e7c9](https://github.com/c6o/node-monorepo/commit/855e7c9f2b27afe7f59992cfd5b11a4e7c4674d0))





## [0.0.28](https://github.com/c6o/node-monorepo/compare/v0.0.27...v0.0.28) (2021-03-31)


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


### ♻️ Chores

* Bumped kubeclient ([e9410b3](https://github.com/c6o/provisioners/commit/e9410b3dd57cc4bc0df5ef211cc4de534e3814aa))
* Re-factored build system ([#252](https://github.com/c6o/provisioners/issues/252)) ([7a7dcbe](https://github.com/c6o/provisioners/commit/7a7dcbe5a76ed785d0e8331614d569b696585177))
* Refactored ProvisionerManager. Migrated provisioners ([#246](https://github.com/c6o/provisioners/issues/246)) ([dfa682f](https://github.com/c6o/provisioners/commit/dfa682f90b096dd3009b782f57a740fe13896bda))
* Using kubeclient-resources ([#243](https://github.com/c6o/provisioners/issues/243)) ([7a2ffea](https://github.com/c6o/provisioners/commit/7a2ffea1ddb106a2f693e3b940e0a29c61a3c6e5))





## [0.0.28](https://github.com/c6o/provisioners/compare/v0.0.27...v0.0.28) (2021-03-31)


Expand Down
4 changes: 2 additions & 2 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.28",
"version": "0.0.29",
"description": "CodeZero provisioner for appengine",
"main": "lib/index.js",
"repository": {
Expand All @@ -27,7 +27,7 @@
"homepage": "https://github.com/c6o/provisioners#readme",
"dependencies": {
"@c6o/kubeclient-contracts": "^0.0.12",
"@provisioner/contracts": "^0.0.28",
"@provisioner/contracts": "^0.0.29",
"generate-password": "^1.6.0"
}
}
17 changes: 17 additions & 0 deletions packages/appengine/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.29](https://github.com/c6o/provisioners/compare/v0.0.28...v0.0.29) (2021-06-09)


### ♻️ Chores

* Added cli helpers ([#253](https://github.com/c6o/provisioners/issues/253)) ([7dfee98](https://github.com/c6o/provisioners/commit/7dfee984866c85666988c5283f75f174a6e93206))
* Bumped czbundle ([35ddfb7](https://github.com/c6o/provisioners/commit/35ddfb7f4134abd45c176e7db6578a3c07846dc2))
* Bumped kubeclient ([e9410b3](https://github.com/c6o/provisioners/commit/e9410b3dd57cc4bc0df5ef211cc4de534e3814aa))
* Re-factored build system ([#252](https://github.com/c6o/provisioners/issues/252)) ([7a7dcbe](https://github.com/c6o/provisioners/commit/7a7dcbe5a76ed785d0e8331614d569b696585177))
* Refactored ProvisionerManager. Migrated provisioners ([#246](https://github.com/c6o/provisioners/issues/246)) ([dfa682f](https://github.com/c6o/provisioners/commit/dfa682f90b096dd3009b782f57a740fe13896bda))
* removed reference to tslib ([#250](https://github.com/c6o/provisioners/issues/250)) ([b3bdbd6](https://github.com/c6o/provisioners/commit/b3bdbd6a1fae75be3eb4d6db8db461b3b0cd4ba3))
* Using kubeclient-resources ([#243](https://github.com/c6o/provisioners/issues/243)) ([7a2ffea](https://github.com/c6o/provisioners/commit/7a2ffea1ddb106a2f693e3b940e0a29c61a3c6e5))





## [0.0.28](https://github.com/c6o/provisioners/compare/v0.0.27...v0.0.28) (2021-03-31)


Expand Down
8 changes: 4 additions & 4 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.28",
"version": "0.0.29",
"description": "CodeZero provisioner for appengine",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -33,9 +33,9 @@
"homepage": "https://github.com/c6o/provisioners#readme",
"dependencies": {
"@c6o/kubeclient-contracts": "^0.0.12",
"@provisioner/appengine-contracts": "^0.0.28",
"@provisioner/common": "^0.0.28",
"@provisioner/contracts": "^0.0.28",
"@provisioner/appengine-contracts": "^0.0.29",
"@provisioner/common": "^0.0.29",
"@provisioner/contracts": "^0.0.29",
"@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.29](https://github.com/c6o/provisioners/compare/v0.0.28...v0.0.29) (2021-06-09)


### ♻️ Chores

* Bumped czbundle ([35ddfb7](https://github.com/c6o/provisioners/commit/35ddfb7f4134abd45c176e7db6578a3c07846dc2))
* Bumped kubeclient ([e9410b3](https://github.com/c6o/provisioners/commit/e9410b3dd57cc4bc0df5ef211cc4de534e3814aa))
* Re-factored build system ([#252](https://github.com/c6o/provisioners/issues/252)) ([7a7dcbe](https://github.com/c6o/provisioners/commit/7a7dcbe5a76ed785d0e8331614d569b696585177))
* Refactored ProvisionerManager. Migrated provisioners ([#246](https://github.com/c6o/provisioners/issues/246)) ([dfa682f](https://github.com/c6o/provisioners/commit/dfa682f90b096dd3009b782f57a740fe13896bda))
* Using kubeclient-resources ([#243](https://github.com/c6o/provisioners/issues/243)) ([7a2ffea](https://github.com/c6o/provisioners/commit/7a2ffea1ddb106a2f693e3b940e0a29c61a3c6e5))
* **kits:** moved kits files into provisioners/contracts ([#237](https://github.com/c6o/provisioners/issues/237)) ([8816669](https://github.com/c6o/provisioners/commit/8816669c0a1e779f03ff50ed0a6fbed12c437862))





## [0.0.28](https://github.com/c6o/provisioners/compare/v0.0.27...v0.0.28) (2021-03-31)


Expand Down
10 changes: 5 additions & 5 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.28",
"version": "0.0.29",
"description": "CodeZero provisioner for c6o-system",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -33,10 +33,10 @@
"homepage": "https://github.com/c6o/provisioners#readme",
"dependencies": {
"@c6o/kubeclient-resources": "^0.0.12",
"@provisioner/common": "^0.0.28",
"@provisioner/contracts": "^0.0.28",
"@provisioner/grafana": "^0.0.28",
"@provisioner/istio": "^0.0.28",
"@provisioner/common": "^0.0.29",
"@provisioner/contracts": "^0.0.29",
"@provisioner/grafana": "^0.0.29",
"@provisioner/istio": "^0.0.29",
"debug": "^4.1.1",
"handlebars": "^4.7.7",
"inquirer": "^8.0.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/cert-manager/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.29](https://github.com/c6o/provisioners/compare/v0.0.28...v0.0.29) (2021-06-09)


### ♻️ Chores

* Bumped czbundle ([35ddfb7](https://github.com/c6o/provisioners/commit/35ddfb7f4134abd45c176e7db6578a3c07846dc2))
* Re-factored build system ([#252](https://github.com/c6o/provisioners/issues/252)) ([7a7dcbe](https://github.com/c6o/provisioners/commit/7a7dcbe5a76ed785d0e8331614d569b696585177))
* Refactored ProvisionerManager. Migrated provisioners ([#246](https://github.com/c6o/provisioners/issues/246)) ([dfa682f](https://github.com/c6o/provisioners/commit/dfa682f90b096dd3009b782f57a740fe13896bda))





## [0.0.28](https://github.com/c6o/provisioners/compare/v0.0.27...v0.0.28) (2021-03-31)

**Note:** Version bump only for package @provisioner/cert-manager
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.28",
"version": "0.0.29",
"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.28",
"@provisioner/contracts": "^0.0.28",
"@provisioner/common": "^0.0.29",
"@provisioner/contracts": "^0.0.29",
"lit-element": "^2.3.1",
"mixwith": "^0.1.1"
},
Expand Down
19 changes: 19 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.29](https://github.com/nsainaney/traxitt/compare/v0.0.28...v0.0.29) (2021-06-09)


### ✨ Features

* Added toKeyValues to Secretes and ConfigMap ([#254](https://github.com/nsainaney/traxitt/issues/254)) ([e91e835](https://github.com/nsainaney/traxitt/commit/e91e8353da98e1cf7d96211f8031d2df91d5c4fb))


### ♻️ Chores

* Bumped kubeclient ([e9410b3](https://github.com/nsainaney/traxitt/commit/e9410b3dd57cc4bc0df5ef211cc4de534e3814aa))
* Re-factored build system ([#252](https://github.com/nsainaney/traxitt/issues/252)) ([7a7dcbe](https://github.com/nsainaney/traxitt/commit/7a7dcbe5a76ed785d0e8331614d569b696585177))
* Refactored ProvisionerManager. Migrated provisioners ([#246](https://github.com/nsainaney/traxitt/issues/246)) ([dfa682f](https://github.com/nsainaney/traxitt/commit/dfa682f90b096dd3009b782f57a740fe13896bda))
* Using kubeclient-resources ([#243](https://github.com/nsainaney/traxitt/issues/243)) ([7a2ffea](https://github.com/nsainaney/traxitt/commit/7a2ffea1ddb106a2f693e3b940e0a29c61a3c6e5))





## [0.0.28](https://github.com/nsainaney/traxitt/compare/v0.0.27...v0.0.28) (2021-03-31)


Expand Down
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.28",
"version": "0.0.29",
"description": "Common stuff for provisioners",
"main": "lib/index.js",
"repository": {
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@c6o/kubeclient": "^0.0.12",
"@c6o/kubeclient-contracts": "^0.0.12",
"@provisioner/contracts": "^0.0.28",
"@provisioner/contracts": "^0.0.29",
"debug": "^4.1.1",
"generate-password": "^1.6.0",
"jsonpointer": "^4.1.0",
Expand Down
22 changes: 22 additions & 0 deletions packages/contracts/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.29](https://github.com/nsainaney/traxitt/compare/v0.0.28...v0.0.29) (2021-06-09)


### ✨ Features

* Added toKeyValues to Secretes and ConfigMap ([#254](https://github.com/nsainaney/traxitt/issues/254)) ([e91e835](https://github.com/nsainaney/traxitt/commit/e91e8353da98e1cf7d96211f8031d2df91d5c4fb))


### ♻️ Chores

* Added cli helpers ([#253](https://github.com/nsainaney/traxitt/issues/253)) ([7dfee98](https://github.com/nsainaney/traxitt/commit/7dfee984866c85666988c5283f75f174a6e93206))
* Bumped kubeclient ([e9410b3](https://github.com/nsainaney/traxitt/commit/e9410b3dd57cc4bc0df5ef211cc4de534e3814aa))
* Re-factored build system ([#252](https://github.com/nsainaney/traxitt/issues/252)) ([7a7dcbe](https://github.com/nsainaney/traxitt/commit/7a7dcbe5a76ed785d0e8331614d569b696585177))
* Refactored ProvisionerManager. Migrated provisioners ([#246](https://github.com/nsainaney/traxitt/issues/246)) ([dfa682f](https://github.com/nsainaney/traxitt/commit/dfa682f90b096dd3009b782f57a740fe13896bda))
* Using kubeclient-resources ([#243](https://github.com/nsainaney/traxitt/issues/243)) ([7a2ffea](https://github.com/nsainaney/traxitt/commit/7a2ffea1ddb106a2f693e3b940e0a29c61a3c6e5))
* **kits:** moved kits files into provisioners/contracts ([#237](https://github.com/nsainaney/traxitt/issues/237)) ([8816669](https://github.com/nsainaney/traxitt/commit/8816669c0a1e779f03ff50ed0a6fbed12c437862))
* **kits-contracts:** added volumes to the app object, updated attach request contract. ([#240](https://github.com/nsainaney/traxitt/issues/240)) ([855e7c9](https://github.com/nsainaney/traxitt/commit/855e7c9f2b27afe7f59992cfd5b11a4e7c4674d0))





## [0.0.28](https://github.com/nsainaney/traxitt/compare/v0.0.27...v0.0.28) (2021-03-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@provisioner/contracts",
"version": "0.0.28",
"version": "0.0.29",
"description": "Contracts stuff for provisioners",
"main": "lib/index.js",
"repository": {
Expand Down
13 changes: 13 additions & 0 deletions packages/docker-registry/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.29](https://github.com/c6o/provisioners/compare/v0.0.28...v0.0.29) (2021-06-09)


### ♻️ Chores

* Bumped czbundle ([35ddfb7](https://github.com/c6o/provisioners/commit/35ddfb7f4134abd45c176e7db6578a3c07846dc2))
* Re-factored build system ([#252](https://github.com/c6o/provisioners/issues/252)) ([7a7dcbe](https://github.com/c6o/provisioners/commit/7a7dcbe5a76ed785d0e8331614d569b696585177))
* Refactored ProvisionerManager. Migrated provisioners ([#246](https://github.com/c6o/provisioners/issues/246)) ([dfa682f](https://github.com/c6o/provisioners/commit/dfa682f90b096dd3009b782f57a740fe13896bda))





## [0.0.28](https://github.com/c6o/provisioners/compare/v0.0.27...v0.0.28) (2021-03-31)

**Note:** Version bump only for package @provisioner/docker-registry
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.28",
"version": "0.0.29",
"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.28",
"@provisioner/common": "^0.0.29",
"lit-element": "^2.3.1",
"mixwith": "^0.1.1",
"parcel-bundler": "^1.12.4",
Expand Down
13 changes: 13 additions & 0 deletions packages/drone/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.29](https://github.com/c6o/provisioners/compare/v0.0.28...v0.0.29) (2021-06-09)


### ♻️ Chores

* Bumped czbundle ([35ddfb7](https://github.com/c6o/provisioners/commit/35ddfb7f4134abd45c176e7db6578a3c07846dc2))
* Re-factored build system ([#252](https://github.com/c6o/provisioners/issues/252)) ([7a7dcbe](https://github.com/c6o/provisioners/commit/7a7dcbe5a76ed785d0e8331614d569b696585177))
* Refactored ProvisionerManager. Migrated provisioners ([#246](https://github.com/c6o/provisioners/issues/246)) ([dfa682f](https://github.com/c6o/provisioners/commit/dfa682f90b096dd3009b782f57a740fe13896bda))





## [0.0.28](https://github.com/c6o/provisioners/compare/v0.0.27...v0.0.28) (2021-03-31)


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.28",
"version": "0.0.29",
"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.28",
"@provisioner/common": "^0.0.29",
"inquirer": "^8.0.0",
"lit-element": "^2.3.1",
"mixwith": "^0.1.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/etcd-operator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### ♻️ Chores

* Re-factored build system ([#252](https://github.com/nsainaney/traxitt/issues/252)) ([7a7dcbe](https://github.com/nsainaney/traxitt/commit/7a7dcbe5a76ed785d0e8331614d569b696585177))
* Refactored ProvisionerManager. Migrated provisioners ([#246](https://github.com/nsainaney/traxitt/issues/246)) ([dfa682f](https://github.com/nsainaney/traxitt/commit/dfa682f90b096dd3009b782f57a740fe13896bda))





## [0.0.28](https://github.com/nsainaney/traxitt/compare/v0.0.27...v0.0.28) (2021-03-31)


Expand Down
Loading

0 comments on commit 3ee0350

Please sign in to comment.