From 2b856002b9dc7fcdbba6261be674c680954450dd Mon Sep 17 00:00:00 2001 From: HDYA Date: Wed, 11 Dec 2019 16:14:29 +0800 Subject: [PATCH 1/3] Bump to go 1.13 --- Godeps/Godeps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index 9d2a6d7..e665a25 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -1,7 +1,7 @@ { "ImportPath": "github.com/Azure/oms-log-analytics-firehose-nozzle", - "GoVersion": "go1.10", - "GodepVersion": "v75", + "GoVersion": "go1.13", + "GodepVersion": "v80", "Packages": [ "./..." ], From 328b2b8b238fb239e418f6af7c8e366917d14a4f Mon Sep 17 00:00:00 2001 From: HDYA Date: Wed, 11 Dec 2019 16:15:33 +0800 Subject: [PATCH 2/3] Use built-in go buildpack --- manifest.yml | 2 +- pcf-tile/tile.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.yml b/manifest.yml index 0e3e0df..dc05da0 100644 --- a/manifest.yml +++ b/manifest.yml @@ -3,7 +3,7 @@ applications: - name: oms_nozzle memory: 512M instances: 2 - buildpack: https://github.com/cloudfoundry/go-buildpack.git#v1.8.40 + buildpack: go_buildpack command: oms-log-analytics-firehose-nozzle no-route: true health-check-type: none diff --git a/pcf-tile/tile.yml b/pcf-tile/tile.yml index 118b6e6..8da540e 100644 --- a/pcf-tile/tile.yml +++ b/pcf-tile/tile.yml @@ -30,7 +30,7 @@ packages: manifest: path: resources/azure-log-analytics-nozzle.zip command: oms-log-analytics-firehose-nozzle - buildpack: https://github.com/cloudfoundry/go-buildpack.git#v1.8.40 + buildpack: go_buildpack command: oms-log-analytics-firehose-nozzle instances: (( .properties.nozzle_instance_number.value )) memory: 512M From 0d6003932b167cf628b59b62f3c8243544286f1b Mon Sep 17 00:00:00 2001 From: HDYA Date: Wed, 11 Dec 2019 16:47:40 +0800 Subject: [PATCH 3/3] Specify buildpack ubuntu-xenial v315 for consistency --- pcf-tile/tile-history.yml | 3 ++- pcf-tile/tile.yml | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/pcf-tile/tile-history.yml b/pcf-tile/tile-history.yml index 77b7d70..9dba126 100644 --- a/pcf-tile/tile-history.yml +++ b/pcf-tile/tile-history.yml @@ -9,4 +9,5 @@ history: - 1.3.1 - 1.4.0 - 1.4.1 -version: 1.4.2 +- 1.4.2 +version: 1.4.3 diff --git a/pcf-tile/tile.yml b/pcf-tile/tile.yml index 8da540e..3ddcbfc 100644 --- a/pcf-tile/tile.yml +++ b/pcf-tile/tile.yml @@ -42,10 +42,10 @@ packages: # strongly recommend you leave this alone so that your tile always # runs with the latest stemcell. # -# stemcell_criteria: -# os: ubuntu-trusty -# requires_cpi: false -# version: '3062' +stemcell_criteria: + os: ubuntu-xenial + requires_cpi: false + version: '315' # Add properties you want to pass to your applications. # Properties specified here will not be configurable by the user.