Skip to content

Commit

Permalink
Publish packages to NPM (#10074)
Browse files Browse the repository at this point in the history
* chore(publish): publish packages (9237f78)

 - @spinnaker/amazon@0.14.4
 - [email protected]
 - @spinnaker/[email protected]
 - @spinnaker/[email protected]
 - @spinnaker/[email protected]
 - @spinnaker/[email protected]
 - @spinnaker/[email protected]
 - @spinnaker/[email protected]
 - @spinnaker/[email protected]
 - @spinnaker/[email protected]
 - @spinnaker/[email protected]
 - @spinnaker/[email protected]
 - @spinnaker/[email protected]
 - @spinnaker/[email protected]
 - @spinnaker/[email protected]
 - @spinnaker/[email protected]

* feat(peerdep-sync): Synchronize peerdependencies

* chore(publish): publish peerdeps (9237f78)

 - @spinnaker/[email protected]

---------

Co-authored-by: spinnakerbot <[email protected]>
  • Loading branch information
spinnakerbot2 and spinnakerbot committed May 12, 2024
1 parent 9237f78 commit 082a084
Show file tree
Hide file tree
Showing 34 changed files with 214 additions and 48 deletions.
12 changes: 12 additions & 0 deletions packages/amazon/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.14.4](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2024-05-10)


### Bug Fixes

