Skip to content

Commit

Permalink
Release 1.31.x (#6)
Browse files Browse the repository at this point in the history
* Release 1.31.x

* Calculate version when building

* Undo version logic change
  • Loading branch information
ryanjohnsontv authored Jan 6, 2025
1 parent 89d300f commit fcd7a08
Show file tree
Hide file tree
Showing 91 changed files with 2,541 additions and 712 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ updates:
- dependency-name: '@spinnaker/kayenta'
- dependency-name: '@spinnaker/styleguide'
- dependency-name: '@spinnaker/presentation'
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
type: string

env:
NODE_VERSION: 16.20.2
NODE_VERSION: 14.21.3

jobs:
branch-build:
Expand All @@ -27,7 +27,7 @@ jobs:

- name: Get yarn cache
id: yarn-cache
run: |
run: |
#echo "::set-output name=dir::$(yarn cache dir)"
echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
Expand All @@ -43,7 +43,7 @@ jobs:
uses: borales/actions-yarn@v5
with:
cmd: install # will run `yarn install` command

- name: Run modules
uses: borales/actions-yarn@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ jobs:
tags: ${{ env.TAGS }}
labels: |
org.opencontainers.image.source=https://github.com/${{ env.IMAGE_NAME }}
org.opencontainers.image.version=${{ env.RELEASE_VERSION }}
org.opencontainers.image.version=${{ env.RELEASE_VERSION }}
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
uses: ./.github/workflows/docker-build.yml
with:
BRANCH: ${{ inputs.BRANCH }}
IMAGE_VERSION: ${{ inputs.THD_DECK_VERSION }}
IMAGE_VERSION: ${{ inputs.THD_DECK_VERSION }}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
spinnakerGradleVersion=8.25.0
spinnakerGradleVersion=8.27.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"registry": "http://artifacts.netflix.com/api/npm/npm-local"
},
"engines": {
"node": ">=12.16.0",
"npm": ">=6.13.4",
"node": ">=14.21.3",
"npm": ">=6.14.18",
"yarn": ">=1.21.1"
},
"private": true,
Expand Down
32 changes: 32 additions & 0 deletions packages/amazon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.13.9](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-06-02)

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





## [0.13.8](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-05-11)

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





## [0.13.7](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-05-03)

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





## [0.13.6](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-04-03)

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





## [0.13.5](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-02-02)


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.13.5",
"version": "0.13.9",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.23.0",
"@spinnaker/core": "^0.24.1",
"@uirouter/angularjs": "1.0.26",
"@uirouter/core": "6.0.8",
"@uirouter/react": "1.0.7",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,9 @@ angular
spotMaxPrice = launchTemplateData.instanceMarketOptions?.spotOptions?.maxPrice;
command.instanceType = launchTemplateData.instanceType;
command.viewState.useSimpleInstanceTypeSelector = true;
if (launchTemplateData.userData) {
command.base64UserData = launchTemplateData.userData;
}
}

if (serverGroup.mixedInstancesPolicy) {
Expand Down
40 changes: 40 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,46 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.5](https://github.com/spinnaker/deck/compare/[email protected]@2.5.5) (2023-06-02)

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





## [2.5.4](https://github.com/spinnaker/deck/compare/[email protected]@2.5.4) (2023-05-11)

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





## [2.5.3](https://github.com/spinnaker/deck/compare/[email protected]@2.5.3) (2023-05-03)

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





## [2.5.2](https://github.com/spinnaker/deck/compare/[email protected]@2.5.2) (2023-05-01)

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





## [2.5.1](https://github.com/spinnaker/deck/compare/[email protected]@2.5.1) (2023-04-03)

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





# [2.5.0](https://github.com/spinnaker/deck/compare/[email protected]@2.5.0) (2023-03-15)


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.5.0",
"version": "2.5.5",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -14,19 +14,19 @@
"author": "",
"license": "ISC",
"dependencies": {
"@spinnaker/amazon": "^0.13.5",
"@spinnaker/appengine": "^0.1.3",
"@spinnaker/cloudfoundry": "^0.1.3",
"@spinnaker/cloudrun": "^0.0.1",
"@spinnaker/core": "^0.23.0",
"@spinnaker/docker": "^0.0.137",
"@spinnaker/ecs": "^0.0.356",
"@spinnaker/google": "^0.2.4",
"@spinnaker/amazon": "^0.13.9",
"@spinnaker/appengine": "^0.1.7",
"@spinnaker/cloudfoundry": "^0.1.7",
"@spinnaker/cloudrun": "^0.1.3",
"@spinnaker/core": "^0.24.1",
"@spinnaker/docker": "^0.0.141",
"@spinnaker/ecs": "^0.0.360",
"@spinnaker/google": "^0.2.8",
"@spinnaker/kayenta": "2.0.0",
"@spinnaker/kubernetes": "^0.4.0",
"@spinnaker/oracle": "^0.0.81",
"@spinnaker/kubernetes": "^0.4.4",
"@spinnaker/oracle": "^0.0.85",
"@spinnaker/styleguide": "^2.0.0",
"@spinnaker/titus": "^0.5.34",
"@spinnaker/titus": "^0.5.38",
"@uirouter/angularjs": "1.0.26",
"angular": "1.8.0",
"graphql": "15.5.0",
Expand Down
32 changes: 32 additions & 0 deletions packages/appengine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

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





## [0.1.6](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-05-11)

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





## [0.1.5](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-05-03)

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





## [0.1.4](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-04-03)

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





## [0.1.3](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-02-01)

**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.3",
"version": "0.1.7",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.23.0",
"@spinnaker/core": "^0.24.1",
"@uirouter/angularjs": "1.0.26",
"angular": "1.6.10",
"angular-ui-bootstrap": "2.5.0",
Expand Down
32 changes: 32 additions & 0 deletions packages/azure/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.4](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-06-02)

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





## [0.4.3](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-05-11)

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





## [0.4.2](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-05-03)

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





## [0.4.1](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-04-03)

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





# [0.4.0](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-02-01)


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.0",
"version": "0.4.4",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.23.0",
"@spinnaker/core": "^0.24.1",
"@uirouter/angularjs": "1.0.26",
"angular": "1.6.10",
"angular-ui-bootstrap": "2.5.0",
Expand Down
32 changes: 32 additions & 0 deletions packages/cloudfoundry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

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





## [0.1.6](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-05-11)

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





## [0.1.5](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-05-03)

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





## [0.1.4](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-04-03)

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





## [0.1.3](https://github.com/spinnaker/deck/compare/@spinnaker/[email protected]...@spinnaker/[email protected]) (2023-02-01)

**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.3",
"version": "0.1.7",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.23.0",
"@spinnaker/core": "^0.24.1",
"@uirouter/react": "1.0.7",
"@uirouter/react-hybrid": "1.0.2",
"angular": "1.6.10",
Expand Down
Loading

0 comments on commit fcd7a08

Please sign in to comment.