Skip to content

Commit

Permalink
Merge branch 'dev-proxy-http-port' of github.com:dylanwatsonsoftware/…
Browse files Browse the repository at this point in the history
…deck into dev-proxy-http-port
  • Loading branch information
dwatson2atlassian committed Jun 25, 2024
2 parents 5a5b4e8 + 002219c commit 759d49a
Show file tree
Hide file tree
Showing 35 changed files with 195 additions and 48 deletions.
11 changes: 11 additions & 0 deletions packages/amazon/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.14.5](https://github.com/spinnaker/deck/compare/@spinnaker/amazon@0.14.4...@spinnaker/amazon@0.14.5) (2024-06-10)


### Bug Fixes

* **lambda:** Export LambdaRoute stage on aws module ([#10116](https://github.com/spinnaker/deck/issues/10116)) ([1f6d2c1](https://github.com/spinnaker/deck/commit/1f6d2c1a69bfae5fd8b6bb9f5fbf0b7fb86930d3))





## [0.14.4](https://github.com/spinnaker/deck/compare/@spinnaker/amazon@0.14.3...@spinnaker/amazon@0.14.4) (2024-05-10)


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.4",
"version": "0.14.5",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand All @@ -16,7 +16,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.29.0",
"@spinnaker/core": "^0.29.1",
"@uirouter/angularjs": "1.0.26",
"@uirouter/core": "6.0.8",
"@uirouter/react": "1.0.7",
Expand Down
2 changes: 2 additions & 0 deletions packages/amazon/src/aws.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ import { AMAZON_PIPELINE_STAGES_LAMBDA_INVOKE } from './pipeline/stages/invokeLa
import { AMAZON_PIPELINE_STAGES_MODIFYSCALINGPROCESS_MODIFYSCALINGPROCESSSTAGE } from './pipeline/stages/modifyScalingProcess/modifyScalingProcessStage';
import { AMAZON_PIPELINE_STAGES_RESIZEASG_AWSRESIZEASGSTAGE } from './pipeline/stages/resizeAsg/awsResizeAsgStage';
import { AMAZON_PIPELINE_STAGES_ROLLBACKCLUSTER_AWSROLLBACKCLUSTERSTAGE } from './pipeline/stages/rollbackCluster/awsRollbackClusterStage';
import { AMAZON_PIPELINE_STAGES_LAMBDA_ROUTE } from './pipeline/stages/routeLambda';
import { AMAZON_PIPELINE_STAGES_SCALEDOWNCLUSTER_AWSSCALEDOWNCLUSTERSTAGE } from './pipeline/stages/scaleDownCluster/awsScaleDownClusterStage';
import { AMAZON_PIPELINE_STAGES_SHRINKCLUSTER_AWSSHRINKCLUSTERSTAGE } from './pipeline/stages/shrinkCluster/awsShrinkClusterStage';
import { AMAZON_PIPELINE_STAGES_TAGIMAGE_AWSTAGIMAGESTAGE } from './pipeline/stages/tagImage/awsTagImageStage';
Expand Down Expand Up @@ -122,6 +123,7 @@ module(AMAZON_MODULE, [
AMAZON_PIPELINE_STAGES_LAMBDA_DEPLOY,
AMAZON_PIPELINE_STAGES_LAMBDA_INVOKE,
AMAZON_PIPELINE_STAGES_LAMBDA_UPDATE,
AMAZON_PIPELINE_STAGES_LAMBDA_ROUTE,
]).config(() => {
CloudProviderRegistry.registerProvider('aws', {
name: 'Amazon',
Expand Down
8 changes: 8 additions & 0 deletions packages/app/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.

## [2.8.1](https://github.com/spinnaker/deck/compare/deck-app@2.8.0...deck-app@2.8.1) (2024-06-10)

**Note:** Version bump only for package deck-app





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


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.8.0",
"version": "2.8.1",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -14,19 +14,19 @@
"author": "",
"license": "ISC",
"dependencies": {
"@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/amazon": "^0.14.5",
"@spinnaker/appengine": "^0.1.13",
"@spinnaker/cloudfoundry": "^0.1.13",
"@spinnaker/cloudrun": "^0.1.9",
"@spinnaker/core": "^0.29.1",
"@spinnaker/docker": "^0.0.147",
"@spinnaker/ecs": "^0.1.1",
"@spinnaker/google": "^0.2.14",
"@spinnaker/kayenta": "2.1.0",
"@spinnaker/kubernetes": "^0.6.1",
"@spinnaker/oracle": "^0.0.90",
"@spinnaker/kubernetes": "^0.6.2",
"@spinnaker/oracle": "^0.0.91",
"@spinnaker/styleguide": "^2.0.0",
"@spinnaker/titus": "^0.5.43",
"@spinnaker/titus": "^0.5.44",
"@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.13](https://github.com/spinnaker/deck/compare/@spinnaker/appengine@0.1.12...@spinnaker/appengine@0.1.13) (2024-06-10)

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





## [0.1.12](https://github.com/spinnaker/deck/compare/@spinnaker/appengine@0.1.11...@spinnaker/appengine@0.1.12) (2024-05-10)

**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.12",
"version": "0.1.13",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand All @@ -16,7 +16,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.29.0",
"@spinnaker/core": "^0.29.1",
"@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.10](https://github.com/spinnaker/deck/compare/@spinnaker/azure@0.4.9...@spinnaker/azure@0.4.10) (2024-06-10)

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





## [0.4.9](https://github.com/spinnaker/deck/compare/@spinnaker/azure@0.4.8...@spinnaker/azure@0.4.9) (2024-05-10)

**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.9",
"version": "0.4.10",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand All @@ -16,7 +16,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.29.0",
"@spinnaker/core": "^0.29.1",
"@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.13](https://github.com/spinnaker/deck/compare/@spinnaker/cloudfoundry@0.1.12...@spinnaker/cloudfoundry@0.1.13) (2024-06-10)

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





## [0.1.12](https://github.com/spinnaker/deck/compare/@spinnaker/cloudfoundry@0.1.11...@spinnaker/cloudfoundry@0.1.12) (2024-05-10)

**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.12",
"version": "0.1.13",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand All @@ -16,7 +16,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.29.0",
"@spinnaker/core": "^0.29.1",
"@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.9](https://github.com/spinnaker/deck/compare/@spinnaker/cloudrun@0.1.8...@spinnaker/cloudrun@0.1.9) (2024-06-10)

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





## [0.1.8](https://github.com/spinnaker/deck/compare/@spinnaker/cloudrun@0.1.7...@spinnaker/cloudrun@0.1.8) (2024-05-10)

**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.8",
"version": "0.1.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.29.0",
"@spinnaker/core": "^0.29.1",
"@uirouter/angularjs": "1.0.26",
"@uirouter/react": "1.0.7",
"angular": "1.8.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/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.29.1](https://github.com/spinnaker/deck/compare/@spinnaker/core@0.29.0...@spinnaker/core@0.29.1) (2024-06-10)


### Bug Fixes

* **redblack:** fixing redblack onchange values ([#10107](https://github.com/spinnaker/deck/issues/10107)) ([443408e](https://github.com/spinnaker/deck/commit/443408e7f6404b10d195b146f2f68fe926c2413a))





# [0.29.0](https://github.com/spinnaker/deck/compare/@spinnaker/core@0.28.0...@spinnaker/core@0.29.0) (2024-05-10)


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.29.0",
"version": "0.29.1",
"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.66](https://github.com/spinnaker/deck/compare/@spinnaker/dcos@0.0.65...@spinnaker/dcos@0.0.66) (2024-06-10)

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





## [0.0.65](https://github.com/spinnaker/deck/compare/@spinnaker/dcos@0.0.64...@spinnaker/dcos@0.0.65) (2024-05-10)

**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.65",
"version": "0.0.66",
"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.29.0",
"@spinnaker/docker": "^0.0.146",
"@spinnaker/core": "^0.29.1",
"@spinnaker/docker": "^0.0.147",
"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.147](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.146...@spinnaker/docker@0.0.147) (2024-06-10)

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





## [0.0.146](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.145...@spinnaker/docker@0.0.146) (2024-05-10)

**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.146",
"version": "0.0.147",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand All @@ -16,7 +16,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.29.0",
"@spinnaker/core": "^0.29.1",
"@uirouter/angularjs": "1.0.26",
"angular": "1.6.10",
"formik": "1.5.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/ecs/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.1](https://github.com/spinnaker/deck/compare/@spinnaker/ecs@0.1.0...@spinnaker/ecs@0.1.1) (2024-06-10)

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





# [0.1.0](https://github.com/spinnaker/deck/compare/@spinnaker/ecs@0.0.364...@spinnaker/ecs@0.1.0) (2024-05-10)


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.1.0",
"version": "0.1.1",
"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.4",
"@spinnaker/core": "^0.29.0",
"@spinnaker/docker": "^0.0.146",
"@spinnaker/amazon": "^0.14.5",
"@spinnaker/core": "^0.29.1",
"@spinnaker/docker": "^0.0.147",
"@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.14](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.2.13...@spinnaker/google@0.2.14) (2024-06-10)

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





## [0.2.13](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.2.12...@spinnaker/google@0.2.13) (2024-05-10)

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

0 comments on commit 759d49a

Please sign in to comment.