Skip to content

Commit

Permalink
Merge pull request #1934 from cloudfoundry/update_releases
Browse files Browse the repository at this point in the history
Update various releases
  • Loading branch information
joergdw authored Jul 10, 2023
2 parents dd6e788 + 53ade87 commit 2989cc6
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Describe your issue here.
### Your environment
* Version of app-autoscaler-release
* Specify the database (postgres/mysql) along-with it's version
* How did you deploy the release?
* How did you deploy the release?
* Is your manifest based on [app-autoscaler-deployment.yml](https://github.com/cloudfoundry/app-autoscaler-release/blob/main/templates/app-autoscaler-deployment.yml)?
* Which, if any, [ops-files](https://github.com/cloudfoundry/app-autoscaler-release/tree/main/example/operation) did you apply?
* How did you run the acceptance-tests?
Expand Down
24 changes: 12 additions & 12 deletions operations/add-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
url: "https://bosh.io/d/github.com/cloudfoundry/postgres-release?v=44"
sha1: "582b1de9522077102dfa44ff7164cd8f499dbfc8"
- name: bosh-dns-aliases
url: https://bosh.io/d/github.com/cloudfoundry/bosh-dns-aliases-release?v=0.0.3
version: '0.0.3'
sha1: b0d0a0350ed87f1ded58b2ebb469acea0e026ccc
url: https://bosh.io/d/github.com/cloudfoundry/bosh-dns-aliases-release?v=0.0.4
version: '0.0.4'
sha1: 55b3dced813ff9ed92a05cda02156e4b5604b273
- name: "routing"
url: "https://bosh.io/d/github.com/cloudfoundry/routing-release?v=0.238.0"
sha1: "3e5a0d0dd09facf6582d7d8ba769297b0b6811b2"
version: "0.238.0"
url: "https://bosh.io/d/github.com/cloudfoundry/routing-release?v=0.274.0"
sha1: "3cc22aaf3d7484ed59171091c7c315229275a831"
version: "0.274.0"
- name: loggregator-agent
url: https://bosh.io/d/github.com/cloudfoundry/loggregator-agent-release?v=6.4.1
version: 6.4.1
sha1: 02ec285cce8fef717ab7baee79a5ed9210a7391c
url: https://bosh.io/d/github.com/cloudfoundry/loggregator-agent-release?v=7.2.1
version: 7.2.1
sha1: 623e45f6c19a68d01c313a9a1a504dabc39ac1cf
- name: bpm
url: https://bosh.io/d/github.com/cloudfoundry/bpm-release?v=1.1.18
version: 1.1.18
sha1: 86675f90d66f7018c57f4ae0312f1b3834dd58c9
url: https://bosh.io/d/github.com/cloudfoundry/bpm-release?v=1.2.3
version: 1.2.3
sha1: ad12bb4e1d2c0b94ef679670a99adaff920850d0
2 changes: 2 additions & 0 deletions operations/log-cache-syslog-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
name: loggr-syslog-agent
release: loggregator-agent
properties:
# TODO: The followin property has been deprecated. See:
# <https://bosh.io/jobs/loggr-syslog-agent?source=github.com/cloudfoundry/loggregator-agent-release&version=7.2.1#p%3daggregate_drains>
aggregate_drains: "syslog-tls://log-cache.service.cf.internal:6067?include-metrics-deprecated=true&ssl-strict-internal=true"
tls:
ca_cert: ((/bosh-autoscaler/cf/loggregator_tls_agent.ca))
Expand Down
25 changes: 8 additions & 17 deletions templates/app-autoscaler-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,17 @@ name: app-autoscaler
releases:
- name: app-autoscaler
version: latest
- name: "postgres"
version: "44"
url: "https://bosh.io/d/github.com/cloudfoundry/postgres-release?v=44"
sha1: "582b1de9522077102dfa44ff7164cd8f499dbfc8"
- name: postgres
version: latest
- name: bosh-dns-aliases
url: https://bosh.io/d/github.com/cloudfoundry/bosh-dns-aliases-release?v=0.0.3
version: '0.0.3'
sha1: b0d0a0350ed87f1ded58b2ebb469acea0e026ccc
- name: "routing"
url: "https://bosh.io/d/github.com/cloudfoundry/routing-release?v=0.237.0"
sha1: "0024f2d9f8bb3c624a162db4c3a5919388c6d800"
version: "0.237.0"
version: latest
- name: routing
version: latest
- name: loggregator-agent
url: https://bosh.io/d/github.com/cloudfoundry/loggregator-agent-release?v=6.4.1
version: 6.4.1
sha1: 02ec285cce8fef717ab7baee79a5ed9210a7391c
version: latest
- name: bpm
url: https://bosh.io/d/github.com/cloudfoundry/bpm-release?v=1.1.18
version: 1.1.18
sha1: 86675f90d66f7018c57f4ae0312f1b3834dd58c9
version: latest

features:
use_dns_addresses: true
addons:
Expand Down

0 comments on commit 2989cc6

Please sign in to comment.