Skip to content

Commit

Permalink
Package bump amazon 0.0.271 azure 0.0.257 cloudfoundry 0.0.103 core 0…
Browse files Browse the repository at this point in the history
….0.518 docker 0.0.62 google 0.0.23 oracle 0.0.11 tencentcloud 0.0.8 titus 0.0.147 (#8640)

* chore(amazon): publish amazon@0.0.271

3fd31ff fix(amazon/serverGroup): Additional null safety for networkInterfaces (#8638)
fab1a0a chore(eslint): eslint --fix api-no-slashes (#8631)

* chore(azure): publish azure@0.0.257

fab1a0a chore(eslint): eslint --fix api-no-slashes (#8631)

* chore(cloudfoundry): publish cloudfoundry@0.0.103

fab1a0a chore(eslint): eslint --fix api-no-slashes (#8631)

* chore(core): publish core@0.0.518

d565b00 Drag n drop nav (#8626)
fab1a0a chore(eslint): eslint --fix api-no-slashes (#8631)

* chore(docker): publish docker@0.0.62

fab1a0a chore(eslint): eslint --fix api-no-slashes (#8631)

* chore(google): publish google@0.0.23

b221157 feat(gce): remove the deprecated ONLY_UP autoscaling mode (#8633)
fab1a0a chore(eslint): eslint --fix api-no-slashes (#8631)

* chore(oracle): publish oracle@0.0.11

fab1a0a chore(eslint): eslint --fix api-no-slashes (#8631)

* chore(tencentcloud): publish tencentcloud@0.0.8

fab1a0a chore(eslint): eslint --fix api-no-slashes (#8631)

* chore(titus): publish titus@0.0.147

ae43322 feat(titus): Add monitored deploy strategy support to titus (#8596)
  • Loading branch information
aravindmd committed Oct 9, 2020
1 parent 3fd31ff commit f216cc6
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/scripts/modules/amazon/package.json
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/amazon",
"license": "Apache-2.0",
"version": "0.0.270",
"version": "0.0.271",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/modules/azure/package.json
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/azure",
"license": "Apache-2.0",
"version": "0.0.256",
"version": "0.0.257",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/modules/cloudfoundry/package.json
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/cloudfoundry",
"license": "Apache-2.0",
"version": "0.0.102",
"version": "0.0.103",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/modules/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/core",
"license": "Apache-2.0",
"version": "0.0.517",
"version": "0.0.518",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/modules/docker/package.json
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/docker",
"license": "Apache-2.0",
"version": "0.0.61",
"version": "0.0.62",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/modules/google/package.json
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/google",
"license": "Apache-2.0",
"version": "0.0.22",
"version": "0.0.23",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/modules/oracle/package.json
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/oracle",
"license": "Apache-2.0",
"version": "0.0.10",
"version": "0.0.11",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/modules/tencentcloud/package.json
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/tencentcloud",
"license": "Apache-2.0",
"version": "0.0.7",
"version": "0.0.8",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/modules/titus/package.json
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/titus",
"license": "Apache-2.0",
"version": "0.0.146",
"version": "0.0.147",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down

0 comments on commit f216cc6

Please sign in to comment.