Skip to content

Commit

Permalink
chore(release): v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions-bot committed Sep 30, 2020
1 parent 9cb1b77 commit 06f7728
Show file tree
Hide file tree
Showing 54 changed files with 327 additions and 52 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.9](https://github.com/c6o/node-monorepo/compare/v0.0.8...v0.0.9) (2020-09-30)


### ✨ Features

* Added feature flag keys ([#79](https://github.com/c6o/node-monorepo/issues/79)) ([f7352e9](https://github.com/c6o/node-monorepo/commit/f7352e9010758f3d01fee6c3d1e76c293a56daaa))
* Made cluster accountName optional ([9ef0cc4](https://github.com/c6o/node-monorepo/commit/9ef0cc40f337262176811886d4a9ac214939fde4))
* **drone:** Created a Drone provisioner ([#64](https://github.com/c6o/node-monorepo/issues/64)) ([8648574](https://github.com/c6o/node-monorepo/commit/864857427b2a94f7a6400787a86a752d9f4aeb09))


### 🐛 Bug Fixes

* **c6o-system:** Fixed bad RegEx for detecting system vs app requests ([9cb1b77](https://github.com/c6o/node-monorepo/commit/9cb1b774d315063b9f00f95c557a92c4b2d3450f))
* Show cluster namspace if name not available ([0ecf80e](https://github.com/c6o/node-monorepo/commit/0ecf80e87fe037abd6672712df79a9624aa2fc4c))
* **istio:** Fix for targetPort in Virtual Service ([#76](https://github.com/c6o/node-monorepo/issues/76)) ([67e99a3](https://github.com/c6o/node-monorepo/commit/67e99a3b8c691a12a609842a235a2ef118a2abbf))


### ♻️ Chores

* **review-provisioners:** Ensure all active provisioners are working ([#73](https://github.com/c6o/node-monorepo/issues/73)) ([dfdbaa7](https://github.com/c6o/node-monorepo/commit/dfdbaa769aafadc04be32079e413ab69ca5692f0))
* Removed c6o/ui dependency ([6733d70](https://github.com/c6o/node-monorepo/commit/6733d70eb184cf5faf596357935a4cbe0db8478c))
* **istio:** Updated provisioner to reflect istiod instead of pilot ([#71](https://github.com/c6o/node-monorepo/issues/71)) ([#72](https://github.com/c6o/node-monorepo/issues/72)) ([a17609e](https://github.com/c6o/node-monorepo/commit/a17609e5cf4c07aeed55bf9eef08e5a8092eaa4b))
* Bumped versions [skip ci] ([3d5e954](https://github.com/c6o/node-monorepo/commit/3d5e9548bf45f702619d83f93061cdec84cb5f7f))





## [0.0.8](https://github.com/c6o/node-monorepo/compare/v0.0.7...v0.0.8) (2020-09-11)

**Note:** Version bump only for package provisioners-root
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.8",
"version": "0.0.9",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
18 changes: 18 additions & 0 deletions packages/c6o-system/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.9](https://github.com/c6o/provisioners/compare/v0.0.8...v0.0.9) (2020-09-30)


### ✨ Features

* Added feature flag keys ([#79](https://github.com/c6o/provisioners/issues/79)) ([f7352e9](https://github.com/c6o/provisioners/commit/f7352e9010758f3d01fee6c3d1e76c293a56daaa))
* Made cluster accountName optional ([9ef0cc4](https://github.com/c6o/provisioners/commit/9ef0cc40f337262176811886d4a9ac214939fde4))


### 🐛 Bug Fixes

* **c6o-system:** Fixed bad RegEx for detecting system vs app requests ([9cb1b77](https://github.com/c6o/provisioners/commit/9cb1b774d315063b9f00f95c557a92c4b2d3450f))
* Show cluster namspace if name not available ([0ecf80e](https://github.com/c6o/provisioners/commit/0ecf80e87fe037abd6672712df79a9624aa2fc4c))





## [0.0.8](https://github.com/c6o/provisioners/compare/v0.0.7...v0.0.8) (2020-09-11)

**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.8",
"version": "0.0.9",
"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.8",
"@provisioner/common": "^0.0.9",
"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.9](https://github.com/c6o/provisioners/compare/v0.0.8...v0.0.9) (2020-09-30)

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





## [0.0.8](https://github.com/c6o/provisioners/compare/v0.0.7...v0.0.8) (2020-09-11)

**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.8",
"version": "0.0.9",
"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.8",
"@provisioner/common": "^0.0.9",
"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.9](https://github.com/nsainaney/traxitt/compare/v0.0.8...v0.0.9) (2020-09-30)

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





## [0.0.8](https://github.com/nsainaney/traxitt/compare/v0.0.7...v0.0.8) (2020-09-11)

**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.8",
"version": "0.0.9",
"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.9](https://github.com/c6o/provisioners/compare/v0.0.8...v0.0.9) (2020-09-30)


### ♻️ Chores

* **review-provisioners:** Ensure all active provisioners are working ([#73](https://github.com/c6o/provisioners/issues/73)) ([dfdbaa7](https://github.com/c6o/provisioners/commit/dfdbaa769aafadc04be32079e413ab69ca5692f0))





## [0.0.8](https://github.com/c6o/provisioners/compare/v0.0.7...v0.0.8) (2020-09-11)

**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.8",
"version": "0.0.9",
"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.8",
"@provisioner/common": "^0.0.9",
"lit-element": "^2.3.1",
"mixwith": "^0.1.1",
"parcel-bundler": "^1.12.4",
Expand Down
17 changes: 17 additions & 0 deletions packages/drone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.9](https://github.com/c6o/provisioners/compare/v0.0.8...v0.0.9) (2020-09-30)


### ✨ Features

* **drone:** Created a Drone provisioner ([#64](https://github.com/c6o/provisioners/issues/64)) ([8648574](https://github.com/c6o/provisioners/commit/864857427b2a94f7a6400787a86a752d9f4aeb09))


### ♻️ Chores

* **review-provisioners:** Ensure all active provisioners are working ([#73](https://github.com/c6o/provisioners/issues/73)) ([dfdbaa7](https://github.com/c6o/provisioners/commit/dfdbaa769aafadc04be32079e413ab69ca5692f0))
* Removed c6o/ui dependency ([6733d70](https://github.com/c6o/provisioners/commit/6733d70eb184cf5faf596357935a4cbe0db8478c))
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.7",
"version": "0.0.9",
"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.8",
"@provisioner/common": "^0.0.9",
"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.9](https://github.com/nsainaney/traxitt/compare/v0.0.8...v0.0.9) (2020-09-30)

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





## [0.0.8](https://github.com/nsainaney/traxitt/compare/v0.0.7...v0.0.8) (2020-09-11)

**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.8",
"version": "0.0.9",
"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.8",
"@provisioner/common": "^0.0.9",
"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.9](https://github.com/nsainaney/traxitt/compare/v0.0.8...v0.0.9) (2020-09-30)

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





## [0.0.8](https://github.com/nsainaney/traxitt/compare/v0.0.7...v0.0.8) (2020-09-11)

**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.8",
"version": "0.0.9",
"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.8",
"@provisioner/common": "^0.0.9",
"mixwith": "^0.1.1"
},
"gitHead": "674808a0942eb636d03a50e7fbe5674ba76d7884"
Expand Down
8 changes: 8 additions & 0 deletions packages/foldingathome/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.9](https://github.com/c6o/provisioners/compare/v0.0.8...v0.0.9) (2020-09-30)

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





## [0.0.8](https://github.com/c6o/provisioners/compare/v0.0.7...v0.0.8) (2020-09-11)

**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.8",
"version": "0.0.9",
"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.8",
"@provisioner/common": "^0.0.9",
"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.9](https://github.com/c6o/provisioners/compare/v0.0.8...v0.0.9) (2020-09-30)

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





## [0.0.8](https://github.com/c6o/provisioners/compare/v0.0.7...v0.0.8) (2020-09-11)

**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.8",
"version": "0.0.9",
"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.8",
"@provisioner/common": "^0.0.9",
"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.9](https://github.com/c6o/provisioners/compare/v0.0.8...v0.0.9) (2020-09-30)

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





## [0.0.8](https://github.com/c6o/provisioners/compare/v0.0.7...v0.0.8) (2020-09-11)

**Note:** Version bump only for package @provisioner/grafana
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.8",
"version": "0.0.9",
"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.8",
"@provisioner/common": "^0.0.9",
"js-yaml": "^3.13.1",
"lit-element": "^2.3.1",
"mixwith": "^0.1.1",
Expand Down
18 changes: 18 additions & 0 deletions packages/istio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.9](https://github.com/c6o/provisioners/compare/v0.0.8...v0.0.9) (2020-09-30)


### 🐛 Bug Fixes

* **istio:** Fix for targetPort in Virtual Service ([#76](https://github.com/c6o/provisioners/issues/76)) ([67e99a3](https://github.com/c6o/provisioners/commit/67e99a3b8c691a12a609842a235a2ef118a2abbf))


### ♻️ Chores

* Removed c6o/ui dependency ([6733d70](https://github.com/c6o/provisioners/commit/6733d70eb184cf5faf596357935a4cbe0db8478c))
* **istio:** Updated provisioner to reflect istiod instead of pilot ([#71](https://github.com/c6o/provisioners/issues/71)) ([#72](https://github.com/c6o/provisioners/issues/72)) ([a17609e](https://github.com/c6o/provisioners/commit/a17609e5cf4c07aeed55bf9eef08e5a8092eaa4b))
* Bumped versions [skip ci] ([3d5e954](https://github.com/c6o/provisioners/commit/3d5e9548bf45f702619d83f93061cdec84cb5f7f))





## [0.0.8](https://github.com/c6o/provisioners/compare/v0.0.7...v0.0.8) (2020-09-11)

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

0 comments on commit 06f7728

Please sign in to comment.