Skip to content

Commit

Permalink
chore(release): v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions-bot committed Oct 21, 2020
1 parent 44fb60a commit 1da8b1c
Show file tree
Hide file tree
Showing 56 changed files with 309 additions and 54 deletions.
19 changes: 19 additions & 0 deletions 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.11](https://github.com/c6o/node-monorepo/compare/v0.0.10...v0.0.11) (2020-10-21)


### 🐛 Bug Fixes

* **store:** Incorrect icon ([01484d1](https://github.com/c6o/node-monorepo/commit/01484d135d1b5545d65980823e115103b26b01c7))


### ♻️ Chores

* **labels:** Enabled support for enahced standardized labels. ([#83](https://github.com/c6o/node-monorepo/issues/83)) ([d660fde](https://github.com/c6o/node-monorepo/commit/d660fdef3066a8820d615ef637200a60c9bb3dbf))
* **metadata:** Continued to flesh out more metadata for apps ([#86](https://github.com/c6o/node-monorepo/issues/86)) ([32aca28](https://github.com/c6o/node-monorepo/commit/32aca2857c5bd618632782b4f48849a35bfe9442))
* **metadata:** Updated metadata on provisioners. ([#87](https://github.com/c6o/node-monorepo/issues/87)) ([44fb60a](https://github.com/c6o/node-monorepo/commit/44fb60abf7647b8393a390554f14fd4a767bcf49))
* **suitecrm:** Added provisioning manifest ([99eab01](https://github.com/c6o/node-monorepo/commit/99eab0155f8f7485d047f24aa73d846ecc7d8326))





## [0.0.10](https://github.com/c6o/node-monorepo/compare/v0.0.9...v0.0.10) (2020-10-15)


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.10",
"version": "0.0.11",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
13 changes: 13 additions & 0 deletions packages/appengine/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.11](https://github.com/c6o/provisioners/compare/v0.0.10...v0.0.11) (2020-10-21)


### ♻️ Chores

* **labels:** Enabled support for enahced standardized labels. ([#83](https://github.com/c6o/provisioners/issues/83)) ([d660fde](https://github.com/c6o/provisioners/commit/d660fdef3066a8820d615ef637200a60c9bb3dbf))
* **metadata:** Continued to flesh out more metadata for apps ([#86](https://github.com/c6o/provisioners/issues/86)) ([32aca28](https://github.com/c6o/provisioners/commit/32aca2857c5bd618632782b4f48849a35bfe9442))
* **metadata:** Updated metadata on provisioners. ([#87](https://github.com/c6o/provisioners/issues/87)) ([44fb60a](https://github.com/c6o/provisioners/commit/44fb60abf7647b8393a390554f14fd4a767bcf49))





## [0.0.10](https://github.com/c6o/provisioners/compare/v0.0.9...v0.0.10) (2020-10-15)

**Note:** Version bump only for package @provisioner/appengine
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.10",
"version": "0.0.11",
"description": "CodeZero provisioner for appengine",
"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.10",
"@provisioner/common": "^0.0.11",
"debug": "^4.2.0",
"js-yaml": "^3.14.0",
"lit-element": "^2.3.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.11](https://github.com/c6o/provisioners/compare/v0.0.10...v0.0.11) (2020-10-21)


### 🐛 Bug Fixes

* **store:** Incorrect icon ([01484d1](https://github.com/c6o/provisioners/commit/01484d135d1b5545d65980823e115103b26b01c7))





## [0.0.10](https://github.com/c6o/provisioners/compare/v0.0.9...v0.0.10) (2020-10-15)


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.10",
"version": "0.0.11",
"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.10",
"@provisioner/common": "^0.0.11",
"debug": "^4.1.1",
"jsonpointer": "^4.1.0",
"lit-element": "^2.3.1",
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.11](https://github.com/c6o/provisioners/compare/v0.0.10...v0.0.11) (2020-10-21)

**Note:** Version bump only for package @provisioner/cert-manager





## [0.0.10](https://github.com/c6o/provisioners/compare/v0.0.9...v0.0.10) (2020-10-15)


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.10",
"version": "0.0.11",
"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.10",
"@provisioner/common": "^0.0.11",
"lit-element": "^2.3.1",
"mixwith": "^0.1.1",
"parcel-bundler": "^1.12.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/common/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.11](https://github.com/nsainaney/traxitt/compare/v0.0.10...v0.0.11) (2020-10-21)

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





## [0.0.10](https://github.com/nsainaney/traxitt/compare/v0.0.9...v0.0.10) (2020-10-15)

**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.10",
"version": "0.0.11",
"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.11](https://github.com/c6o/provisioners/compare/v0.0.10...v0.0.11) (2020-10-21)


### ♻️ Chores

* **metadata:** Continued to flesh out more metadata for apps ([#86](https://github.com/c6o/provisioners/issues/86)) ([32aca28](https://github.com/c6o/provisioners/commit/32aca2857c5bd618632782b4f48849a35bfe9442))





## [0.0.10](https://github.com/c6o/provisioners/compare/v0.0.9...v0.0.10) (2020-10-15)

**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.10",
"version": "0.0.11",
"description": "CodeZero provisioner for docker-registry",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"homepage": "https://github.com/c6o/provisioners#readme",
"dependencies": {
"@c6o/kubeclient": "^0.0.6",
"@provisioner/common": "^0.0.10",
"@provisioner/common": "^0.0.11",
"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.11](https://github.com/c6o/provisioners/compare/v0.0.10...v0.0.11) (2020-10-21)


### ♻️ Chores

* **metadata:** Updated metadata on provisioners. ([#87](https://github.com/c6o/provisioners/issues/87)) ([44fb60a](https://github.com/c6o/provisioners/commit/44fb60abf7647b8393a390554f14fd4a767bcf49))





## [0.0.10](https://github.com/c6o/provisioners/compare/v0.0.9...v0.0.10) (2020-10-15)

**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.10",
"version": "0.0.11",
"description": "CodeZero provisioner for drone",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"homepage": "https://github.com/c6o/provisioners#readme",
"dependencies": {
"@c6o/kubeclient": "^0.0.6",
"@provisioner/common": "^0.0.10",
"@provisioner/common": "^0.0.11",
"lit-element": "^2.3.1",
"mixwith": "^0.1.1",
"parcel-bundler": "^1.12.4",
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.11](https://github.com/nsainaney/traxitt/compare/v0.0.10...v0.0.11) (2020-10-21)

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





## [0.0.10](https://github.com/nsainaney/traxitt/compare/v0.0.9...v0.0.10) (2020-10-15)

**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.10",
"version": "0.0.11",
"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.10",
"@provisioner/common": "^0.0.11",
"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.11](https://github.com/nsainaney/traxitt/compare/v0.0.10...v0.0.11) (2020-10-21)

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





## [0.0.10](https://github.com/nsainaney/traxitt/compare/v0.0.9...v0.0.10) (2020-10-15)

**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.10",
"version": "0.0.11",
"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.10",
"@provisioner/common": "^0.0.11",
"mixwith": "^0.1.1"
},
"gitHead": "674808a0942eb636d03a50e7fbe5674ba76d7884"
Expand Down
11 changes: 11 additions & 0 deletions packages/foldingathome/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.11](https://github.com/c6o/provisioners/compare/v0.0.10...v0.0.11) (2020-10-21)


### ♻️ Chores

* **metadata:** Continued to flesh out more metadata for apps ([#86](https://github.com/c6o/provisioners/issues/86)) ([32aca28](https://github.com/c6o/provisioners/commit/32aca2857c5bd618632782b4f48849a35bfe9442))





## [0.0.10](https://github.com/c6o/provisioners/compare/v0.0.9...v0.0.10) (2020-10-15)

**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.10",
"version": "0.0.11",
"description": "CodeZero provisioner for Folding@Home",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"homepage": "https://github.com/c6o/provisioners#readme",
"dependencies": {
"@c6o/kubeclient": "^0.0.6",
"@provisioner/common": "^0.0.10",
"@provisioner/common": "^0.0.11",
"lit-element": "^2.3.1",
"mixwith": "^0.1.1",
"parcel-bundler": "^1.12.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/ghost/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.11](https://github.com/c6o/provisioners/compare/v0.0.10...v0.0.11) (2020-10-21)

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





## [0.0.10](https://github.com/c6o/provisioners/compare/v0.0.9...v0.0.10) (2020-10-15)

**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.10",
"version": "0.0.11",
"description": "CodeZero provisioner for ghost",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"homepage": "https://github.com/c6o/provisioners#readme",
"dependencies": {
"@c6o/kubeclient": "^0.0.6",
"@provisioner/common": "^0.0.10",
"@provisioner/common": "^0.0.11",
"lit-element": "^2.3.1",
"mixwith": "^0.1.1",
"parcel-bundler": "^1.12.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/grafana/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.11](https://github.com/c6o/provisioners/compare/v0.0.10...v0.0.11) (2020-10-21)

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





## [0.0.10](https://github.com/c6o/provisioners/compare/v0.0.9...v0.0.10) (2020-10-15)


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.10",
"version": "0.0.11",
"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.10",
"@provisioner/common": "^0.0.11",
"js-yaml": "^3.13.1",
"lit-element": "^2.3.1",
"mixwith": "^0.1.1",
Expand Down
Loading

0 comments on commit 1da8b1c

Please sign in to comment.