Skip to content

Commit

Permalink
Bump package core to 0.0.371 and docker to 0.0.40 and amazon to 0.0.1…
Browse files Browse the repository at this point in the history
…91 (#7041)

* chore(core): Bump version to 0.0.371

2268217 feat(core): allow any json subtypes in API response (#7040)
b55e3b8 fix(core/amazon): validate target group healthcheck fields (#6962)
c9791e6 fix(core): blur active element when rendering task monitor (#7034)
43fb8a0 fix(core): unwrap font-awesome span from button label (#7032)
8982b34 fix(cf): server group header build links should precede images (#7027)
59b69b8 fix(executions): Fixed missing account tags in standalone (#7036)
f3fd44c fix(artifact/helm): fix version list (#7030)
f1ca123 fix(chaos): Stack and detail are actually not required (#7028)
b505b5c refactor(core): minor fixes to the refactored triggers (#7024)
9cf9a62 fix(authz): Handle apps without execute permissions (#7017)
6390c71 fix(kubernetes): Fix NPE in bake manifest details (#7022)

* chore(docker): Bump version to 0.0.40

bd7c5b6 fix(docker): Stop losing manually defined imageId (#7037)

* chore(amazon): Bump version to 0.0.191

b55e3b8 fix(core/amazon): validate target group healthcheck fields (#6962)
a2a3bbb feat(amazon): remove s3 as store type option for baking (#7035)
  • Loading branch information
anotherchrisberry committed May 21, 2019
1 parent 2268217 commit ec7eb0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.190",
"version": "0.0.191",
"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.370",
"version": "0.0.371",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/modules/docker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spinnaker/docker",
"version": "0.0.39",
"version": "0.0.40",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down

0 comments on commit ec7eb0f

Please sign in to comment.