* **lambda:** Invoke stage excludedArtifactTypes not including the embedded-artifact type ([#10097](https://github.com/spinnaker/deck/issues/10097)) ([9374f06](https://github.com/spinnaker/deck/commit/9374f0630afb6a174bacf64e9f2ced750bbf4f1d))
* **lambdaStages:** Exporting Lambda stages based on the feature flag settings ([#10085](https://github.com/spinnaker/deck/issues/10085)) ([93bab65](https://github.com/spinnaker/deck/commit/93bab656555fabd539e186587a40dd8a0358dbd9))





## [0.14.3](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-12-07)


Expand Down
4 changes: 2 additions & 2 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.14.3",
"version": "0.14.4",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand All @@ -16,7 +16,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.28.0",
"@spinnaker/core": "^0.29.0",
"@uirouter/angularjs": "1.0.26",
"@uirouter/core": "6.0.8",
"@uirouter/react": "1.0.7",
Expand Down
15 changes: 15 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.8.0](https://github.com/spinnaker/deck/compare/[email protected]@2.8.0) (2024-05-10)



# 3.17.0 (2024-04-16)


### Features

* **cdevents-notification:** CDEvents notification to produce CDEvents ([#9997](https://github.com/spinnaker/deck/issues/9997)) ([fc96adb](https://github.com/spinnaker/deck/commit/fc96adb17b5051f655e1d651b28c8eb0efd7e11e))





# [2.7.0](https://github.com/spinnaker/deck/compare/[email protected]@2.7.0) (2023-12-07)


Expand Down
24 changes: 12 additions & 12 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "deck-app",
"private": true,
"version": "2.7.0",
"version": "2.8.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -14,19 +14,19 @@
"author": "",
"license": "ISC",
"dependencies": {
"@spinnaker/amazon": "^0.14.3",
"@spinnaker/appengine": "^0.1.11",
"@spinnaker/cloudfoundry": "^0.1.11",
"@spinnaker/cloudrun": "^0.1.7",
"@spinnaker/core": "^0.28.0",
"@spinnaker/docker": "^0.0.145",
"@spinnaker/ecs": "^0.0.364",
"@spinnaker/google": "^0.2.12",
"@spinnaker/amazon": "^0.14.4",
"@spinnaker/appengine": "^0.1.12",
"@spinnaker/cloudfoundry": "^0.1.12",
"@spinnaker/cloudrun": "^0.1.8",
"@spinnaker/core": "^0.29.0",
"@spinnaker/docker": "^0.0.146",
"@spinnaker/ecs": "^0.1.0",
"@spinnaker/google": "^0.2.13",
"@spinnaker/kayenta": "2.1.0",
"@spinnaker/kubernetes": "^0.6.0",
"@spinnaker/oracle": "^0.0.89",
"@spinnaker/kubernetes": "^0.6.1",
"@spinnaker/oracle": "^0.0.90",
"@spinnaker/styleguide": "^2.0.0",
"@spinnaker/titus": "^0.5.42",
"@spinnaker/titus": "^0.5.43",
"@uirouter/angularjs": "1.0.26",
"angular": "1.8.0",
"graphql": "15.5.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/appengine/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.1.12](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2024-05-10)

**Note:** Version bump only for package @spinnaker/appengine





## [0.1.11](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-12-07)

**Note:** Version bump only for package @spinnaker/appengine
Expand Down
4 changes: 2 additions & 2 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.1.11",
"version": "0.1.12",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand All @@ -16,7 +16,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.28.0",
"@spinnaker/core": "^0.29.0",
"@uirouter/angularjs": "1.0.26",
"angular": "1.6.10",
"angular-ui-bootstrap": "2.5.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/azure/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.4.9](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2024-05-10)

**Note:** Version bump only for package @spinnaker/azure





## [0.4.8](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-12-07)

**Note:** Version bump only for package @spinnaker/azure
Expand Down
4 changes: 2 additions & 2 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.4.8",
"version": "0.4.9",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand All @@ -16,7 +16,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.28.0",
"@spinnaker/core": "^0.29.0",
"@uirouter/angularjs": "1.0.26",
"angular": "1.6.10",
"angular-ui-bootstrap": "2.5.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/cloudfoundry/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.1.12](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2024-05-10)

**Note:** Version bump only for package @spinnaker/cloudfoundry





## [0.1.11](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-12-07)

**Note:** Version bump only for package @spinnaker/cloudfoundry
Expand Down
4 changes: 2 additions & 2 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.1.11",
"version": "0.1.12",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand All @@ -16,7 +16,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.28.0",
"@spinnaker/core": "^0.29.0",
"@uirouter/react": "1.0.7",
"@uirouter/react-hybrid": "1.0.2",
"angular": "1.6.10",
Expand Down
8 changes: 8 additions & 0 deletions packages/cloudrun/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.1.8](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2024-05-10)

**Note:** Version bump only for package @spinnaker/cloudrun





## [0.1.7](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-12-07)

**Note:** Version bump only for package @spinnaker/cloudrun
Expand Down
4 changes: 2 additions & 2 deletions packages/cloudrun/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/cloudrun",
"license": "Apache-2.0",
"version": "0.1.7",
"version": "0.1.8",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand All @@ -16,7 +16,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.28.0",
"@spinnaker/core": "^0.29.0",
"@uirouter/angularjs": "1.0.26",
"@uirouter/react": "1.0.7",
"angular": "1.8.3",
Expand Down
21 changes: 21 additions & 0 deletions packages/core/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.29.0](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2024-05-10)


### Bug Fixes

* **lambdaStages:** Exporting Lambda stages based on the feature flag settings ([#10085](https://github.com/spinnaker/deck/issues/10085)) ([93bab65](https://github.com/spinnaker/deck/commit/93bab656555fabd539e186587a40dd8a0358dbd9))
* **pipelineGraph:** Handling exception when requisiteStageRefIds is not defined ([#10086](https://github.com/spinnaker/deck/issues/10086)) ([4e1635d](https://github.com/spinnaker/deck/commit/4e1635d6026c6fbcb5912de1859c45038fd1258a))
* **pipeline:** Handle render/validation when stageTimeoutMs is a Spel expression ([#10103](https://github.com/spinnaker/deck/issues/10103)) ([9237f78](https://github.com/spinnaker/deck/commit/9237f7890e5f02f5369bc91984de98b18591ef9e))
* **runJobs:** Persist External Log links after the deletion of the pods ([#10081](https://github.com/spinnaker/deck/issues/10081)) ([fd55cf1](https://github.com/spinnaker/deck/commit/fd55cf1fb3bca08b931a10bb4c10d65393a20c73))


### Features

* **cdevents-notification:** CDEvents notification to produce CDEvents ([#9997](https://github.com/spinnaker/deck/issues/9997)) ([fc96adb](https://github.com/spinnaker/deck/commit/fc96adb17b5051f655e1d651b28c8eb0efd7e11e))
* **taskView:** Implement opt-in paginated request for TaskView ([#10093](https://github.com/spinnaker/deck/issues/10093)) ([5fa1e96](https://github.com/spinnaker/deck/commit/5fa1e96b90c7398338d67ef7a7337ee3628591bd))
* **wait-stage:** Make Wait Stage restartable. ([#10073](https://github.com/spinnaker/deck/issues/10073)) ([f3df056](https://github.com/spinnaker/deck/commit/f3df0561d891e928a14c32a3544fc331ebf1d981))





# [0.28.0](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-12-07)


Expand Down
2 changes: 1 addition & 1 deletion 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.28.0",
"version": "0.29.0",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/dcos/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.65](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2024-05-10)

**Note:** Version bump only for package @spinnaker/dcos





## [0.0.64](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-12-07)

**Note:** Version bump only for package @spinnaker/dcos
Expand Down
6 changes: 3 additions & 3 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.64",
"version": "0.0.65",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"private": true,
Expand All @@ -14,8 +14,8 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.28.0",
"@spinnaker/docker": "^0.0.145",
"@spinnaker/core": "^0.29.0",
"@spinnaker/docker": "^0.0.146",
"angular": "1.6.10",
"lodash": "4.17.21",
"ngimport": "0.6.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/docker/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.146](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2024-05-10)

**Note:** Version bump only for package @spinnaker/docker





## [0.0.145](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-12-07)

**Note:** Version bump only for package @spinnaker/docker
Expand Down
4 changes: 2 additions & 2 deletions packages/docker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/docker",
"license": "Apache-2.0",
"version": "0.0.145",
"version": "0.0.146",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand All @@ -16,7 +16,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.28.0",
"@spinnaker/core": "^0.29.0",
"@uirouter/angularjs": "1.0.26",
"angular": "1.6.10",
"formik": "1.5.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/ecs/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.1.0](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2024-05-10)


### Features

* **ecs:** Add support for ECS deployment circuit breaker ([#10076](https://github.com/spinnaker/deck/issues/10076)) ([32dfea8](https://github.com/spinnaker/deck/commit/32dfea87b69790d1093dac495f98a33fe73c5067))





## [0.0.364](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-12-07)

**Note:** Version bump only for package @spinnaker/ecs
Expand Down
8 changes: 4 additions & 4 deletions packages/ecs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/ecs",
"license": "Apache-2.0",
"version": "0.0.364",
"version": "0.1.0",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand All @@ -16,9 +16,9 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/amazon": "^0.14.3",
"@spinnaker/core": "^0.28.0",
"@spinnaker/docker": "^0.0.145",
"@spinnaker/amazon": "^0.14.4",
"@spinnaker/core": "^0.29.0",
"@spinnaker/docker": "^0.0.146",
"@uirouter/angularjs": "1.0.26",
"@uirouter/react": "1.0.7",
"angular": "1.6.10",
Expand Down
8 changes: 8 additions & 0 deletions packages/google/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.2.13](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2024-05-10)

**Note:** Version bump only for package @spinnaker/google





## [0.2.12](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-12-07)

**Note:** Version bump only for package @spinnaker/google
Expand Down
Loading

0 comments on commit 082a084

Please sign in to comment.