Skip to content

Commit

Permalink
Bump package core to 0.0.425 and amazon to 0.0.218 (#7551)
Browse files Browse the repository at this point in the history
* chore(core): Bump version to 0.0.425

f57c70b feat(core): alphabetize applications in project config dropdown (#7549)
78cbe15 feat(core/jenkins): Refer to Jenkins controller instead of master (#7531)
8c0d087 feat(core/presentation): add revalidate api to IFormInputValidation - Make all fields on IFormInputValidation non-optional
b384038 feat(core/presentation): Add useDebouncedValue react hook renamed hooks files to '.hook.ts' and exported all from an index.ts
17be6af feat(kubernetes): support rolling restart operation for deployments (#7538)
7e8cb7e fix(monitored deploy): fix the rollback config to match what orca expects (#7532)

* chore(amazon): Bump version to 0.0.218

938d219 feat(provider/aws): Show load balancer warning based on settings (#7542)
828f7e7 fix(awslb): Preventing edits against orphaned load balancers (#7547)
6186e40 refactor(aws): move Resize item in the AmazonServerGroupAction dropdown into separate component
  • Loading branch information
caseyhebebrand authored and mergify[bot] committed Oct 23, 2019
1 parent 771e7ce commit cc8c9bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/scripts/modules/amazon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spinnaker/amazon",
"version": "0.0.217",
"version": "0.0.218",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/modules/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spinnaker/core",
"version": "0.0.424",
"version": "0.0.425",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down

0 comments on commit cc8c9bf

Please sign in to comment.