Skip to content

Commit

Permalink
chore(publish): publish packages (#9459)
Browse files Browse the repository at this point in the history
- deck-app@1.0.4
 - @spinnaker/amazon@0.0.326
 - @spinnaker/appengine@0.0.38
 - @spinnaker/azure@0.0.275
 - @spinnaker/cloudfoundry@0.0.125
 - @spinnaker/core@0.0.611
 - @spinnaker/dcos@0.0.3
 - @spinnaker/docker@0.0.84
 - @spinnaker/ecs@0.0.293
 - @spinnaker/eslint-plugin@1.0.14
 - @spinnaker/google@0.0.42
 - @spinnaker/huaweicloud@0.0.15
 - @spinnaker/kubernetes@0.0.71
 - @spinnaker/oracle@0.0.27
 - @spinnaker/pluginsdk@0.0.33
 - @spinnaker/presentation@0.0.9
 - @spinnaker/scripts@0.0.15
 - @spinnaker/tencentcloud@0.0.21
 - @spinnaker/titus@0.0.192

Co-authored-by: spinnakerbot <spinnakerbot@spinanker.io>
  • Loading branch information
github-actions[bot] and spinnakerbot committed Jul 17, 2021
1 parent 51f536c commit f9a88d0
Show file tree
Hide file tree
Showing 38 changed files with 367 additions and 120 deletions.
11 changes: 11 additions & 0 deletions app/scripts/modules/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

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

## 1.0.4 (2021-07-17)


### Bug Fixes

* **publishing:** Auto approve instead of adding "ready to merge" label ([51f536c](https://github.com/spinnaker/deck/commit/51f536c275e77854d8f173aeec86412ffbd66b6d))
22 changes: 11 additions & 11 deletions app/scripts/modules/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "deck-app",
"private": true,
"version": "1.0.3",
"version": "1.0.4",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -13,18 +13,18 @@
"author": "",
"license": "ISC",
"dependencies": {
"@spinnaker/amazon": "*",
"@spinnaker/appengine": "*",
"@spinnaker/cloudfoundry": "*",
"@spinnaker/core": "*",
"@spinnaker/docker": "*",
"@spinnaker/ecs": "*",
"@spinnaker/google": "*",
"@spinnaker/amazon": "^0.0.326",
"@spinnaker/appengine": "^0.0.38",
"@spinnaker/cloudfoundry": "^0.0.125",
"@spinnaker/core": "^0.0.611",
"@spinnaker/docker": "^0.0.84",
"@spinnaker/ecs": "^0.0.293",
"@spinnaker/google": "^0.0.42",
"@spinnaker/kayenta": "2.0.0",
"@spinnaker/kubernetes": "*",
"@spinnaker/oracle": "*",
"@spinnaker/kubernetes": "^0.0.71",
"@spinnaker/oracle": "^0.0.27",
"@spinnaker/styleguide": "^1.0.26",
"@spinnaker/titus": "*",
"@spinnaker/titus": "^0.0.192",
"@uirouter/angularjs": "1.0.26",
"angular": "1.6.10",
"graphql": "15.5.0",
Expand Down
20 changes: 17 additions & 3 deletions packages/amazon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 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.326 (2021-07-17)


### Bug Fixes

* **publishing:** Auto approve instead of adding "ready to merge" label ([51f536c](https://github.com/spinnaker/deck/commit/51f536c275e77854d8f173aeec86412ffbd66b6d))






## [0.0.324](https://www.github.com/spinnaker/deck/compare/d5ce91559150b054114c8334a7006c46edc88586...86b6dc555637f8e9bfb1b01844e100e8481e394e) (2021-07-08)

Expand Down Expand Up @@ -3632,6 +3648,4 @@ fix(amazon): fix ng-if in security group refresh dom element ([ee04582b](https:/
chore(*): convert refresh icons to fa-refresh ([c4ca0c5c](https://github.com/spinnaker/deck/commit/c4ca0c5c111fffbacd333c3dcecf3ff70fdc8631))
refactor(*): replace glyphicon-asterisk with fa-cog ([04807cb4](https://github.com/spinnaker/deck/commit/04807cb4a3d3410cbe7c31c2e03d09df30a6c02f))
chore(*): replace some glyphicons with font-awesome ([070fb88a](https://github.com/spinnaker/deck/commit/070fb88a8c8f67ac34dbbac8a316cab8ef7bf05a))
fix(aws): restore $onInit to ingress security group selector ([bc5da6dd](https://github.com/spinnaker/deck/commit/bc5da6dd9d7e1290e3d06abdfc3187bee031b4ce))


fix(aws): restore $onInit to ingress security group selector ([bc5da6dd](https://github.com/spinnaker/deck/commit/bc5da6dd9d7e1290e3d06abdfc3187bee031b4ce))
8 changes: 4 additions & 4 deletions packages/amazon/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/amazon",
"license": "Apache-2.0",
"version": "0.0.325",
"version": "0.0.326",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "*",
"@spinnaker/core": "^0.0.611",
"@uirouter/angularjs": "1.0.26",
"@uirouter/core": "6.0.8",
"@uirouter/react": "1.0.3",
Expand All @@ -39,9 +39,9 @@
"rxjs": "6.6.7"
},
"devDependencies": {
"@spinnaker/eslint-plugin": "1.0.13",
"@spinnaker/eslint-plugin": "^1.0.14",
"@spinnaker/mocks": "1.0.7",
"@spinnaker/scripts": "0.0.14",
"@spinnaker/scripts": "^0.0.15",
"@types/angular": "1.6.26",
"@types/angular-ui-bootstrap": "0.13.41",
"@types/classnames": "2.2.0",
Expand Down
20 changes: 17 additions & 3 deletions packages/appengine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 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.38 (2021-07-17)


### Bug Fixes

* **publishing:** Auto approve instead of adding "ready to merge" label ([51f536c](https://github.com/spinnaker/deck/commit/51f536c275e77854d8f173aeec86412ffbd66b6d))






## [0.0.36](https://www.github.com/spinnaker/deck/compare/8a42c7fb4b744738f6f900519fc94774cc394a0d...0a0d3d078d113c5d55b3c681a7d3422e5c483db2) (2021-07-01)

Expand Down Expand Up @@ -446,6 +462,4 @@ refactor(*): De-angularize cloud provider registry ([5aaf40d8](https://github.co
refactor(*): de-angularize help contents/registry [#5199](https://github.com/spinnaker/deck/pull/5199) ([d6bfa5c2](https://github.com/spinnaker/deck/commit/d6bfa5c22c2196942230721ecc38ddb68e56874f))
refactor(core/naming): Convert angular naming.service to plain NameUtils ([d9f313bd](https://github.com/spinnaker/deck/commit/d9f313bd36508961f2a6be8d32c5155e0b5b893d))
chore(tslint): ❯ npx tslint --fix -p tsconfig.json ([b1ddb67c](https://github.com/spinnaker/deck/commit/b1ddb67c2c7a74f451baac070a65c985c2b6fb8e))
Just Use Prettier™ ([532ab778](https://github.com/spinnaker/deck/commit/532ab7784ca93569308c8f2ab80a18d313b910f9))


Just Use Prettier™ ([532ab778](https://github.com/spinnaker/deck/commit/532ab7784ca93569308c8f2ab80a18d313b910f9))
8 changes: 4 additions & 4 deletions packages/appengine/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/appengine",
"license": "Apache-2.0",
"version": "0.0.37",
"version": "0.0.38",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "*",
"@spinnaker/core": "^0.0.611",
"@uirouter/angularjs": "1.0.26",
"angular": "1.6.10",
"angular-ui-bootstrap": "2.5.0",
Expand All @@ -26,9 +26,9 @@
"rxjs": "6.6.7"
},
"devDependencies": {
"@spinnaker/eslint-plugin": "1.0.13",
"@spinnaker/eslint-plugin": "^1.0.14",
"@spinnaker/mocks": "1.0.7",
"@spinnaker/scripts": "0.0.14",
"@spinnaker/scripts": "^0.0.15",
"@types/angular": "1.6.26",
"@types/angular-ui-bootstrap": "0.13.41",
"@types/classnames": "2.2.0",
Expand Down
20 changes: 17 additions & 3 deletions packages/azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 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.275 (2021-07-17)


### Bug Fixes

* **publishing:** Auto approve instead of adding "ready to merge" label ([51f536c](https://github.com/spinnaker/deck/commit/51f536c275e77854d8f173aeec86412ffbd66b6d))






## [0.0.273](https://www.github.com/spinnaker/deck/compare/90ef4c83216fd0834f0e22833c7c9642c5744453...7967ddb72c6c3b030d9a654a9b80e9c12698db73) (2021-07-08)

Expand Down Expand Up @@ -322,6 +338,4 @@ feat(rosco): Allow optional roscoDetailUrl for roscoMode bakes [#7575](https://g
feat(rosco): Allow roscoMode per stage/execution [#7564](https://github.com/spinnaker/deck/pull/7564) ([c2bbf20d](https://github.com/spinnaker/deck/commit/c2bbf20d83d2c82aa1442379b98d4ed71a3379a2))
feat(*/pipeline): Remove the concept of default stage timeouts, rename option [#7286](https://github.com/spinnaker/deck/pull/7286) ([abac63ce](https://github.com/spinnaker/deck/commit/abac63ce5c88b809fcf5ed1509136fe96489a051))
chore(package): Just Update Prettier™ ([cdd6f237](https://github.com/spinnaker/deck/commit/cdd6f2379859d3c2b13bac59aa470c08b391a865))
feat(provider/azure): Enable data disk for server group [#7116](https://github.com/spinnaker/deck/pull/7116) ([f650ca9d](https://github.com/spinnaker/deck/commit/f650ca9db4abaf648d7003bd109b47d61a1b728d))


feat(provider/azure): Enable data disk for server group [#7116](https://github.com/spinnaker/deck/pull/7116) ([f650ca9d](https://github.com/spinnaker/deck/commit/f650ca9db4abaf648d7003bd109b47d61a1b728d))
8 changes: 4 additions & 4 deletions packages/azure/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/azure",
"license": "Apache-2.0",
"version": "0.0.274",
"version": "0.0.275",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "*",
"@spinnaker/core": "^0.0.611",
"@uirouter/angularjs": "1.0.26",
"angular": "1.6.10",
"angular-ui-bootstrap": "2.5.0",
Expand All @@ -23,8 +23,8 @@
"react-select": "1.2.1"
},
"devDependencies": {
"@spinnaker/eslint-plugin": "1.0.13",
"@spinnaker/scripts": "0.0.14",
"@spinnaker/eslint-plugin": "^1.0.14",
"@spinnaker/scripts": "^0.0.15",
"@types/angular": "1.6.26",
"@types/angular-ui-bootstrap": "0.13.41",
"@types/lodash": "4.14.64",
Expand Down
20 changes: 17 additions & 3 deletions packages/cloudfoundry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 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.125 (2021-07-17)


### Bug Fixes

* **publishing:** Auto approve instead of adding "ready to merge" label ([51f536c](https://github.com/spinnaker/deck/commit/51f536c275e77854d8f173aeec86412ffbd66b6d))






## [0.0.123](https://www.github.com/spinnaker/deck/compare/674fa308e881cccafb5cf6850a9dd454f112aebd...5fc2772dcf043d67e259fdd438efc59b6c8b856d) (2021-07-08)

Expand Down Expand Up @@ -522,6 +538,4 @@ feat(provider/cf): add deploy and delete service pipeline stages ([876fcf55](htt
refactor(core/modal): Use `formik` prop instead of spreading. Simplify WizardPage props. ([a1d03e0e](https://github.com/spinnaker/deck/commit/a1d03e0eeb0ea25f87cf5deac644f4f5025c2b0d))
refactor(core/modal): Use TSX generics to render WizardModal ([2fad82c8](https://github.com/spinnaker/deck/commit/2fad82c8ddfdc912e7a7d72c98913351d12aa10c))
chore(prettier): Just Update Prettier™ [#5754](https://github.com/spinnaker/deck/pull/5754) ([709f30f6](https://github.com/spinnaker/deck/commit/709f30f6eff0c8862cb8736465e4fd152abd693c))
fix(cloudfoundry): module builds require the use of alias instead of a path directly in core [#5742](https://github.com/spinnaker/deck/pull/5742) ([4b8a7df3](https://github.com/spinnaker/deck/commit/4b8a7df3bb039d4eee6f2860c14cca91d2952e8e))


fix(cloudfoundry): module builds require the use of alias instead of a path directly in core [#5742](https://github.com/spinnaker/deck/pull/5742) ([4b8a7df3](https://github.com/spinnaker/deck/commit/4b8a7df3bb039d4eee6f2860c14cca91d2952e8e))
8 changes: 4 additions & 4 deletions packages/cloudfoundry/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/cloudfoundry",
"license": "Apache-2.0",
"version": "0.0.124",
"version": "0.0.125",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "*",
"@spinnaker/core": "^0.0.611",
"@uirouter/react": "1.0.3",
"@uirouter/react-hybrid": "1.0.2",
"angular": "1.6.10",
Expand All @@ -30,9 +30,9 @@
},
"devDependencies": {
"@rollup/plugin-alias": "^3.1.2",
"@spinnaker/eslint-plugin": "1.0.13",
"@spinnaker/eslint-plugin": "^1.0.14",
"@spinnaker/mocks": "1.0.7",
"@spinnaker/scripts": "0.0.14",
"@spinnaker/scripts": "^0.0.15",
"@types/angular": "1.6.26",
"@types/angular-ui-bootstrap": "0.13.41",
"@types/enzyme": "3.10.3",
Expand Down
20 changes: 17 additions & 3 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 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.611 (2021-07-17)


### Bug Fixes

* **publishing:** Auto approve instead of adding "ready to merge" label ([51f536c](https://github.com/spinnaker/deck/commit/51f536c275e77854d8f173aeec86412ffbd66b6d))






## [0.0.608](https://www.github.com/spinnaker/deck/compare/ec8327948590884983967e99c6d6df40e1f76f9c...760d2f3fe4594554803ae28b333dabd379f6623e) (2021-07-09)

Expand Down Expand Up @@ -8206,6 +8222,4 @@ fix(aws): restore scaling activities link ([4893a0c9](https://github.com/spinnak
refactor(docker): prepare docker for lib packaging ([b5b2c903](https://github.com/spinnaker/deck/commit/b5b2c903d8b901756b9c887315b2c09d768e4514))
refactor(help): split help into provider modules ([76766da2](https://github.com/spinnaker/deck/commit/76766da28c6180c45f6a06e1e7ed9fb836b98818))
fix(clusters): fix search result heading for clusters ([6a7c9eef](https://github.com/spinnaker/deck/commit/6a7c9eef5955c6a4e9fbf84ae9c23476208f39bf))
fix(deploymentstrategy): include requires for deployment strategies ([ceb81ff3](https://github.com/spinnaker/deck/commit/ceb81ff334c6ffa235be8810eccb3885dbd25e35))


fix(deploymentstrategy): include requires for deployment strategies ([ceb81ff3](https://github.com/spinnaker/deck/commit/ceb81ff334c6ffa235be8810eccb3885dbd25e35))
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/core",
"license": "Apache-2.0",
"version": "0.0.610",
"version": "0.0.611",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"@apollo/client": "3.3.14",
"@fortawesome/fontawesome-free": "5.5.0",
"@spinnaker/mocks": "1.0.7",
"@spinnaker/presentation": "0.0.8",
"@spinnaker/presentation": "^0.0.9",
"@spinnaker/styleguide": "1.0.26",
"@uirouter/angularjs": "1.0.26",
"@uirouter/core": "6.0.8",
Expand Down Expand Up @@ -89,8 +89,8 @@
"@graphql-codegen/typescript": "^1.22.4",
"@graphql-codegen/typescript-operations": "^1.18.3",
"@graphql-codegen/typescript-react-apollo": "^2.3.0",
"@spinnaker/eslint-plugin": "1.0.13",
"@spinnaker/scripts": "0.0.14",
"@spinnaker/eslint-plugin": "^1.0.14",
"@spinnaker/scripts": "^0.0.15",
"@types/angular": "1.6.26",
"@types/angular-mocks": "1.5.10",
"@types/angular-ui-bootstrap": "0.13.41",
Expand Down
11 changes: 11 additions & 0 deletions packages/dcos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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.3 (2021-07-17)


### Bug Fixes

* **publishing:** Auto approve instead of adding "ready to merge" label ([51f536c](https://github.com/spinnaker/deck/commit/51f536c275e77854d8f173aeec86412ffbd66b6d))
10 changes: 5 additions & 5 deletions packages/dcos/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/dcos",
"license": "Apache-2.0",
"version": "0.0.2",
"version": "0.0.3",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"private": true,
Expand All @@ -14,16 +14,16 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "*",
"@spinnaker/docker": "*",
"@spinnaker/core": "^0.0.611",
"@spinnaker/docker": "^0.0.84",
"angular": "1.6.10",
"lodash": "4.17.21",
"ngimport": "0.6.1",
"rxjs": "6.6.7"
},
"devDependencies": {
"@spinnaker/eslint-plugin": "1.0.13",
"@spinnaker/scripts": "0.0.14",
"@spinnaker/eslint-plugin": "^1.0.14",
"@spinnaker/scripts": "^0.0.15",
"shx": "0.3.3",
"typescript": "4.0.2"
}
Expand Down
Loading

0 comments on commit f9a88d0

Please sign in to comment.