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": [ "./..." ], 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-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 118b6e6..3ddcbfc 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 @@ -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.