Skip to content

Commit

Permalink
chore(release): v0.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
nsainaney committed Mar 31, 2021
1 parent 543be50 commit ed75091
Show file tree
Hide file tree
Showing 66 changed files with 469 additions and 70 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### ✨ Features

* **answers file:** Ability to specific an answers file during install of an app ([#223](https://github.com/c6o/node-monorepo/issues/223)) ([3d332fe](https://github.com/c6o/node-monorepo/commit/3d332fe887c87e38ba550351c8a0e706e7f8271e))
* **HelmEngine:** Initial commit of HelmEngine provisioner ([#228](https://github.com/c6o/node-monorepo/issues/228)) ([77c8557](https://github.com/c6o/node-monorepo/commit/77c85572f0031639ee3aefe7f6ee544a7edd2056))
* **lifeboat:** Add lifeboat to the dock by default ([#203](https://github.com/c6o/node-monorepo/issues/203)) ([d56c031](https://github.com/c6o/node-monorepo/commit/d56c031f87e420cf134739ce1e19b9284ed300fa))
* **lifeboat:** Hook into c60-system [#179](https://github.com/c6o/node-monorepo/issues/179) ([e11e0e8](https://github.com/c6o/node-monorepo/commit/e11e0e81ed0d00426e7762c6b58dd6ba08a49e0e))
* **mariadb orchestration:** mariadb orchestration provisioner working, upgraded wikijs to use it ([#220](https://github.com/c6o/node-monorepo/issues/220)) ([e20cc25](https://github.com/c6o/node-monorepo/commit/e20cc25c7c94ad0ff38559a6df016654b1d40f1a))


### 🐛 Bug Fixes

* Corrected app instanceId if name/namespace is undefined ([4f2e0a9](https://github.com/c6o/node-monorepo/commit/4f2e0a9d4e38d655ceb70ed97d61b7fa9609f658))


### ♻️ Chores

* **kits:** reorganize kits-contracts into provisioners. ([#231](https://github.com/c6o/node-monorepo/issues/231)) ([6b89e3f](https://github.com/c6o/node-monorepo/commit/6b89e3fa08e90e4303357053e404f90ac6006e9e))
* **orchestration:** Enabled DB orchestration for many provisioners ([#221](https://github.com/c6o/node-monorepo/issues/221)) ([c7d3e4d](https://github.com/c6o/node-monorepo/commit/c7d3e4d7d659a634c33b32136152387353b29b35))
* **rabbitmq:** Fixed manifest. Tested provisioner ([#218](https://github.com/c6o/node-monorepo/issues/218)) ([d0faccf](https://github.com/c6o/node-monorepo/commit/d0faccf6552bc8f1491917180e32144be1c59452))
* Give AppEngine form inputs the 'compact' theme for better screen layout ([#198](https://github.com/c6o/node-monorepo/issues/198)) ([4c7d2c6](https://github.com/c6o/node-monorepo/commit/4c7d2c6e3278ec875ce298f77a0bfe044913ec20))
* Some more linter disables to suppress certain warnings ([668fd68](https://github.com/c6o/node-monorepo/commit/668fd6846260fab97afc272159c0ad671a04feba))





## [0.0.27](https://github.com/c6o/node-monorepo/compare/v0.0.26...v0.0.27) (2021-02-03)


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.27",
"version": "0.0.28",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
16 changes: 16 additions & 0 deletions packages/appengine-contracts/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.28](https://github.com/c6o/provisioners/compare/v0.0.27...v0.0.28) (2021-03-31)


### ✨ Features

* **answers file:** Ability to specific an answers file during install of an app ([#223](https://github.com/c6o/provisioners/issues/223)) ([3d332fe](https://github.com/c6o/provisioners/commit/3d332fe887c87e38ba550351c8a0e706e7f8271e))


### ♻️ Chores

* Give AppEngine form inputs the 'compact' theme for better screen layout ([#198](https://github.com/c6o/provisioners/issues/198)) ([4c7d2c6](https://github.com/c6o/provisioners/commit/4c7d2c6e3278ec875ce298f77a0bfe044913ec20))





## [0.0.27](https://github.com/c6o/provisioners/compare/v0.0.26...v0.0.27) (2021-02-03)


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.27",
"version": "0.0.28",
"description": "CodeZero provisioner for appengine",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"homepage": "https://github.com/c6o/provisioners#readme",
"dependencies": {
"@c6o/kubeclient-contracts": "^0.0.9",
"@provisioner/contracts": "^0.0.27",
"@provisioner/contracts": "^0.0.28",
"generate-password": "^1.5.1"
}
}
16 changes: 16 additions & 0 deletions packages/appengine/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.28](https://github.com/c6o/provisioners/compare/v0.0.27...v0.0.28) (2021-03-31)


### ✨ Features

* **answers file:** Ability to specific an answers file during install of an app ([#223](https://github.com/c6o/provisioners/issues/223)) ([3d332fe](https://github.com/c6o/provisioners/commit/3d332fe887c87e38ba550351c8a0e706e7f8271e))


### ♻️ Chores

* Give AppEngine form inputs the 'compact' theme for better screen layout ([#198](https://github.com/c6o/provisioners/issues/198)) ([4c7d2c6](https://github.com/c6o/provisioners/commit/4c7d2c6e3278ec875ce298f77a0bfe044913ec20))





## [0.0.27](https://github.com/c6o/provisioners/compare/v0.0.26...v0.0.27) (2021-02-03)


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.27",
"version": "0.0.28",
"description": "CodeZero provisioner for appengine",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -38,9 +38,9 @@
"dependencies": {
"@c6o/kubeclient": "^0.0.9",
"@c6o/kubeclient-contracts": "^0.0.9",
"@provisioner/appengine-contracts": "^0.0.27",
"@provisioner/common": "^0.0.27",
"@provisioner/contracts": "^0.0.27",
"@provisioner/appengine-contracts": "^0.0.28",
"@provisioner/common": "^0.0.28",
"@provisioner/contracts": "^0.0.28",
"chalk": "^4.1.0",
"debug": "^4.2.0",
"generate-password": "^1.5.1",
Expand Down
13 changes: 13 additions & 0 deletions packages/c6o-system/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.28](https://github.com/c6o/provisioners/compare/v0.0.27...v0.0.28) (2021-03-31)


### ✨ Features

* **answers file:** Ability to specific an answers file during install of an app ([#223](https://github.com/c6o/provisioners/issues/223)) ([3d332fe](https://github.com/c6o/provisioners/commit/3d332fe887c87e38ba550351c8a0e706e7f8271e))
* **lifeboat:** Add lifeboat to the dock by default ([#203](https://github.com/c6o/provisioners/issues/203)) ([d56c031](https://github.com/c6o/provisioners/commit/d56c031f87e420cf134739ce1e19b9284ed300fa))
* **lifeboat:** Hook into c60-system [#179](https://github.com/c6o/provisioners/issues/179) ([e11e0e8](https://github.com/c6o/provisioners/commit/e11e0e81ed0d00426e7762c6b58dd6ba08a49e0e))





## [0.0.27](https://github.com/c6o/provisioners/compare/v0.0.26...v0.0.27) (2021-02-03)


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.27",
"version": "0.0.28",
"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.27",
"@provisioner/common": "^0.0.28",
"@vaadin/vaadin": "^14.4.5",
"debug": "^4.1.1",
"jsonpointer": "^4.1.0",
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.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





## [0.0.27](https://github.com/c6o/provisioners/compare/v0.0.26...v0.0.27) (2021-02-03)


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.27",
"version": "0.0.28",
"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.27",
"@provisioner/common": "^0.0.28",
"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.28](https://github.com/nsainaney/traxitt/compare/v0.0.27...v0.0.28) (2021-03-31)


### ✨ Features

* **answers file:** Ability to specific an answers file during install of an app ([#223](https://github.com/nsainaney/traxitt/issues/223)) ([3d332fe](https://github.com/nsainaney/traxitt/commit/3d332fe887c87e38ba550351c8a0e706e7f8271e))





## [0.0.27](https://github.com/nsainaney/traxitt/compare/v0.0.26...v0.0.27) (2021-02-03)


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.27",
"version": "0.0.28",
"description": "Common stuff for provisioners",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@c6o/kubeclient": "^0.0.9",
"@c6o/kubeclient-contracts": "^0.0.9",
"@provisioner/contracts": "^0.0.27",
"@provisioner/contracts": "^0.0.28",
"debug": "^4.1.1",
"generate-password": "^1.4.1",
"jsonpointer": "^4.1.0",
Expand Down
21 changes: 21 additions & 0 deletions packages/contracts/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.28](https://github.com/nsainaney/traxitt/compare/v0.0.27...v0.0.28) (2021-03-31)


### ✨ Features

* **answers file:** Ability to specific an answers file during install of an app ([#223](https://github.com/nsainaney/traxitt/issues/223)) ([3d332fe](https://github.com/nsainaney/traxitt/commit/3d332fe887c87e38ba550351c8a0e706e7f8271e))


### 🐛 Bug Fixes

* Corrected app instanceId if name/namespace is undefined ([4f2e0a9](https://github.com/nsainaney/traxitt/commit/4f2e0a9d4e38d655ceb70ed97d61b7fa9609f658))


### ♻️ Chores

* **kits:** reorganize kits-contracts into provisioners. ([#231](https://github.com/nsainaney/traxitt/issues/231)) ([6b89e3f](https://github.com/nsainaney/traxitt/commit/6b89e3fa08e90e4303357053e404f90ac6006e9e))





## [0.0.27](https://github.com/nsainaney/traxitt/compare/v0.0.26...v0.0.27) (2021-02-03)


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.27",
"version": "0.0.28",
"description": "Contracts stuff for provisioners",
"main": "lib/index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/docker-registry/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.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





## [0.0.27](https://github.com/c6o/provisioners/compare/v0.0.26...v0.0.27) (2021-02-03)


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.27",
"version": "0.0.28",
"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.27",
"@provisioner/common": "^0.0.28",
"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.28](https://github.com/c6o/provisioners/compare/v0.0.27...v0.0.28) (2021-03-31)


### ✨ Features

* **answers file:** Ability to specific an answers file during install of an app ([#223](https://github.com/c6o/provisioners/issues/223)) ([3d332fe](https://github.com/c6o/provisioners/commit/3d332fe887c87e38ba550351c8a0e706e7f8271e))





## [0.0.27](https://github.com/c6o/provisioners/compare/v0.0.26...v0.0.27) (2021-02-03)


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.27",
"version": "0.0.28",
"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.27",
"@provisioner/common": "^0.0.28",
"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.28](https://github.com/nsainaney/traxitt/compare/v0.0.27...v0.0.28) (2021-03-31)


### ✨ Features

* **answers file:** Ability to specific an answers file during install of an app ([#223](https://github.com/nsainaney/traxitt/issues/223)) ([3d332fe](https://github.com/nsainaney/traxitt/commit/3d332fe887c87e38ba550351c8a0e706e7f8271e))





## [0.0.27](https://github.com/nsainaney/traxitt/compare/v0.0.26...v0.0.27) (2021-02-03)

**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.27",
"version": "0.0.28",
"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.27",
"@provisioner/common": "^0.0.28",
"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.28](https://github.com/nsainaney/traxitt/compare/v0.0.27...v0.0.28) (2021-03-31)

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





## [0.0.27](https://github.com/nsainaney/traxitt/compare/v0.0.26...v0.0.27) (2021-02-03)

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

0 comments on commit ed75091

Please sign in to comment.