Skip to content

Commit

Permalink
chore(release): v0.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
nsainaney committed Jan 1, 2021
1 parent 5edc89a commit 915876c
Show file tree
Hide file tree
Showing 54 changed files with 383 additions and 52 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.26](https://github.com/c6o/node-monorepo/compare/v0.0.25...v0.0.26) (2021-01-01)


### 🐛 Bug Fixes

* **appengine:** Duct taped skip handling ([6707b6b](https://github.com/c6o/node-monorepo/commit/6707b6bd0d4fe9d7a89a5656b1f80f132700915a))
* **appengine:** Re-removed merged code for handleNext ([a3073c1](https://github.com/c6o/node-monorepo/commit/a3073c1338a29f23f0b600919dff2453196bba4a))
* Skip advancing the index if skipping an install screen ([b7861ac](https://github.com/c6o/node-monorepo/commit/b7861aca80a3ceb5328bffefd06792247bcbddd8))


### ♻️ Chores

* Cleaned up tsconfig/package.json. Updated kubeclient to 0.0.7 ([#152](https://github.com/c6o/node-monorepo/issues/152)) ([5edc89a](https://github.com/c6o/node-monorepo/commit/5edc89a41bdd305c9f3650691454e8dfb32d128f))
* Very small code style update. "e" is typically used in our code to represent an event. ([70e4f85](https://github.com/c6o/node-monorepo/commit/70e4f8580fb657c7436d55b797f591b852b83e32))
* **bugbash:** Fixed more provisioners ([#146](https://github.com/c6o/node-monorepo/issues/146)) ([e5226f8](https://github.com/c6o/node-monorepo/commit/e5226f8786700b255c2d4b9cb95010449822394a))
* Removed deprecated provisioner.name ([9c5ac68](https://github.com/c6o/node-monorepo/commit/9c5ac68a39d9dd4a24d12effdae3b1064033b2d9))





## [0.0.25](https://github.com/c6o/node-monorepo/compare/v0.0.24...v0.0.25) (2020-12-18)


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.25",
"version": "0.0.26",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
20 changes: 20 additions & 0 deletions packages/appengine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.26](https://github.com/c6o/provisioners/compare/v0.0.25...v0.0.26) (2021-01-01)


### 🐛 Bug Fixes

* **appengine:** Duct taped skip handling ([6707b6b](https://github.com/c6o/provisioners/commit/6707b6bd0d4fe9d7a89a5656b1f80f132700915a))
* **appengine:** Re-removed merged code for handleNext ([a3073c1](https://github.com/c6o/provisioners/commit/a3073c1338a29f23f0b600919dff2453196bba4a))
* Skip advancing the index if skipping an install screen ([b7861ac](https://github.com/c6o/provisioners/commit/b7861aca80a3ceb5328bffefd06792247bcbddd8))


### ♻️ Chores

* Cleaned up tsconfig/package.json. Updated kubeclient to 0.0.7 ([#152](https://github.com/c6o/provisioners/issues/152)) ([5edc89a](https://github.com/c6o/provisioners/commit/5edc89a41bdd305c9f3650691454e8dfb32d128f))
* Very small code style update. "e" is typically used in our code to represent an event. ([70e4f85](https://github.com/c6o/provisioners/commit/70e4f8580fb657c7436d55b797f591b852b83e32))
* **bugbash:** Fixed more provisioners ([#146](https://github.com/c6o/provisioners/issues/146)) ([e5226f8](https://github.com/c6o/provisioners/commit/e5226f8786700b255c2d4b9cb95010449822394a))





## [0.0.25](https://github.com/c6o/provisioners/compare/v0.0.24...v0.0.25) (2020-12-18)


Expand Down
4 changes: 2 additions & 2 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.25",
"version": "0.0.26",
"description": "CodeZero provisioner for appengine",
"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.25",
"@provisioner/common": "^0.0.26",
"debug": "^4.2.0",
"lit-element": "^2.3.1",
"mixwith": "^0.1.1",
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.26](https://github.com/c6o/provisioners/compare/v0.0.25...v0.0.26) (2021-01-01)


### ♻️ Chores

* Cleaned up tsconfig/package.json. Updated kubeclient to 0.0.7 ([#152](https://github.com/c6o/provisioners/issues/152)) ([5edc89a](https://github.com/c6o/provisioners/commit/5edc89a41bdd305c9f3650691454e8dfb32d128f))





## [0.0.25](https://github.com/c6o/provisioners/compare/v0.0.24...v0.0.25) (2020-12-18)

**Note:** Version bump only for package @provisioner/c6o-system
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.25",
"version": "0.0.26",
"description": "CodeZero provisioner for c6o-system",
"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.25",
"@provisioner/common": "^0.0.26",
"@vaadin/vaadin": "^14.0.11",
"debug": "^4.1.1",
"jsonpointer": "^4.1.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.26](https://github.com/c6o/provisioners/compare/v0.0.25...v0.0.26) (2021-01-01)


### ♻️ Chores

* Cleaned up tsconfig/package.json. Updated kubeclient to 0.0.7 ([#152](https://github.com/c6o/provisioners/issues/152)) ([5edc89a](https://github.com/c6o/provisioners/commit/5edc89a41bdd305c9f3650691454e8dfb32d128f))





## [0.0.25](https://github.com/c6o/provisioners/compare/v0.0.24...v0.0.25) (2020-12-18)

**Note:** Version bump only for package @provisioner/cert-manager
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.25",
"version": "0.0.26",
"description": "CodeZero provisioner for cert-manager",
"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.25",
"@provisioner/common": "^0.0.26",
"lit-element": "^2.3.1",
"mixwith": "^0.1.1",
"parcel-bundler": "^1.12.4",
Expand Down
17 changes: 17 additions & 0 deletions packages/common/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.26](https://github.com/nsainaney/traxitt/compare/v0.0.25...v0.0.26) (2021-01-01)


### 🐛 Bug Fixes

* **appengine:** Re-removed merged code for handleNext ([a3073c1](https://github.com/nsainaney/traxitt/commit/a3073c1338a29f23f0b600919dff2453196bba4a))


### ♻️ Chores

* Cleaned up tsconfig/package.json. Updated kubeclient to 0.0.7 ([#152](https://github.com/nsainaney/traxitt/issues/152)) ([5edc89a](https://github.com/nsainaney/traxitt/commit/5edc89a41bdd305c9f3650691454e8dfb32d128f))
* Removed deprecated provisioner.name ([9c5ac68](https://github.com/nsainaney/traxitt/commit/9c5ac68a39d9dd4a24d12effdae3b1064033b2d9))





## [0.0.25](https://github.com/nsainaney/traxitt/compare/v0.0.24...v0.0.25) (2020-12-18)

**Note:** Version bump only for package @provisioner/common
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.25",
"version": "0.0.26",
"description": "Common stuff for provisioners",
"main": "lib/index.js",
"scripts": {
Expand Down
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.26](https://github.com/c6o/provisioners/compare/v0.0.25...v0.0.26) (2021-01-01)


### ♻️ Chores

* Cleaned up tsconfig/package.json. Updated kubeclient to 0.0.7 ([#152](https://github.com/c6o/provisioners/issues/152)) ([5edc89a](https://github.com/c6o/provisioners/commit/5edc89a41bdd305c9f3650691454e8dfb32d128f))





## [0.0.25](https://github.com/c6o/provisioners/compare/v0.0.24...v0.0.25) (2020-12-18)

**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.25",
"version": "0.0.26",
"description": "CodeZero provisioner for docker-registry",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"homepage": "https://github.com/c6o/provisioners#readme",
"dependencies": {
"@provisioner/common": "^0.0.25",
"@provisioner/common": "^0.0.26",
"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.26](https://github.com/c6o/provisioners/compare/v0.0.25...v0.0.26) (2021-01-01)


### ♻️ Chores

* Cleaned up tsconfig/package.json. Updated kubeclient to 0.0.7 ([#152](https://github.com/c6o/provisioners/issues/152)) ([5edc89a](https://github.com/c6o/provisioners/commit/5edc89a41bdd305c9f3650691454e8dfb32d128f))





## [0.0.25](https://github.com/c6o/provisioners/compare/v0.0.24...v0.0.25) (2020-12-18)

**Note:** Version bump only for package @provisioner/drone
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.25",
"version": "0.0.26",
"description": "CodeZero provisioner for drone",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"homepage": "https://github.com/c6o/provisioners#readme",
"dependencies": {
"@provisioner/common": "^0.0.25",
"@provisioner/common": "^0.0.26",
"lit-element": "^2.3.1",
"mixwith": "^0.1.1",
"parcel-bundler": "^1.12.4",
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.26](https://github.com/nsainaney/traxitt/compare/v0.0.25...v0.0.26) (2021-01-01)


### ♻️ Chores

* Cleaned up tsconfig/package.json. Updated kubeclient to 0.0.7 ([#152](https://github.com/nsainaney/traxitt/issues/152)) ([5edc89a](https://github.com/nsainaney/traxitt/commit/5edc89a41bdd305c9f3650691454e8dfb32d128f))





## [0.0.25](https://github.com/nsainaney/traxitt/compare/v0.0.24...v0.0.25) (2020-12-18)

**Note:** Version bump only for package @provisioner/etcd-operator
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.25",
"version": "0.0.26",
"description": "CodeZero 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.25",
"@provisioner/common": "^0.0.26",
"mixwith": "^0.1.1"
},
"gitHead": "674808a0942eb636d03a50e7fbe5674ba76d7884"
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.26](https://github.com/nsainaney/traxitt/compare/v0.0.25...v0.0.26) (2021-01-01)


### ♻️ Chores

* Cleaned up tsconfig/package.json. Updated kubeclient to 0.0.7 ([#152](https://github.com/nsainaney/traxitt/issues/152)) ([5edc89a](https://github.com/nsainaney/traxitt/commit/5edc89a41bdd305c9f3650691454e8dfb32d128f))





## [0.0.25](https://github.com/nsainaney/traxitt/compare/v0.0.24...v0.0.25) (2020-12-18)

**Note:** Version bump only for package @provisioner/etcd
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.25",
"version": "0.0.26",
"description": "CodeZero 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.25",
"@provisioner/common": "^0.0.26",
"mixwith": "^0.1.1"
},
"gitHead": "674808a0942eb636d03a50e7fbe5674ba76d7884"
Expand Down
12 changes: 12 additions & 0 deletions packages/foldingathome/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.26](https://github.com/c6o/provisioners/compare/v0.0.25...v0.0.26) (2021-01-01)


### ♻️ Chores

* Cleaned up tsconfig/package.json. Updated kubeclient to 0.0.7 ([#152](https://github.com/c6o/provisioners/issues/152)) ([5edc89a](https://github.com/c6o/provisioners/commit/5edc89a41bdd305c9f3650691454e8dfb32d128f))
* **bugbash:** Fixed more provisioners ([#146](https://github.com/c6o/provisioners/issues/146)) ([e5226f8](https://github.com/c6o/provisioners/commit/e5226f8786700b255c2d4b9cb95010449822394a))





## [0.0.25](https://github.com/c6o/provisioners/compare/v0.0.24...v0.0.25) (2020-12-18)

**Note:** Version bump only for package @provisioner/foldingathome
Expand Down
4 changes: 2 additions & 2 deletions packages/foldingathome/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@provisioner/foldingathome",
"version": "0.0.25",
"version": "0.0.26",
"description": "CodeZero provisioner for Folding@Home",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"homepage": "https://github.com/c6o/provisioners#readme",
"dependencies": {
"@provisioner/common": "^0.0.25",
"@provisioner/common": "^0.0.26",
"lit-element": "^2.3.1",
"mixwith": "^0.1.1",
"parcel-bundler": "^1.12.4",
Expand Down
11 changes: 11 additions & 0 deletions packages/ghost/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.26](https://github.com/c6o/provisioners/compare/v0.0.25...v0.0.26) (2021-01-01)


### ♻️ Chores

* Cleaned up tsconfig/package.json. Updated kubeclient to 0.0.7 ([#152](https://github.com/c6o/provisioners/issues/152)) ([5edc89a](https://github.com/c6o/provisioners/commit/5edc89a41bdd305c9f3650691454e8dfb32d128f))





## [0.0.25](https://github.com/c6o/provisioners/compare/v0.0.24...v0.0.25) (2020-12-18)

**Note:** Version bump only for package @provisioner/ghost
Expand Down
4 changes: 2 additions & 2 deletions packages/ghost/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@provisioner/ghost",
"version": "0.0.25",
"version": "0.0.26",
"description": "CodeZero provisioner for ghost",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"homepage": "https://github.com/c6o/provisioners#readme",
"dependencies": {
"@provisioner/common": "^0.0.25",
"@provisioner/common": "^0.0.26",
"lit-element": "^2.3.1",
"mixwith": "^0.1.1",
"parcel-bundler": "^1.12.4",
Expand Down
Loading

0 comments on commit 915876c

Please sign in to comment.