Skip to content

Commit

Permalink
chore(publish): publish packages (6b004d3)
Browse files Browse the repository at this point in the history
 - @spinnaker/[email protected]
 - [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]
 - @spinnaker/[email protected]
  • Loading branch information
spinnakerbot committed Oct 21, 2024
1 parent 6b004d3 commit 56cff2b
Show file tree
Hide file tree
Showing 34 changed files with 202 additions and 47 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.6](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2024-10-21)


### Bug Fixes

* **aws:** Fix IPv6 addresses being incorrectly associated when cloning server groups that have launch templates enabled ([#6979](https://github.com/spinnaker/deck/issues/6979)) ([#10142](https://github.com/spinnaker/deck/issues/10142)) ([22818c6](https://github.com/spinnaker/deck/commit/22818c637072ff6b8f17ff8407513c114f0bec8f))
* **aws:** Fix userData getting lost when cloning an AWS server group that uses launch templates ([#6771](https://github.com/spinnaker/deck/issues/6771)) ([#10132](https://github.com/spinnaker/deck/issues/10132)) ([d5a8ea3](https://github.com/spinnaker/deck/commit/d5a8ea320dbb7cf4827a26a2af7197f07070a604))





## [0.14.5](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2024-06-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.5",
"version": "0.14.6",
"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.1",
"@spinnaker/core": "^0.30.0",
"@uirouter/angularjs": "1.0.26",
"@uirouter/core": "6.0.8",
"@uirouter/react": "1.0.7",
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.2](https://github.com/spinnaker/deck/compare/[email protected]@2.8.2) (2024-10-21)

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





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

**Note:** Version bump only for package deck-app
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.1",
"version": "2.8.2",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -14,19 +14,19 @@
"author": "",
"license": "ISC",
"dependencies": {
"@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/amazon": "^0.14.6",
"@spinnaker/appengine": "^0.1.14",
"@spinnaker/cloudfoundry": "^0.1.14",
"@spinnaker/cloudrun": "^0.1.10",
"@spinnaker/core": "^0.30.0",
"@spinnaker/docker": "^0.0.148",
"@spinnaker/ecs": "^0.1.2",
"@spinnaker/google": "^0.3.0",
"@spinnaker/kayenta": "2.3.0",
"@spinnaker/kubernetes": "^0.6.2",
"@spinnaker/oracle": "^0.0.91",
"@spinnaker/kubernetes": "^0.6.3",
"@spinnaker/oracle": "^0.0.92",
"@spinnaker/styleguide": "^2.0.0",
"@spinnaker/titus": "^0.5.44",
"@spinnaker/titus": "^0.5.45",
"@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.14](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2024-10-21)

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





## [0.1.13](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2024-06-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.13",
"version": "0.1.14",
"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.1",
"@spinnaker/core": "^0.30.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.11](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2024-10-21)

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





## [0.4.10](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2024-06-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.10",
"version": "0.4.11",
"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.1",
"@spinnaker/core": "^0.30.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.14](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2024-10-21)

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





## [0.1.13](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2024-06-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.13",
"version": "0.1.14",
"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.1",
"@spinnaker/core": "^0.30.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.10](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2024-10-21)

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





## [0.1.9](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2024-06-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.9",
"version": "0.1.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.1",
"@spinnaker/core": "^0.30.0",
"@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.30.0](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2024-10-21)


### Features

* **google:** add support for partnerMetadata in GCE servergroup ([#10150](https://github.com/spinnaker/deck/issues/10150)) ([6b004d3](https://github.com/spinnaker/deck/commit/6b004d3165bfebf1f48b065317954155e955a542))





## [0.29.1](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2024-06-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.1",
"version": "0.30.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.67](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2024-10-21)

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





## [0.0.66](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2024-06-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.66",
"version": "0.0.67",
"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.1",
"@spinnaker/docker": "^0.0.147",
"@spinnaker/core": "^0.30.0",
"@spinnaker/docker": "^0.0.148",
"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.148](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2024-10-21)

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





## [0.0.147](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2024-06-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.147",
"version": "0.0.148",
"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.1",
"@spinnaker/core": "^0.30.0",
"@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.2](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2024-10-21)

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





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

**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.1.1",
"version": "0.1.2",
"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.5",
"@spinnaker/core": "^0.29.1",
"@spinnaker/docker": "^0.0.147",
"@spinnaker/amazon": "^0.14.6",
"@spinnaker/core": "^0.30.0",
"@spinnaker/docker": "^0.0.148",
"@uirouter/angularjs": "1.0.26",
"@uirouter/react": "1.0.7",
"angular": "1.6.10",
Expand Down
17 changes: 17 additions & 0 deletions packages/google/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* **gce:** add support for hyperdisk in GCE ([#10149](https://github.com/spinnaker/deck/issues/10149)) ([14977d1](https://github.com/spinnaker/deck/commit/14977d16c8b3c31d7c54ae9691cb340fcb2c0631))
* **gce:** support resourceManagerTags in instance template ([#10146](https://github.com/spinnaker/deck/issues/10146)) ([554d57f](https://github.com/spinnaker/deck/commit/554d57f9c5938ad5c9d37ecf2dc1bb7612ff4299))
* **google:** add support for partnerMetadata in GCE servergroup ([#10150](https://github.com/spinnaker/deck/issues/10150)) ([6b004d3](https://github.com/spinnaker/deck/commit/6b004d3165bfebf1f48b065317954155e955a542))



# 3.18.0 (2024-08-08)





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

**Note:** Version bump only for package @spinnaker/google
Expand Down
4 changes: 2 additions & 2 deletions packages/google/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/google",
"license": "Apache-2.0",
"version": "0.2.14",
"version": "0.3.0",
"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.1",
"@spinnaker/core": "^0.30.0",
"@uirouter/angularjs": "1.0.26",
"angular": "1.6.10",
"angular-ui-bootstrap": "2.5.0",
Expand Down
Loading

0 comments on commit 56cff2b

Please sign in to comment.