Skip to content

Commit

Permalink
Merge pull request #9 from miransar/upgrade-tas-4.0
Browse files Browse the repository at this point in the history
Added support for TAS 4.0, and Ubuntu Jammy.
  • Loading branch information
miransar authored Aug 24, 2023
2 parents 7780205 + e7f029a commit 93c3686
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.12.31
v1.12.33
Binary file added resources/images/NR_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/images/nr-128x128.png
Binary file not shown.
Binary file removed resources/images/nr.png
Binary file not shown.
3 changes: 2 additions & 1 deletion tile-history.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ history:
- 1.12.29
- 1.12.30
- 1.12.31
version: 1.12.32
- 1.12.32
version: 1.12.33
8 changes: 6 additions & 2 deletions tile.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
---
name: newrelic-broker
icon_file: resources/images/nr-128x128.png
icon_file: resources/images/NR_logo.png
label: New Relic Service Broker
description: New Relic Service Broker - Bind your app to New Relic service to monitor the performance.
metadata_version: 2.0
org: NewRelicServiceBroker-service-org
space: NewRelicServiceBroker-service-space

stemcell_criteria:
os: 'ubuntu-jammy'
version: '1.181' #NOTE: You must quote the version to force the type to be string

packages:
- name: newrelic-broker
type: app-broker
Expand Down Expand Up @@ -265,7 +269,7 @@ forms:
- name: tile_version
type: string
label: Tile Version
default: 1.12.32
default: 1.12.33
configurable: false
- name: tile_previous_version
type: string
Expand Down

0 comments on commit 93c3686

Please sign in to comment.