diff --git a/bosh-deployment/README.md b/bosh-deployment/README.md index ee11d089..a0bc3ee7 100644 --- a/bosh-deployment/README.md +++ b/bosh-deployment/README.md @@ -73,17 +73,34 @@ Other releases such as [UAA](https://github.com/cloudfoundry/uaa-release), [Cred - `local-dns.yml`: Enables Director DNS beta functionality - `misc/config-server.yml`: Deploys config-server (see `credhub.yml`) - `misc/proxy.yml`: Configure HTTP proxy for Director and CPI +- `misc/dns.yml`: Configure your upstream DNS (NOTE: by default bosh-deployment uses Google DNS: 8.8.8.8) +- `misc/ntp.yml`: Configure your NTP Servers (NOTE: by default bosh-deployment uses Google NTP servers: time{1-4}.google.com - `runtime-configs/syslog.yml`: Runtime config to enable syslog forwarding See [tests/run-checks.sh](tests/run-checks.sh) for example usage of different ops files. +### Runtime Config Files + +The director can optionally add configuration to all VMs in all deployments. The YAML defines an IaaS agnostic configuration that applies to all deployments. (See [Director Runtime Config](https://bosh.io/docs/runtime-config/).) + +- `dns.yml`: Install bosh defined dns release in every deployed VM. This allows bosh VMs to use the VM name as a FQDN. *It is extremely common for deployments require this addon*. (eg concourse-ci with UAA). For more information see [Native DNS Support](https://bosh.io/docs/dns/). +- `bpm.yml`: Install bosh process manager on every VM (see [BPM-Release](https://github.com/cloudfoundry/bpm-release)) +- `syslog.yml`: Install a syslog forwarder agent in every VM. + +Runtime config files are applied after bosh director has been deployed: +``` +bosh -n -e bosh-1 update-runtime-config bosh-deployment/runtime-configs/dns.yml +``` + +See [runtime-configs/](runtime-configs/) for examples of different runtime configs. +Other uses include installation of prometheus exporters, os-conf (to modify os level configurations), virus scanning, compliance agents. + ### Security Groups Please ensure you have security groups setup correctly. i.e: ``` Type Protocol Port Range Source Purpose -SSH TCP 22 SSH (if Registry is used) Custom TCP Rule TCP 6868 Agent for bootstrapping Custom TCP Rule TCP 25555 Director API Custom TCP Rule TCP 8443 UAA API (if UAA is used) @@ -91,5 +108,4 @@ Custom TCP Rule TCP 8844 CredHub API SSH TCP 22 <((internal_cidr))> BOSH SSH (optional) Custom TCP Rule TCP 4222 <((internal_cidr))> NATS Custom TCP Rule TCP 25250 <((internal_cidr))> Blobstore -Custom TCP Rule TCP 25777 <((internal_cidr))> Registry if enabled ``` diff --git a/bosh-deployment/alicloud/cpi.yml b/bosh-deployment/alicloud/cpi.yml index e193d9cd..aa70cbeb 100644 --- a/bosh-deployment/alicloud/cpi.yml +++ b/bosh-deployment/alicloud/cpi.yml @@ -3,15 +3,15 @@ type: replace value: name: bosh-alicloud-cpi - sha1: 4a21b34b67bd14f8ef01799fe9edf8cec0c5ba97 - url: https://github.com/cloudfoundry/bosh-alicloud-cpi-release/releases/download/v49.0.0/bosh-alicloud-cpi-release-49.0.0.tgz - version: 49.0.0 + sha1: cdb04d0a6ff6947fc6f7ece106fd65c49d960179 + url: https://github.com/cloudfoundry/bosh-alicloud-cpi-release/releases/download/v51.0.0/bosh-alicloud-cpi-release-51.0.0.tgz + version: 51.0.0 - name: stemcell path: /resource_pools/name=vms/stemcell? type: replace value: - sha1: 00b698a285e149f3ace12a2f6e5f6a6858cc3e94 - url: https://bosh-alicloud-light-stemcells-cn.oss-cn-hangzhou.aliyuncs.com/light-bosh-stemcell-1.439-alicloud-kvm-ubuntu-jammy-go_agent.tgz + sha1: 77863ab6c915a893a18ae7aca67d64d9d42d730b + url: https://bosh-alicloud-light-stemcells-cn.oss-cn-hangzhou.aliyuncs.com/light-bosh-stemcell-1.621-alicloud-kvm-ubuntu-jammy-go_agent.tgz - path: /resource_pools/name=vms/cloud_properties? type: replace value: diff --git a/bosh-deployment/aws/cpi.yml b/bosh-deployment/aws/cpi.yml index c49b02ac..22d5af5e 100644 --- a/bosh-deployment/aws/cpi.yml +++ b/bosh-deployment/aws/cpi.yml @@ -3,15 +3,15 @@ type: replace value: name: bosh-aws-cpi - sha1: 34691190b0ed5c5f81ddc051aa899f20102a5dc2 - url: https://bosh.io/d/github.com/cloudfoundry/bosh-aws-cpi-release?v=104 - version: 104 + sha1: 0ac6ba198e1956af43480f0cf12629b28c38cc29 + url: https://bosh.io/d/github.com/cloudfoundry/bosh-aws-cpi-release?v=105 + version: 105 - name: stemcell path: /resource_pools/name=vms/stemcell? type: replace value: - sha1: 7dcc086ee9cb803e40ec4011e4555078d634e651 - url: https://storage.googleapis.com/bosh-aws-light-stemcells/1.439/light-bosh-stemcell-1.439-aws-xen-hvm-ubuntu-jammy-go_agent.tgz + sha1: ad86a75f53803d140f40c282e39a7a44391bc37e + url: https://storage.googleapis.com/bosh-aws-light-stemcells/1.621/light-bosh-stemcell-1.621-aws-xen-hvm-ubuntu-jammy-go_agent.tgz - path: /resource_pools/name=vms/cloud_properties? type: replace value: diff --git a/bosh-deployment/azure/cpi.yml b/bosh-deployment/azure/cpi.yml index d30cf0f2..f89e01e6 100644 --- a/bosh-deployment/azure/cpi.yml +++ b/bosh-deployment/azure/cpi.yml @@ -3,15 +3,15 @@ type: replace value: name: bosh-azure-cpi - sha1: c516559c248562854e89a22f37fd163b079b7d8f - url: https://bosh.io/d/github.com/cloudfoundry/bosh-azure-cpi-release?v=49.0.0 - version: 49.0.0 + sha1: 1201a31572f0b8485f2320750bf5ed261da29ece + url: https://bosh.io/d/github.com/cloudfoundry/bosh-azure-cpi-release?v=50.0.0 + version: 50.0.0 - name: stemcell path: /resource_pools/name=vms/stemcell? type: replace value: - sha1: 462c9d8c1106abceb9aeac62a14e40ebb3be3cc1 - url: https://storage.googleapis.com/bosh-core-stemcells/1.439/bosh-stemcell-1.439-azure-hyperv-ubuntu-jammy-go_agent.tgz + sha1: a603f401e326a04e3c87f6ee8f682d81ce3db3a0 + url: https://storage.googleapis.com/bosh-core-stemcells/1.621/bosh-stemcell-1.621-azure-hyperv-ubuntu-jammy-go_agent.tgz - path: /resource_pools/name=vms/cloud_properties? type: replace value: diff --git a/bosh-deployment/bbr.yml b/bosh-deployment/bbr.yml index 31f2add6..2ca548a8 100644 --- a/bosh-deployment/bbr.yml +++ b/bosh-deployment/bbr.yml @@ -3,9 +3,9 @@ type: replace value: name: backup-and-restore-sdk - sha1: 67b53a0c959aee164cacc09607d345b199e1d518 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/backup-and-restore-sdk-1.19.14-ubuntu-jammy-1.439-20240507-220022-117270229-20240507220024.tgz - version: 1.19.14 + sha1: a4890bba37c3c6e26cbc3545163aeab7a692b563 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/backup-and-restore-sdk-1.19.36-ubuntu-jammy-1.621.tgz + version: 1.19.36 - path: /instance_groups/name=bosh/jobs/- type: replace value: diff --git a/bosh-deployment/bosh-lite-docker.yml b/bosh-deployment/bosh-lite-docker.yml index 2bd62ce0..80719387 100644 --- a/bosh-deployment/bosh-lite-docker.yml +++ b/bosh-deployment/bosh-lite-docker.yml @@ -3,8 +3,8 @@ type: replace value: name: bosh-docker-cpi - sha1: f628d47e22c612aeab184d5463424f5af5e215f0 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-docker-cpi-0.0.13-ubuntu-jammy-1.439-20240507-215622-372374429-20240507215623.tgz + sha1: d07ec44667c8254cfa0fba064ebffb22f14cdbf0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-docker-cpi-0.0.13-ubuntu-jammy-1.621.tgz version: 0.0.13 - path: /releases/- type: replace diff --git a/bosh-deployment/bosh-lite.yml b/bosh-deployment/bosh-lite.yml index d7666dac..da340eaa 100644 --- a/bosh-deployment/bosh-lite.yml +++ b/bosh-deployment/bosh-lite.yml @@ -3,16 +3,16 @@ type: replace value: name: garden-runc - sha1: c612984492a62b0342d960bb999b6d3d4e177bc6 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/garden-runc-1.52.0-ubuntu-jammy-1.439-20240507-220104-843105182-20240507220109.tgz - version: 1.52.0 + sha1: b74b9b2ea41b04e334a5bbb942a2a2653b32b2b3 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/garden-runc-1.57.0-ubuntu-jammy-1.621.tgz + version: 1.57.0 - path: /releases/- release: bosh-warden-cpi type: replace value: name: bosh-warden-cpi - sha1: fe500566507544b5055dc899a544ebaae70d6d8b - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-warden-cpi-44-ubuntu-jammy-1.439-20240507-215205-813380076-20240507215207.tgz + sha1: 1f53fa56fd372e2e2383cec3a560b442f878cda0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-warden-cpi-44-ubuntu-jammy-1.621.tgz version: 44 - path: /instance_groups/name=bosh/jobs/- type: replace diff --git a/bosh-deployment/bosh.yml b/bosh-deployment/bosh.yml index 91d6d98a..50763c3a 100644 --- a/bosh-deployment/bosh.yml +++ b/bosh-deployment/bosh.yml @@ -144,13 +144,13 @@ networks: type: manual releases: - name: bosh - sha1: f1037d820e8ca95a6cafbcf960e5fe60a08846cc - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.0.23-ubuntu-jammy-1.439-20240507-220907-148982428-20240507220908.tgz - version: 280.0.23 + sha1: e2452aa0d02713303c74e5bdde8b64aba23292a2 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.1.9-ubuntu-jammy-1.621.tgz + version: 280.1.9 - name: bpm - sha1: e7367480526938da89807efafd671c3df1c20418 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.2.19-ubuntu-jammy-1.439-20240507-215357-108905653-20240507215358.tgz - version: 1.2.19 + sha1: 4c93ea118fce40ec46dda83569f56bb6d8d809d0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.4.1-ubuntu-jammy-1.621.tgz + version: 1.4.1 resource_pools: - env: bosh: diff --git a/bosh-deployment/credhub.yml b/bosh-deployment/credhub.yml index 2805f145..dd5fd78d 100644 --- a/bosh-deployment/credhub.yml +++ b/bosh-deployment/credhub.yml @@ -3,9 +3,9 @@ type: replace value: name: credhub - sha1: 38d8cd7073d51265635903a95c2d6177385283d9 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.73-ubuntu-jammy-1.439-20240507-215546-800819645-20240507215548.tgz - version: 2.12.73 + sha1: 3c413e5fd17c8bd78f9bd544abecec1990bab4db + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.93-ubuntu-jammy-1.621.tgz + version: 2.12.93 - path: /instance_groups/name=bosh/jobs/- type: replace value: diff --git a/bosh-deployment/docker/cpi.yml b/bosh-deployment/docker/cpi.yml index 13f84519..18c46036 100644 --- a/bosh-deployment/docker/cpi.yml +++ b/bosh-deployment/docker/cpi.yml @@ -10,8 +10,8 @@ path: /resource_pools/name=vms/stemcell? type: replace value: - sha1: 70bad9e3c0097557946dff358bc6a22f8de50d33 - url: https://storage.googleapis.com/bosh-core-stemcells/1.439/bosh-stemcell-1.439-warden-boshlite-ubuntu-jammy-go_agent.tgz + sha1: 197b08e2dac363ff02e5327f33082e0363bf5137 + url: https://storage.googleapis.com/bosh-core-stemcells/1.621/bosh-stemcell-1.621-warden-boshlite-ubuntu-jammy-go_agent.tgz - path: /networks/name=default/subnets/0/cloud_properties? type: replace value: diff --git a/bosh-deployment/experimental/registry-db-enable-tls.yml b/bosh-deployment/experimental/registry-db-enable-tls.yml index 4ea86b5f..e69de29b 100644 --- a/bosh-deployment/experimental/registry-db-enable-tls.yml +++ b/bosh-deployment/experimental/registry-db-enable-tls.yml @@ -1,6 +0,0 @@ -- type: replace - path: /instance_groups/name=bosh/properties/registry/db/tls? - value: - enabled: true - cert: - ca: ((db_ca)) diff --git a/bosh-deployment/gcp/cpi.yml b/bosh-deployment/gcp/cpi.yml index 3378f2f5..56579d99 100644 --- a/bosh-deployment/gcp/cpi.yml +++ b/bosh-deployment/gcp/cpi.yml @@ -3,15 +3,15 @@ type: replace value: name: bosh-google-cpi - sha1: 081b0aa7ad1c3ce5d0ffd83580217256b8e6e73c - url: https://bosh.io/d/github.com/cloudfoundry/bosh-google-cpi-release?v=49.0.18 - version: 49.0.18 + sha1: 9c80c70b826ed40935cfcaed2d8fa576737fa9b0 + url: https://bosh.io/d/github.com/cloudfoundry/bosh-google-cpi-release?v=50.0.5 + version: 50.0.5 - name: stemcell path: /resource_pools/name=vms/stemcell? type: replace value: - sha1: 9d5ae478a1c6ebe3f4d79115f45fcb9b4d6445f7 - url: https://storage.googleapis.com/bosh-gce-light-stemcells/1.439/light-bosh-stemcell-1.439-google-kvm-ubuntu-jammy-go_agent.tgz + sha1: 7f794d8368cb592bd0e7de581e6940796f4de8b2 + url: https://storage.googleapis.com/bosh-gce-light-stemcells/1.621/light-bosh-stemcell-1.621-google-kvm-ubuntu-jammy-go_agent.tgz - path: /resource_pools/name=vms/cloud_properties? type: replace value: diff --git a/bosh-deployment/jumpbox-user.yml b/bosh-deployment/jumpbox-user.yml index b2f0a2fd..a4e0c348 100644 --- a/bosh-deployment/jumpbox-user.yml +++ b/bosh-deployment/jumpbox-user.yml @@ -3,9 +3,9 @@ type: replace value: name: os-conf - sha1: daf34e35f1ac678ba05db3496c4226064b99b3e4 - url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=22.2.1 - version: 22.2.1 + sha1: 0f88a29315d8d9f900bb30a81c0eaf6d34a61639 + url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=22.3.0 + version: 22.3.0 - path: /instance_groups/0/properties/director/default_ssh_options?/gateway_user type: replace value: jumpbox diff --git a/bosh-deployment/local-dns.yml b/bosh-deployment/local-dns.yml index 243e099c..30e708bb 100644 --- a/bosh-deployment/local-dns.yml +++ b/bosh-deployment/local-dns.yml @@ -1,3 +1,7 @@ -# Now default in bosh.yml. -# This ops-file is temporarily here for backwards compatibility +# This file was used to enable the local_dns feature of bosh. +# bosh dns is now the default in bosh.yml. +# +# This ops-file is temporarily here for backwards compatibility to ensure no pipelines are broken. +# +# To configure your upstream DNS provider please use the misc/dns.yml ops file to override the default (Google DNS). --- diff --git a/bosh-deployment/misc/external-db.yml b/bosh-deployment/misc/external-db.yml index db72e4a7..c0820a86 100644 --- a/bosh-deployment/misc/external-db.yml +++ b/bosh-deployment/misc/external-db.yml @@ -19,13 +19,3 @@ password: ((external_db_password)) adapter: ((external_db_adapter)) database: ((external_db_name)) - -- type: replace - path: /instance_groups/name=bosh/properties/registry?/db - value: - host: ((external_db_host)) - port: ((external_db_port)) - user: ((external_db_user)) - password: ((external_db_password)) - adapter: ((external_db_adapter)) - database: ((external_db_name)) diff --git a/bosh-deployment/misc/ipv6/bosh.yml b/bosh-deployment/misc/ipv6/bosh.yml index da5de1fb..55d7d21e 100644 --- a/bosh-deployment/misc/ipv6/bosh.yml +++ b/bosh-deployment/misc/ipv6/bosh.yml @@ -31,3 +31,11 @@ - type: replace path: /instance_groups/name=bosh/properties/agent/env/bosh/blobstores/0/options/endpoint value: "http://[((internal_ip))]:25250" + +- type: replace + path: /instance_groups/name=bosh/properties/nats/address + value: "[((internal_ip))]" + +- type: replace + path: /resource_pools/name=vms/env/bosh/ipv6?/enable? + value: true diff --git a/bosh-deployment/misc/source-releases/bbr.yml b/bosh-deployment/misc/source-releases/bbr.yml index 954cf20a..232019a8 100644 --- a/bosh-deployment/misc/source-releases/bbr.yml +++ b/bosh-deployment/misc/source-releases/bbr.yml @@ -3,6 +3,6 @@ type: replace value: name: backup-and-restore-sdk - sha1: b4697d86afe02b68bc1ea35ba91a6ff7762517ae - url: https://bosh.io/d/github.com/cloudfoundry-incubator/backup-and-restore-sdk-release?v=1.19.14 - version: 1.19.14 + sha1: 817a1c6ad5d23a5adea1ada52bfa13543392a11b + url: https://bosh.io/d/github.com/cloudfoundry-incubator/backup-and-restore-sdk-release?v=1.19.36 + version: 1.19.36 diff --git a/bosh-deployment/misc/source-releases/bosh.yml b/bosh-deployment/misc/source-releases/bosh.yml index b7c4cc82..2799841b 100644 --- a/bosh-deployment/misc/source-releases/bosh.yml +++ b/bosh-deployment/misc/source-releases/bosh.yml @@ -3,14 +3,14 @@ type: replace value: name: bosh - sha1: bcd3bc5958275d74d5246c166ad908683a507529 - url: https://bosh.io/d/github.com/cloudfoundry/bosh?v=280.0.23 - version: 280.0.23 + sha1: 6792ac12b59d3a14352ae37b66eb6bdfb35516c1 + url: https://bosh.io/d/github.com/cloudfoundry/bosh?v=280.1.9 + version: 280.1.9 - path: /releases/name=bpm? release: bpm type: replace value: name: bpm - sha1: 8052def173f1e1d87dcbbce353dd2e6d1df96177 - url: https://bosh.io/d/github.com/cloudfoundry/bpm-release?v=1.2.19 - version: 1.2.19 + sha1: 1d2f22a5d024cb34f6d7d2da3f1ee95e4a8cdd61 + url: https://bosh.io/d/github.com/cloudfoundry/bpm-release?v=1.4.1 + version: 1.4.1 diff --git a/bosh-deployment/misc/source-releases/credhub.yml b/bosh-deployment/misc/source-releases/credhub.yml index ff63f31a..5012d1b2 100644 --- a/bosh-deployment/misc/source-releases/credhub.yml +++ b/bosh-deployment/misc/source-releases/credhub.yml @@ -3,6 +3,6 @@ type: replace value: name: credhub - sha1: 37239a90096f1d347c2cd7471fca1ffd3de42df8 - url: https://bosh.io/d/github.com/pivotal-cf/credhub-release?v=2.12.73 - version: 2.12.73 + sha1: 839113e27736a71972f8c44362ed3f1cbc0f5720 + url: https://bosh.io/d/github.com/pivotal-cf/credhub-release?v=2.12.93 + version: 2.12.93 diff --git a/bosh-deployment/misc/source-releases/uaa.yml b/bosh-deployment/misc/source-releases/uaa.yml index 19cd18a5..920613bd 100644 --- a/bosh-deployment/misc/source-releases/uaa.yml +++ b/bosh-deployment/misc/source-releases/uaa.yml @@ -3,6 +3,6 @@ type: replace value: name: uaa - sha1: 4f5a6a733ee87775fcd284dd42d51d6f57b1c927 - url: https://bosh.io/d/github.com/cloudfoundry/uaa-release?v=77.8.0 - version: 77.8.0 + sha1: b617ba847bbe05c5c3e31f3f3a5cb50e732992c7 + url: https://bosh.io/d/github.com/cloudfoundry/uaa-release?v=77.17.0 + version: 77.17.0 diff --git a/bosh-deployment/openstack/cpi.yml b/bosh-deployment/openstack/cpi.yml index 99eaa73c..cf040bc6 100644 --- a/bosh-deployment/openstack/cpi.yml +++ b/bosh-deployment/openstack/cpi.yml @@ -3,15 +3,15 @@ type: replace value: name: bosh-openstack-cpi - sha1: 119855d0e917eabfb50f1e72f78cd88f3852fab8 - url: https://bosh.io/d/github.com/cloudfoundry/bosh-openstack-cpi-release?v=54 - version: 54 + sha1: 8fe5580212626407c772d244909126a78a2d78ab + url: https://bosh.io/d/github.com/cloudfoundry/bosh-openstack-cpi-release?v=55 + version: 55 - name: stemcell path: /resource_pools/name=vms/stemcell? type: replace value: - sha1: 5882b6293fbd63eb4b0b5ee6fd8e78e49db04e5f - url: https://storage.googleapis.com/bosh-core-stemcells/1.439/bosh-stemcell-1.439-openstack-kvm-ubuntu-jammy-go_agent.tgz + sha1: 6928bcf6c63f0ef9e151dff4229a823a5a38a566 + url: https://storage.googleapis.com/bosh-core-stemcells/1.621/bosh-stemcell-1.621-openstack-kvm-ubuntu-jammy-go_agent.tgz - path: /resource_pools/name=vms/cloud_properties? type: replace value: diff --git a/bosh-deployment/openstack/use-openstack-raw-stemcell.yml b/bosh-deployment/openstack/use-openstack-raw-stemcell.yml index 193a4143..bf99c281 100644 --- a/bosh-deployment/openstack/use-openstack-raw-stemcell.yml +++ b/bosh-deployment/openstack/use-openstack-raw-stemcell.yml @@ -2,5 +2,5 @@ path: /resource_pools/name=vms/stemcell? type: replace value: - sha1: e8056baf52502e5d037f0db4fe1940a9bea7b17e - url: https://storage.googleapis.com/bosh-core-stemcells/1.439/bosh-stemcell-1.439-openstack-kvm-ubuntu-jammy-go_agent-raw.tgz + sha1: 22582ae4e942ef96a545dfca3de1fc3cc3e0a7c1 + url: https://storage.googleapis.com/bosh-core-stemcells/1.621/bosh-stemcell-1.621-openstack-kvm-ubuntu-jammy-go_agent-raw.tgz diff --git a/bosh-deployment/runtime-configs/dns.yml b/bosh-deployment/runtime-configs/dns.yml index 93c9e680..0e88ffba 100644 --- a/bosh-deployment/runtime-configs/dns.yml +++ b/bosh-deployment/runtime-configs/dns.yml @@ -5,7 +5,6 @@ addons: - os: ubuntu-xenial - os: ubuntu-bionic - os: ubuntu-jammy - - os: ubuntu-noble jobs: - name: bosh-dns properties: @@ -24,6 +23,30 @@ addons: tls: ((/dns_healthcheck_server_tls)) release: bosh-dns name: bosh-dns +- include: + stemcell: + - os: ubuntu-noble + jobs: + - name: bosh-dns + properties: + api: + client: + tls: ((/dns_api_client_tls)) + server: + tls: ((/dns_api_server_tls)) + cache: + enabled: true + configure_systemd_resolved: true + disable_recursors: true + health: + client: + tls: ((/dns_healthcheck_client_tls)) + enabled: true + server: + tls: ((/dns_healthcheck_server_tls)) + override_nameserver: false + release: bosh-dns + name: bosh-dns-systemd - include: stemcell: - os: windows2012R2 @@ -50,9 +73,9 @@ addons: name: bosh-dns-windows releases: - name: bosh-dns - sha1: 40118f196b4bee3066301d29359349b6fb1dffb5 - url: https://bosh.io/d/github.com/cloudfoundry/bosh-dns-release?v=1.37.5 - version: 1.37.5 + sha1: fcdd6a0c9818da11d9dc081d7c4f3f97fd690035 + url: https://bosh.io/d/github.com/cloudfoundry/bosh-dns-release?v=1.39.0 + version: 1.39.0 variables: - name: /dns_healthcheck_tls_ca options: diff --git a/bosh-deployment/softlayer/cpi-dynamic.yml b/bosh-deployment/softlayer/cpi-dynamic.yml index fc0af318..e40a18a0 100644 --- a/bosh-deployment/softlayer/cpi-dynamic.yml +++ b/bosh-deployment/softlayer/cpi-dynamic.yml @@ -123,37 +123,9 @@ - type: replace path: /variables/name=blobstore_server_tls/options/alternative_names?/- value: "127.0.0.1" - -# Enable registry job -- type: replace - path: /instance_groups/name=bosh/jobs/- - value: - name: registry - release: bosh - -- type: replace - path: /instance_groups/name=bosh/properties/registry? - value: - address: ((internal_ip)) - host: ((internal_ip)) - db: # todo remove - host: 127.0.0.1 - user: postgres - password: ((postgres_password)) - database: bosh - adapter: postgres - username: registry - password: ((registry_password)) - port: 25777 - type: replace path: /variables/- value: name: sl_sshkey type: ssh - -- type: replace - path: /variables/- - value: - name: registry_password - type: password diff --git a/bosh-deployment/softlayer/cpi.yml b/bosh-deployment/softlayer/cpi.yml index 9b099c99..6fe0a180 100644 --- a/bosh-deployment/softlayer/cpi.yml +++ b/bosh-deployment/softlayer/cpi.yml @@ -121,36 +121,8 @@ path: /variables/name=blobstore_server_tls/options/alternative_names/- value: "127.0.0.1" -# Enable registry job -- type: replace - path: /instance_groups/name=bosh/jobs/- - value: - name: registry - release: bosh - -- type: replace - path: /instance_groups/name=bosh/properties/registry? - value: - address: ((internal_ip)) - host: ((internal_ip)) - db: # todo remove - host: 127.0.0.1 - user: postgres - password: ((postgres_password)) - database: bosh - adapter: postgres - username: registry - password: ((registry_password)) - port: 25777 - - type: replace path: /variables/- value: name: sl_sshkey type: ssh - -- type: replace - path: /variables/- - value: - name: registry_password - type: password diff --git a/bosh-deployment/syslog.yml b/bosh-deployment/syslog.yml index 7dc74c83..ec05a844 100644 --- a/bosh-deployment/syslog.yml +++ b/bosh-deployment/syslog.yml @@ -3,9 +3,9 @@ type: replace value: name: syslog - sha1: 34173899e9bc5f2ad1c37ea7c9cdcdb5e36c2e21 - url: https://bosh.io/d/github.com/cloudfoundry/syslog-release?v=12.2.5 - version: 12.2.5 + sha1: 17dcdf7b4c65ea59dd7f8aa845171c80f950ade0 + url: https://bosh.io/d/github.com/cloudfoundry/syslog-release?v=12.3.3 + version: 12.3.3 - path: /instance_groups/name=bosh/jobs/- type: replace value: diff --git a/bosh-deployment/uaa.yml b/bosh-deployment/uaa.yml index 700af779..6466eaf9 100644 --- a/bosh-deployment/uaa.yml +++ b/bosh-deployment/uaa.yml @@ -3,9 +3,9 @@ type: replace value: name: uaa - sha1: eb8b8f3dfc1045fd50eea877d7d6b74ddf0a28de - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.8.0-ubuntu-jammy-1.439-20240507-215447-555218504-20240507215449.tgz - version: 77.8.0 + sha1: 1da2632f3d961aab603bc0cf96ca147cf3bb8691 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.17.0-ubuntu-jammy-1.621.tgz + version: 77.17.0 - path: /instance_groups/name=bosh/properties/director/user_management/provider type: replace value: uaa diff --git a/bosh-deployment/vcloud/cpi.yml b/bosh-deployment/vcloud/cpi.yml index 91b78c48..97ddc01f 100644 --- a/bosh-deployment/vcloud/cpi.yml +++ b/bosh-deployment/vcloud/cpi.yml @@ -10,8 +10,8 @@ path: /resource_pools/name=vms/stemcell? type: replace value: - sha1: 5882b6293fbd63eb4b0b5ee6fd8e78e49db04e5f - url: https://storage.googleapis.com/bosh-core-stemcells/1.439/bosh-stemcell-1.439-openstack-kvm-ubuntu-jammy-go_agent.tgz + sha1: 6928bcf6c63f0ef9e151dff4229a823a5a38a566 + url: https://storage.googleapis.com/bosh-core-stemcells/1.621/bosh-stemcell-1.621-openstack-kvm-ubuntu-jammy-go_agent.tgz - path: /resource_pools/name=vms/cloud_properties? type: replace value: diff --git a/bosh-deployment/virtualbox/cpi.yml b/bosh-deployment/virtualbox/cpi.yml index d14f951b..774df596 100644 --- a/bosh-deployment/virtualbox/cpi.yml +++ b/bosh-deployment/virtualbox/cpi.yml @@ -3,15 +3,15 @@ type: replace value: name: bosh-virtualbox-cpi - sha1: 5f12883286390406947305aac08541f7f52f1a05 - url: https://bosh.io/d/github.com/cloudfoundry/bosh-virtualbox-cpi-release?v=0.4.2 - version: 0.4.2 + sha1: a3a25e590d7bc456d60bba38c6c081437041658d + url: https://bosh.io/d/github.com/cloudfoundry/bosh-virtualbox-cpi-release?v=0.5.0 + version: 0.5.0 - name: stemcell path: /resource_pools/name=vms/stemcell? type: replace value: - sha1: 75638ff71432ccdefad5ae088272ac2fc0be64c6 - url: https://storage.googleapis.com/bosh-core-stemcells/1.439/bosh-stemcell-1.439-vsphere-esxi-ubuntu-jammy-go_agent.tgz + sha1: 13795c54d0423c6363d3e47f29fbe871f94a0db6 + url: https://storage.googleapis.com/bosh-core-stemcells/1.621/bosh-stemcell-1.621-vsphere-esxi-ubuntu-jammy-go_agent.tgz - path: /resource_pools/name=vms/cloud_properties? type: replace value: diff --git a/bosh-deployment/vsphere/cpi-secondary.yml b/bosh-deployment/vsphere/cpi-secondary.yml index ac2ba643..d7827df1 100644 --- a/bosh-deployment/vsphere/cpi-secondary.yml +++ b/bosh-deployment/vsphere/cpi-secondary.yml @@ -3,9 +3,9 @@ type: replace value: name: bosh-vsphere-cpi - sha1: 5de5685b9ee0db617a6be1715b69f9bbb5f42088 - url: https://bosh.io/d/github.com/cloudfoundry/bosh-vsphere-cpi-release?v=97.0.11 - version: 97.0.11 + sha1: 580d14f345c2b779d63bfef9b90577090ecc62b2 + url: https://bosh.io/d/github.com/cloudfoundry/bosh-vsphere-cpi-release?v=97.0.16 + version: 97.0.16 - path: /instance_groups/name=bosh/properties/vcenter? type: replace value: diff --git a/bosh-deployment/vsphere/cpi.yml b/bosh-deployment/vsphere/cpi.yml index fca327dc..707250c0 100644 --- a/bosh-deployment/vsphere/cpi.yml +++ b/bosh-deployment/vsphere/cpi.yml @@ -3,15 +3,15 @@ type: replace value: name: bosh-vsphere-cpi - sha1: 5de5685b9ee0db617a6be1715b69f9bbb5f42088 - url: https://bosh.io/d/github.com/cloudfoundry/bosh-vsphere-cpi-release?v=97.0.11 - version: 97.0.11 + sha1: 580d14f345c2b779d63bfef9b90577090ecc62b2 + url: https://bosh.io/d/github.com/cloudfoundry/bosh-vsphere-cpi-release?v=97.0.16 + version: 97.0.16 - name: stemcell path: /resource_pools/name=vms/stemcell? type: replace value: - sha1: 75638ff71432ccdefad5ae088272ac2fc0be64c6 - url: https://storage.googleapis.com/bosh-core-stemcells/1.439/bosh-stemcell-1.439-vsphere-esxi-ubuntu-jammy-go_agent.tgz + sha1: 13795c54d0423c6363d3e47f29fbe871f94a0db6 + url: https://storage.googleapis.com/bosh-core-stemcells/1.621/bosh-stemcell-1.621-vsphere-esxi-ubuntu-jammy-go_agent.tgz - path: /resource_pools/name=vms/cloud_properties? type: replace value: diff --git a/bosh-deployment/warden/cpi.yml b/bosh-deployment/warden/cpi.yml index 1a7a1084..3decc890 100644 --- a/bosh-deployment/warden/cpi.yml +++ b/bosh-deployment/warden/cpi.yml @@ -10,8 +10,8 @@ path: /resource_pools/name=vms/stemcell? type: replace value: - sha1: 70bad9e3c0097557946dff358bc6a22f8de50d33 - url: https://storage.googleapis.com/bosh-core-stemcells/1.439/bosh-stemcell-1.439-warden-boshlite-ubuntu-jammy-go_agent.tgz + sha1: 197b08e2dac363ff02e5327f33082e0363bf5137 + url: https://storage.googleapis.com/bosh-core-stemcells/1.621/bosh-stemcell-1.621-warden-boshlite-ubuntu-jammy-go_agent.tgz - path: /resource_pools/name=vms/cloud_properties? type: replace value: diff --git a/overlay/upstream_version.yml b/overlay/upstream_version.yml index ae5a4891..e0ef6bc2 100644 --- a/overlay/upstream_version.yml +++ b/overlay/upstream_version.yml @@ -1,4 +1,4 @@ exodus: - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 diff --git a/spec/credhub/all-addons.yml b/spec/credhub/all-addons.yml deleted file mode 100644 index 9e26dfee..00000000 --- a/spec/credhub/all-addons.yml +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/spec/credhub/all-params.yml b/spec/credhub/all-params.yml deleted file mode 100644 index 9e26dfee..00000000 --- a/spec/credhub/all-params.yml +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/spec/credhub/aws-iam-profile-s3-blobstore-iam-profile.yml b/spec/credhub/aws-iam-profile-s3-blobstore-iam-profile.yml deleted file mode 100644 index 9e26dfee..00000000 --- a/spec/credhub/aws-iam-profile-s3-blobstore-iam-profile.yml +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/spec/credhub/aws-iam-profile-s3-blobstore.yml b/spec/credhub/aws-iam-profile-s3-blobstore.yml deleted file mode 100644 index 9e26dfee..00000000 --- a/spec/credhub/aws-iam-profile-s3-blobstore.yml +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/spec/credhub/aws-iam-profile.yml b/spec/credhub/aws-iam-profile.yml deleted file mode 100644 index 9e26dfee..00000000 --- a/spec/credhub/aws-iam-profile.yml +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/spec/credhub/aws-s3-blobstore-iam-profile.yml b/spec/credhub/aws-s3-blobstore-iam-profile.yml deleted file mode 100644 index 9e26dfee..00000000 --- a/spec/credhub/aws-s3-blobstore-iam-profile.yml +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/spec/credhub/aws-s3-blobstore.yml b/spec/credhub/aws-s3-blobstore.yml deleted file mode 100644 index 9e26dfee..00000000 --- a/spec/credhub/aws-s3-blobstore.yml +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/spec/credhub/aws.yml b/spec/credhub/aws.yml deleted file mode 100644 index 9e26dfee..00000000 --- a/spec/credhub/aws.yml +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/spec/credhub/azure.yml b/spec/credhub/azure.yml deleted file mode 100644 index 9e26dfee..00000000 --- a/spec/credhub/azure.yml +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/spec/credhub/external-db-ca.yml b/spec/credhub/external-db-ca.yml deleted file mode 100644 index 9e26dfee..00000000 --- a/spec/credhub/external-db-ca.yml +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/spec/credhub/external-db-no-tls.yml b/spec/credhub/external-db-no-tls.yml deleted file mode 100644 index 9e26dfee..00000000 --- a/spec/credhub/external-db-no-tls.yml +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/spec/credhub/external-db.yml b/spec/credhub/external-db.yml deleted file mode 100644 index 9e26dfee..00000000 --- a/spec/credhub/external-db.yml +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/spec/credhub/google.yml b/spec/credhub/google.yml deleted file mode 100644 index 9e26dfee..00000000 --- a/spec/credhub/google.yml +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/spec/credhub/openstack.yml b/spec/credhub/openstack.yml deleted file mode 100644 index 9e26dfee..00000000 --- a/spec/credhub/openstack.yml +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/spec/credhub/proto-all-params-aws.yml b/spec/credhub/proto-all-params-aws.yml deleted file mode 100644 index 9e26dfee..00000000 --- a/spec/credhub/proto-all-params-aws.yml +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/spec/credhub/proto-all-params-azure.yml b/spec/credhub/proto-all-params-azure.yml deleted file mode 100644 index 9e26dfee..00000000 --- a/spec/credhub/proto-all-params-azure.yml +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/spec/credhub/proto-all-params-google.yml b/spec/credhub/proto-all-params-google.yml deleted file mode 100644 index 9e26dfee..00000000 --- a/spec/credhub/proto-all-params-google.yml +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/spec/credhub/proto-all-params-vsphere.yml b/spec/credhub/proto-all-params-vsphere.yml deleted file mode 100644 index 9e26dfee..00000000 --- a/spec/credhub/proto-all-params-vsphere.yml +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/spec/credhub/proto-aws-iam-profile-s3-blobstore-iam-profile.yml b/spec/credhub/proto-aws-iam-profile-s3-blobstore-iam-profile.yml deleted file mode 100644 index 9e26dfee..00000000 --- a/spec/credhub/proto-aws-iam-profile-s3-blobstore-iam-profile.yml +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/spec/credhub/proto-aws-iam-profile-s3-blobstore.yml b/spec/credhub/proto-aws-iam-profile-s3-blobstore.yml deleted file mode 100644 index 9e26dfee..00000000 --- a/spec/credhub/proto-aws-iam-profile-s3-blobstore.yml +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/spec/credhub/proto-aws-iam-profile.yml b/spec/credhub/proto-aws-iam-profile.yml deleted file mode 100644 index 9e26dfee..00000000 --- a/spec/credhub/proto-aws-iam-profile.yml +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/spec/credhub/proto-aws-s3-blobstore-iam-profile.yml b/spec/credhub/proto-aws-s3-blobstore-iam-profile.yml deleted file mode 100644 index 9e26dfee..00000000 --- a/spec/credhub/proto-aws-s3-blobstore-iam-profile.yml +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/spec/credhub/proto-aws-s3-blobstore.yml b/spec/credhub/proto-aws-s3-blobstore.yml deleted file mode 100644 index 9e26dfee..00000000 --- a/spec/credhub/proto-aws-s3-blobstore.yml +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/spec/credhub/proto-aws.yml b/spec/credhub/proto-aws.yml deleted file mode 100644 index 9e26dfee..00000000 --- a/spec/credhub/proto-aws.yml +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/spec/credhub/proto-azure.yml b/spec/credhub/proto-azure.yml deleted file mode 100644 index 9e26dfee..00000000 --- a/spec/credhub/proto-azure.yml +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/spec/credhub/proto-google.yml b/spec/credhub/proto-google.yml deleted file mode 100644 index 9e26dfee..00000000 --- a/spec/credhub/proto-google.yml +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/spec/credhub/proto-openstack.yml b/spec/credhub/proto-openstack.yml deleted file mode 100644 index 9e26dfee..00000000 --- a/spec/credhub/proto-openstack.yml +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/spec/credhub/proto-vsphere.yml b/spec/credhub/proto-vsphere.yml deleted file mode 100644 index 9e26dfee..00000000 --- a/spec/credhub/proto-vsphere.yml +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/spec/credhub/registry.yml b/spec/credhub/registry.yml deleted file mode 100644 index 9e26dfee..00000000 --- a/spec/credhub/registry.yml +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/spec/credhub/skip-op-users.yml b/spec/credhub/skip-op-users.yml deleted file mode 100644 index 9e26dfee..00000000 --- a/spec/credhub/skip-op-users.yml +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/spec/credhub/vault-credhub-proxy.yml b/spec/credhub/vault-credhub-proxy.yml deleted file mode 100644 index 9e26dfee..00000000 --- a/spec/credhub/vault-credhub-proxy.yml +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/spec/credhub/vsphere-s3-blobstore.yml b/spec/credhub/vsphere-s3-blobstore.yml deleted file mode 100644 index 9e26dfee..00000000 --- a/spec/credhub/vsphere-s3-blobstore.yml +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/spec/credhub/vsphere.yml b/spec/credhub/vsphere.yml deleted file mode 100644 index 9e26dfee..00000000 --- a/spec/credhub/vsphere.yml +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/spec/credhub/warden-vsphere.yml b/spec/credhub/warden-vsphere.yml deleted file mode 100644 index 9e26dfee..00000000 --- a/spec/credhub/warden-vsphere.yml +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/spec/results/all-addons-source.yml b/spec/results/all-addons-source.yml index 94a05e08..45c41aa3 100644 --- a/spec/results/all-addons-source.yml +++ b/spec/results/all-addons-source.yml @@ -10,9 +10,9 @@ exodus: blacksmith_password: blacksmith_user: blacksmith bosh: proto-main - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -400,25 +400,25 @@ instance_groups: name: all-addons-source-bosh releases: - name: bosh - sha1: bcd3bc5958275d74d5246c166ad908683a507529 - url: https://bosh.io/d/github.com/cloudfoundry/bosh?v=280.0.23 - version: 280.0.23 + sha1: 6792ac12b59d3a14352ae37b66eb6bdfb35516c1 + url: https://bosh.io/d/github.com/cloudfoundry/bosh?v=280.1.9 + version: 280.1.9 - name: bpm - sha1: 8052def173f1e1d87dcbbce353dd2e6d1df96177 - url: https://bosh.io/d/github.com/cloudfoundry/bpm-release?v=1.2.19 - version: 1.2.19 + sha1: 1d2f22a5d024cb34f6d7d2da3f1ee95e4a8cdd61 + url: https://bosh.io/d/github.com/cloudfoundry/bpm-release?v=1.4.1 + version: 1.4.1 - name: uaa - sha1: 4f5a6a733ee87775fcd284dd42d51d6f57b1c927 - url: https://bosh.io/d/github.com/cloudfoundry/uaa-release?v=77.8.0 - version: 77.8.0 + sha1: b617ba847bbe05c5c3e31f3f3a5cb50e732992c7 + url: https://bosh.io/d/github.com/cloudfoundry/uaa-release?v=77.17.0 + version: 77.17.0 - name: credhub - sha1: 37239a90096f1d347c2cd7471fca1ffd3de42df8 - url: https://bosh.io/d/github.com/pivotal-cf/credhub-release?v=2.12.73 - version: 2.12.73 + sha1: 839113e27736a71972f8c44362ed3f1cbc0f5720 + url: https://bosh.io/d/github.com/pivotal-cf/credhub-release?v=2.12.93 + version: 2.12.93 - name: bosh-aws-cpi - sha1: 34691190b0ed5c5f81ddc051aa899f20102a5dc2 - url: https://bosh.io/d/github.com/cloudfoundry/bosh-aws-cpi-release?v=104 - version: 104 + sha1: 0ac6ba198e1956af43480f0cf12629b28c38cc29 + url: https://bosh.io/d/github.com/cloudfoundry/bosh-aws-cpi-release?v=105 + version: 105 - name: vault-credhub-proxy sha1: df2656c392e7fbaa4ba25c9149c942ff7cce859e url: https://github.com/cloudfoundry-community/vault-credhub-proxy-boshrelease/releases/download/v1.2.0/vault-credhub-proxy-1.2.0.tgz diff --git a/spec/results/all-addons.yml b/spec/results/all-addons.yml index 7ef36087..45ff7bba 100644 --- a/spec/results/all-addons.yml +++ b/spec/results/all-addons.yml @@ -10,9 +10,9 @@ exodus: blacksmith_password: blacksmith_user: blacksmith bosh: proto-main - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -423,25 +423,25 @@ instance_groups: name: all-addons-bosh releases: - name: bosh - sha1: f1037d820e8ca95a6cafbcf960e5fe60a08846cc - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.0.23-ubuntu-jammy-1.439-20240507-220907-148982428-20240507220908.tgz - version: 280.0.23 + sha1: e2452aa0d02713303c74e5bdde8b64aba23292a2 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.1.9-ubuntu-jammy-1.621.tgz + version: 280.1.9 - name: bpm - sha1: e7367480526938da89807efafd671c3df1c20418 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.2.19-ubuntu-jammy-1.439-20240507-215357-108905653-20240507215358.tgz - version: 1.2.19 + sha1: 4c93ea118fce40ec46dda83569f56bb6d8d809d0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.4.1-ubuntu-jammy-1.621.tgz + version: 1.4.1 - name: uaa - sha1: eb8b8f3dfc1045fd50eea877d7d6b74ddf0a28de - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.8.0-ubuntu-jammy-1.439-20240507-215447-555218504-20240507215449.tgz - version: 77.8.0 + sha1: 1da2632f3d961aab603bc0cf96ca147cf3bb8691 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.17.0-ubuntu-jammy-1.621.tgz + version: 77.17.0 - name: credhub - sha1: 38d8cd7073d51265635903a95c2d6177385283d9 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.73-ubuntu-jammy-1.439-20240507-215546-800819645-20240507215548.tgz - version: 2.12.73 + sha1: 3c413e5fd17c8bd78f9bd544abecec1990bab4db + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.93-ubuntu-jammy-1.621.tgz + version: 2.12.93 - name: bosh-vsphere-cpi - sha1: 5de5685b9ee0db617a6be1715b69f9bbb5f42088 - url: https://bosh.io/d/github.com/cloudfoundry/bosh-vsphere-cpi-release?v=97.0.11 - version: 97.0.11 + sha1: 580d14f345c2b779d63bfef9b90577090ecc62b2 + url: https://bosh.io/d/github.com/cloudfoundry/bosh-vsphere-cpi-release?v=97.0.16 + version: 97.0.16 - name: vault-credhub-proxy sha1: df2656c392e7fbaa4ba25c9149c942ff7cce859e url: https://github.com/cloudfoundry-community/vault-credhub-proxy-boshrelease/releases/download/v1.2.0/vault-credhub-proxy-1.2.0.tgz diff --git a/spec/results/all-params.yml b/spec/results/all-params.yml index 23a03434..e133719d 100644 --- a/spec/results/all-params.yml +++ b/spec/results/all-params.yml @@ -36,9 +36,9 @@ exodus: admin_password: admin_username: admin bosh: null - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -424,29 +424,29 @@ networks: type: manual releases: - name: bosh - sha1: f1037d820e8ca95a6cafbcf960e5fe60a08846cc - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.0.23-ubuntu-jammy-1.439-20240507-220907-148982428-20240507220908.tgz - version: 280.0.23 + sha1: e2452aa0d02713303c74e5bdde8b64aba23292a2 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.1.9-ubuntu-jammy-1.621.tgz + version: 280.1.9 - name: bpm - sha1: e7367480526938da89807efafd671c3df1c20418 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.2.19-ubuntu-jammy-1.439-20240507-215357-108905653-20240507215358.tgz - version: 1.2.19 + sha1: 4c93ea118fce40ec46dda83569f56bb6d8d809d0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.4.1-ubuntu-jammy-1.621.tgz + version: 1.4.1 - name: uaa - sha1: eb8b8f3dfc1045fd50eea877d7d6b74ddf0a28de - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.8.0-ubuntu-jammy-1.439-20240507-215447-555218504-20240507215449.tgz - version: 77.8.0 + sha1: 1da2632f3d961aab603bc0cf96ca147cf3bb8691 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.17.0-ubuntu-jammy-1.621.tgz + version: 77.17.0 - name: credhub - sha1: 38d8cd7073d51265635903a95c2d6177385283d9 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.73-ubuntu-jammy-1.439-20240507-215546-800819645-20240507215548.tgz - version: 2.12.73 + sha1: 3c413e5fd17c8bd78f9bd544abecec1990bab4db + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.93-ubuntu-jammy-1.621.tgz + version: 2.12.93 - name: os-conf sha1: 0f88a29315d8d9f900bb30a81c0eaf6d34a61639 url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=22.3.0 version: 22.3.0 - name: bosh-vsphere-cpi - sha1: 5de5685b9ee0db617a6be1715b69f9bbb5f42088 - url: https://bosh.io/d/github.com/cloudfoundry/bosh-vsphere-cpi-release?v=97.0.11 - version: 97.0.11 + sha1: 580d14f345c2b779d63bfef9b90577090ecc62b2 + url: https://bosh.io/d/github.com/cloudfoundry/bosh-vsphere-cpi-release?v=97.0.16 + version: 97.0.16 resource_pools: - cloud_properties: cpu: 2 @@ -470,5 +470,5 @@ resource_pools: name: vms network: default stemcell: - sha1: 75638ff71432ccdefad5ae088272ac2fc0be64c6 - url: https://storage.googleapis.com/bosh-core-stemcells/1.439/bosh-stemcell-1.439-vsphere-esxi-ubuntu-jammy-go_agent.tgz + sha1: 13795c54d0423c6363d3e47f29fbe871f94a0db6 + url: https://storage.googleapis.com/bosh-core-stemcells/1.621/bosh-stemcell-1.621-vsphere-esxi-ubuntu-jammy-go_agent.tgz diff --git a/spec/results/aws-iam-profile-s3-blobstore-iam-profile.yml b/spec/results/aws-iam-profile-s3-blobstore-iam-profile.yml index ee8d9343..cfe33d47 100644 --- a/spec/results/aws-iam-profile-s3-blobstore-iam-profile.yml +++ b/spec/results/aws-iam-profile-s3-blobstore-iam-profile.yml @@ -2,9 +2,9 @@ exodus: admin_password: admin_username: admin bosh: proto-main - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -368,29 +368,29 @@ instance_groups: name: aws-iam-profile-s3-blobstore-iam-profile-bosh releases: - name: bosh - sha1: f1037d820e8ca95a6cafbcf960e5fe60a08846cc - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.0.23-ubuntu-jammy-1.439-20240507-220907-148982428-20240507220908.tgz - version: 280.0.23 + sha1: e2452aa0d02713303c74e5bdde8b64aba23292a2 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.1.9-ubuntu-jammy-1.621.tgz + version: 280.1.9 - name: bpm - sha1: e7367480526938da89807efafd671c3df1c20418 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.2.19-ubuntu-jammy-1.439-20240507-215357-108905653-20240507215358.tgz - version: 1.2.19 + sha1: 4c93ea118fce40ec46dda83569f56bb6d8d809d0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.4.1-ubuntu-jammy-1.621.tgz + version: 1.4.1 - name: uaa - sha1: eb8b8f3dfc1045fd50eea877d7d6b74ddf0a28de - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.8.0-ubuntu-jammy-1.439-20240507-215447-555218504-20240507215449.tgz - version: 77.8.0 + sha1: 1da2632f3d961aab603bc0cf96ca147cf3bb8691 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.17.0-ubuntu-jammy-1.621.tgz + version: 77.17.0 - name: credhub - sha1: 38d8cd7073d51265635903a95c2d6177385283d9 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.73-ubuntu-jammy-1.439-20240507-215546-800819645-20240507215548.tgz - version: 2.12.73 + sha1: 3c413e5fd17c8bd78f9bd544abecec1990bab4db + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.93-ubuntu-jammy-1.621.tgz + version: 2.12.93 - name: os-conf sha1: 0f88a29315d8d9f900bb30a81c0eaf6d34a61639 url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=22.3.0 version: 22.3.0 - name: bosh-aws-cpi - sha1: 34691190b0ed5c5f81ddc051aa899f20102a5dc2 - url: https://bosh.io/d/github.com/cloudfoundry/bosh-aws-cpi-release?v=104 - version: 104 + sha1: 0ac6ba198e1956af43480f0cf12629b28c38cc29 + url: https://bosh.io/d/github.com/cloudfoundry/bosh-aws-cpi-release?v=105 + version: 105 stemcells: - alias: default os: ubuntu-jammy diff --git a/spec/results/aws-iam-profile-s3-blobstore.yml b/spec/results/aws-iam-profile-s3-blobstore.yml index cfa26dd8..fc6df166 100644 --- a/spec/results/aws-iam-profile-s3-blobstore.yml +++ b/spec/results/aws-iam-profile-s3-blobstore.yml @@ -2,9 +2,9 @@ exodus: admin_password: admin_username: admin bosh: proto-main - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -369,29 +369,29 @@ instance_groups: name: aws-iam-profile-s3-blobstore-bosh releases: - name: bosh - sha1: f1037d820e8ca95a6cafbcf960e5fe60a08846cc - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.0.23-ubuntu-jammy-1.439-20240507-220907-148982428-20240507220908.tgz - version: 280.0.23 + sha1: e2452aa0d02713303c74e5bdde8b64aba23292a2 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.1.9-ubuntu-jammy-1.621.tgz + version: 280.1.9 - name: bpm - sha1: e7367480526938da89807efafd671c3df1c20418 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.2.19-ubuntu-jammy-1.439-20240507-215357-108905653-20240507215358.tgz - version: 1.2.19 + sha1: 4c93ea118fce40ec46dda83569f56bb6d8d809d0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.4.1-ubuntu-jammy-1.621.tgz + version: 1.4.1 - name: uaa - sha1: eb8b8f3dfc1045fd50eea877d7d6b74ddf0a28de - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.8.0-ubuntu-jammy-1.439-20240507-215447-555218504-20240507215449.tgz - version: 77.8.0 + sha1: 1da2632f3d961aab603bc0cf96ca147cf3bb8691 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.17.0-ubuntu-jammy-1.621.tgz + version: 77.17.0 - name: credhub - sha1: 38d8cd7073d51265635903a95c2d6177385283d9 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.73-ubuntu-jammy-1.439-20240507-215546-800819645-20240507215548.tgz - version: 2.12.73 + sha1: 3c413e5fd17c8bd78f9bd544abecec1990bab4db + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.93-ubuntu-jammy-1.621.tgz + version: 2.12.93 - name: os-conf sha1: 0f88a29315d8d9f900bb30a81c0eaf6d34a61639 url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=22.3.0 version: 22.3.0 - name: bosh-aws-cpi - sha1: 34691190b0ed5c5f81ddc051aa899f20102a5dc2 - url: https://bosh.io/d/github.com/cloudfoundry/bosh-aws-cpi-release?v=104 - version: 104 + sha1: 0ac6ba198e1956af43480f0cf12629b28c38cc29 + url: https://bosh.io/d/github.com/cloudfoundry/bosh-aws-cpi-release?v=105 + version: 105 stemcells: - alias: default os: ubuntu-jammy diff --git a/spec/results/aws-iam-profile.yml b/spec/results/aws-iam-profile.yml index 50fd71ca..3f893f5d 100644 --- a/spec/results/aws-iam-profile.yml +++ b/spec/results/aws-iam-profile.yml @@ -2,9 +2,9 @@ exodus: admin_password: admin_username: admin bosh: proto-main - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -382,29 +382,29 @@ instance_groups: name: aws-iam-profile-bosh releases: - name: bosh - sha1: f1037d820e8ca95a6cafbcf960e5fe60a08846cc - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.0.23-ubuntu-jammy-1.439-20240507-220907-148982428-20240507220908.tgz - version: 280.0.23 + sha1: e2452aa0d02713303c74e5bdde8b64aba23292a2 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.1.9-ubuntu-jammy-1.621.tgz + version: 280.1.9 - name: bpm - sha1: e7367480526938da89807efafd671c3df1c20418 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.2.19-ubuntu-jammy-1.439-20240507-215357-108905653-20240507215358.tgz - version: 1.2.19 + sha1: 4c93ea118fce40ec46dda83569f56bb6d8d809d0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.4.1-ubuntu-jammy-1.621.tgz + version: 1.4.1 - name: uaa - sha1: eb8b8f3dfc1045fd50eea877d7d6b74ddf0a28de - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.8.0-ubuntu-jammy-1.439-20240507-215447-555218504-20240507215449.tgz - version: 77.8.0 + sha1: 1da2632f3d961aab603bc0cf96ca147cf3bb8691 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.17.0-ubuntu-jammy-1.621.tgz + version: 77.17.0 - name: credhub - sha1: 38d8cd7073d51265635903a95c2d6177385283d9 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.73-ubuntu-jammy-1.439-20240507-215546-800819645-20240507215548.tgz - version: 2.12.73 + sha1: 3c413e5fd17c8bd78f9bd544abecec1990bab4db + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.93-ubuntu-jammy-1.621.tgz + version: 2.12.93 - name: os-conf sha1: 0f88a29315d8d9f900bb30a81c0eaf6d34a61639 url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=22.3.0 version: 22.3.0 - name: bosh-aws-cpi - sha1: 34691190b0ed5c5f81ddc051aa899f20102a5dc2 - url: https://bosh.io/d/github.com/cloudfoundry/bosh-aws-cpi-release?v=104 - version: 104 + sha1: 0ac6ba198e1956af43480f0cf12629b28c38cc29 + url: https://bosh.io/d/github.com/cloudfoundry/bosh-aws-cpi-release?v=105 + version: 105 stemcells: - alias: default os: ubuntu-jammy diff --git a/spec/results/aws-s3-blobstore-iam-profile.yml b/spec/results/aws-s3-blobstore-iam-profile.yml index bb51eccf..78ab2fc1 100644 --- a/spec/results/aws-s3-blobstore-iam-profile.yml +++ b/spec/results/aws-s3-blobstore-iam-profile.yml @@ -2,9 +2,9 @@ exodus: admin_password: admin_username: admin bosh: proto-main - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -369,29 +369,29 @@ instance_groups: name: aws-s3-blobstore-iam-profile-bosh releases: - name: bosh - sha1: f1037d820e8ca95a6cafbcf960e5fe60a08846cc - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.0.23-ubuntu-jammy-1.439-20240507-220907-148982428-20240507220908.tgz - version: 280.0.23 + sha1: e2452aa0d02713303c74e5bdde8b64aba23292a2 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.1.9-ubuntu-jammy-1.621.tgz + version: 280.1.9 - name: bpm - sha1: e7367480526938da89807efafd671c3df1c20418 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.2.19-ubuntu-jammy-1.439-20240507-215357-108905653-20240507215358.tgz - version: 1.2.19 + sha1: 4c93ea118fce40ec46dda83569f56bb6d8d809d0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.4.1-ubuntu-jammy-1.621.tgz + version: 1.4.1 - name: uaa - sha1: eb8b8f3dfc1045fd50eea877d7d6b74ddf0a28de - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.8.0-ubuntu-jammy-1.439-20240507-215447-555218504-20240507215449.tgz - version: 77.8.0 + sha1: 1da2632f3d961aab603bc0cf96ca147cf3bb8691 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.17.0-ubuntu-jammy-1.621.tgz + version: 77.17.0 - name: credhub - sha1: 38d8cd7073d51265635903a95c2d6177385283d9 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.73-ubuntu-jammy-1.439-20240507-215546-800819645-20240507215548.tgz - version: 2.12.73 + sha1: 3c413e5fd17c8bd78f9bd544abecec1990bab4db + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.93-ubuntu-jammy-1.621.tgz + version: 2.12.93 - name: os-conf sha1: 0f88a29315d8d9f900bb30a81c0eaf6d34a61639 url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=22.3.0 version: 22.3.0 - name: bosh-aws-cpi - sha1: 34691190b0ed5c5f81ddc051aa899f20102a5dc2 - url: https://bosh.io/d/github.com/cloudfoundry/bosh-aws-cpi-release?v=104 - version: 104 + sha1: 0ac6ba198e1956af43480f0cf12629b28c38cc29 + url: https://bosh.io/d/github.com/cloudfoundry/bosh-aws-cpi-release?v=105 + version: 105 stemcells: - alias: default os: ubuntu-jammy diff --git a/spec/results/aws-s3-blobstore.yml b/spec/results/aws-s3-blobstore.yml index 5074fb18..2b11eec3 100644 --- a/spec/results/aws-s3-blobstore.yml +++ b/spec/results/aws-s3-blobstore.yml @@ -2,9 +2,9 @@ exodus: admin_password: admin_username: admin bosh: proto-main - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -370,29 +370,29 @@ instance_groups: name: aws-s3-blobstore-bosh releases: - name: bosh - sha1: f1037d820e8ca95a6cafbcf960e5fe60a08846cc - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.0.23-ubuntu-jammy-1.439-20240507-220907-148982428-20240507220908.tgz - version: 280.0.23 + sha1: e2452aa0d02713303c74e5bdde8b64aba23292a2 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.1.9-ubuntu-jammy-1.621.tgz + version: 280.1.9 - name: bpm - sha1: e7367480526938da89807efafd671c3df1c20418 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.2.19-ubuntu-jammy-1.439-20240507-215357-108905653-20240507215358.tgz - version: 1.2.19 + sha1: 4c93ea118fce40ec46dda83569f56bb6d8d809d0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.4.1-ubuntu-jammy-1.621.tgz + version: 1.4.1 - name: uaa - sha1: eb8b8f3dfc1045fd50eea877d7d6b74ddf0a28de - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.8.0-ubuntu-jammy-1.439-20240507-215447-555218504-20240507215449.tgz - version: 77.8.0 + sha1: 1da2632f3d961aab603bc0cf96ca147cf3bb8691 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.17.0-ubuntu-jammy-1.621.tgz + version: 77.17.0 - name: credhub - sha1: 38d8cd7073d51265635903a95c2d6177385283d9 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.73-ubuntu-jammy-1.439-20240507-215546-800819645-20240507215548.tgz - version: 2.12.73 + sha1: 3c413e5fd17c8bd78f9bd544abecec1990bab4db + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.93-ubuntu-jammy-1.621.tgz + version: 2.12.93 - name: os-conf sha1: 0f88a29315d8d9f900bb30a81c0eaf6d34a61639 url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=22.3.0 version: 22.3.0 - name: bosh-aws-cpi - sha1: 34691190b0ed5c5f81ddc051aa899f20102a5dc2 - url: https://bosh.io/d/github.com/cloudfoundry/bosh-aws-cpi-release?v=104 - version: 104 + sha1: 0ac6ba198e1956af43480f0cf12629b28c38cc29 + url: https://bosh.io/d/github.com/cloudfoundry/bosh-aws-cpi-release?v=105 + version: 105 stemcells: - alias: default os: ubuntu-jammy diff --git a/spec/results/aws.yml b/spec/results/aws.yml index 9035db2e..39f3bca0 100644 --- a/spec/results/aws.yml +++ b/spec/results/aws.yml @@ -2,9 +2,9 @@ exodus: admin_password: admin_username: admin bosh: proto-main - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -383,29 +383,29 @@ instance_groups: name: aws-bosh releases: - name: bosh - sha1: f1037d820e8ca95a6cafbcf960e5fe60a08846cc - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.0.23-ubuntu-jammy-1.439-20240507-220907-148982428-20240507220908.tgz - version: 280.0.23 + sha1: e2452aa0d02713303c74e5bdde8b64aba23292a2 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.1.9-ubuntu-jammy-1.621.tgz + version: 280.1.9 - name: bpm - sha1: e7367480526938da89807efafd671c3df1c20418 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.2.19-ubuntu-jammy-1.439-20240507-215357-108905653-20240507215358.tgz - version: 1.2.19 + sha1: 4c93ea118fce40ec46dda83569f56bb6d8d809d0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.4.1-ubuntu-jammy-1.621.tgz + version: 1.4.1 - name: uaa - sha1: eb8b8f3dfc1045fd50eea877d7d6b74ddf0a28de - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.8.0-ubuntu-jammy-1.439-20240507-215447-555218504-20240507215449.tgz - version: 77.8.0 + sha1: 1da2632f3d961aab603bc0cf96ca147cf3bb8691 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.17.0-ubuntu-jammy-1.621.tgz + version: 77.17.0 - name: credhub - sha1: 38d8cd7073d51265635903a95c2d6177385283d9 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.73-ubuntu-jammy-1.439-20240507-215546-800819645-20240507215548.tgz - version: 2.12.73 + sha1: 3c413e5fd17c8bd78f9bd544abecec1990bab4db + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.93-ubuntu-jammy-1.621.tgz + version: 2.12.93 - name: os-conf sha1: 0f88a29315d8d9f900bb30a81c0eaf6d34a61639 url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=22.3.0 version: 22.3.0 - name: bosh-aws-cpi - sha1: 34691190b0ed5c5f81ddc051aa899f20102a5dc2 - url: https://bosh.io/d/github.com/cloudfoundry/bosh-aws-cpi-release?v=104 - version: 104 + sha1: 0ac6ba198e1956af43480f0cf12629b28c38cc29 + url: https://bosh.io/d/github.com/cloudfoundry/bosh-aws-cpi-release?v=105 + version: 105 stemcells: - alias: default os: ubuntu-jammy diff --git a/spec/results/azure.yml b/spec/results/azure.yml index 55b5e6d2..8f731a49 100644 --- a/spec/results/azure.yml +++ b/spec/results/azure.yml @@ -2,9 +2,9 @@ exodus: admin_password: admin_username: admin bosh: proto-main - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -388,29 +388,29 @@ instance_groups: name: azure-bosh releases: - name: bosh - sha1: f1037d820e8ca95a6cafbcf960e5fe60a08846cc - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.0.23-ubuntu-jammy-1.439-20240507-220907-148982428-20240507220908.tgz - version: 280.0.23 + sha1: e2452aa0d02713303c74e5bdde8b64aba23292a2 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.1.9-ubuntu-jammy-1.621.tgz + version: 280.1.9 - name: bpm - sha1: e7367480526938da89807efafd671c3df1c20418 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.2.19-ubuntu-jammy-1.439-20240507-215357-108905653-20240507215358.tgz - version: 1.2.19 + sha1: 4c93ea118fce40ec46dda83569f56bb6d8d809d0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.4.1-ubuntu-jammy-1.621.tgz + version: 1.4.1 - name: uaa - sha1: eb8b8f3dfc1045fd50eea877d7d6b74ddf0a28de - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.8.0-ubuntu-jammy-1.439-20240507-215447-555218504-20240507215449.tgz - version: 77.8.0 + sha1: 1da2632f3d961aab603bc0cf96ca147cf3bb8691 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.17.0-ubuntu-jammy-1.621.tgz + version: 77.17.0 - name: credhub - sha1: 38d8cd7073d51265635903a95c2d6177385283d9 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.73-ubuntu-jammy-1.439-20240507-215546-800819645-20240507215548.tgz - version: 2.12.73 + sha1: 3c413e5fd17c8bd78f9bd544abecec1990bab4db + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.93-ubuntu-jammy-1.621.tgz + version: 2.12.93 - name: os-conf sha1: 0f88a29315d8d9f900bb30a81c0eaf6d34a61639 url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=22.3.0 version: 22.3.0 - name: bosh-azure-cpi - sha1: c516559c248562854e89a22f37fd163b079b7d8f - url: https://bosh.io/d/github.com/cloudfoundry/bosh-azure-cpi-release?v=49.0.0 - version: 49.0.0 + sha1: 1201a31572f0b8485f2320750bf5ed261da29ece + url: https://bosh.io/d/github.com/cloudfoundry/bosh-azure-cpi-release?v=50.0.0 + version: 50.0.0 stemcells: - alias: default os: ubuntu-jammy diff --git a/spec/results/blacksmith-integration.yml b/spec/results/blacksmith-integration.yml index aba62e19..61a3a016 100644 --- a/spec/results/blacksmith-integration.yml +++ b/spec/results/blacksmith-integration.yml @@ -4,9 +4,9 @@ exodus: blacksmith_password: blacksmith_user: blacksmith bosh: proto-main - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -413,29 +413,29 @@ instance_groups: name: blacksmith-integration-bosh releases: - name: bosh - sha1: f1037d820e8ca95a6cafbcf960e5fe60a08846cc - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.0.23-ubuntu-jammy-1.439-20240507-220907-148982428-20240507220908.tgz - version: 280.0.23 + sha1: e2452aa0d02713303c74e5bdde8b64aba23292a2 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.1.9-ubuntu-jammy-1.621.tgz + version: 280.1.9 - name: bpm - sha1: e7367480526938da89807efafd671c3df1c20418 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.2.19-ubuntu-jammy-1.439-20240507-215357-108905653-20240507215358.tgz - version: 1.2.19 + sha1: 4c93ea118fce40ec46dda83569f56bb6d8d809d0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.4.1-ubuntu-jammy-1.621.tgz + version: 1.4.1 - name: uaa - sha1: eb8b8f3dfc1045fd50eea877d7d6b74ddf0a28de - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.8.0-ubuntu-jammy-1.439-20240507-215447-555218504-20240507215449.tgz - version: 77.8.0 + sha1: 1da2632f3d961aab603bc0cf96ca147cf3bb8691 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.17.0-ubuntu-jammy-1.621.tgz + version: 77.17.0 - name: credhub - sha1: 38d8cd7073d51265635903a95c2d6177385283d9 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.73-ubuntu-jammy-1.439-20240507-215546-800819645-20240507215548.tgz - version: 2.12.73 + sha1: 3c413e5fd17c8bd78f9bd544abecec1990bab4db + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.93-ubuntu-jammy-1.621.tgz + version: 2.12.93 - name: os-conf sha1: 0f88a29315d8d9f900bb30a81c0eaf6d34a61639 url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=22.3.0 version: 22.3.0 - name: bosh-vsphere-cpi - sha1: 5de5685b9ee0db617a6be1715b69f9bbb5f42088 - url: https://bosh.io/d/github.com/cloudfoundry/bosh-vsphere-cpi-release?v=97.0.11 - version: 97.0.11 + sha1: 580d14f345c2b779d63bfef9b90577090ecc62b2 + url: https://bosh.io/d/github.com/cloudfoundry/bosh-vsphere-cpi-release?v=97.0.16 + version: 97.0.16 stemcells: - alias: default os: ubuntu-jammy diff --git a/spec/results/external-db-no-tls.yml b/spec/results/external-db-no-tls.yml index be7632cc..0b00dc25 100644 --- a/spec/results/external-db-no-tls.yml +++ b/spec/results/external-db-no-tls.yml @@ -2,9 +2,9 @@ exodus: admin_password: admin_username: admin bosh: proto-main - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -393,29 +393,29 @@ instance_groups: name: external-db-no-tls-bosh releases: - name: bosh - sha1: f1037d820e8ca95a6cafbcf960e5fe60a08846cc - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.0.23-ubuntu-jammy-1.439-20240507-220907-148982428-20240507220908.tgz - version: 280.0.23 + sha1: e2452aa0d02713303c74e5bdde8b64aba23292a2 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.1.9-ubuntu-jammy-1.621.tgz + version: 280.1.9 - name: bpm - sha1: e7367480526938da89807efafd671c3df1c20418 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.2.19-ubuntu-jammy-1.439-20240507-215357-108905653-20240507215358.tgz - version: 1.2.19 + sha1: 4c93ea118fce40ec46dda83569f56bb6d8d809d0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.4.1-ubuntu-jammy-1.621.tgz + version: 1.4.1 - name: uaa - sha1: eb8b8f3dfc1045fd50eea877d7d6b74ddf0a28de - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.8.0-ubuntu-jammy-1.439-20240507-215447-555218504-20240507215449.tgz - version: 77.8.0 + sha1: 1da2632f3d961aab603bc0cf96ca147cf3bb8691 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.17.0-ubuntu-jammy-1.621.tgz + version: 77.17.0 - name: credhub - sha1: 38d8cd7073d51265635903a95c2d6177385283d9 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.73-ubuntu-jammy-1.439-20240507-215546-800819645-20240507215548.tgz - version: 2.12.73 + sha1: 3c413e5fd17c8bd78f9bd544abecec1990bab4db + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.93-ubuntu-jammy-1.621.tgz + version: 2.12.93 - name: os-conf sha1: 0f88a29315d8d9f900bb30a81c0eaf6d34a61639 url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=22.3.0 version: 22.3.0 - name: bosh-vsphere-cpi - sha1: 5de5685b9ee0db617a6be1715b69f9bbb5f42088 - url: https://bosh.io/d/github.com/cloudfoundry/bosh-vsphere-cpi-release?v=97.0.11 - version: 97.0.11 + sha1: 580d14f345c2b779d63bfef9b90577090ecc62b2 + url: https://bosh.io/d/github.com/cloudfoundry/bosh-vsphere-cpi-release?v=97.0.16 + version: 97.0.16 stemcells: - alias: default os: ubuntu-jammy diff --git a/spec/results/external-db.yml b/spec/results/external-db.yml index 2a094db0..843216de 100644 --- a/spec/results/external-db.yml +++ b/spec/results/external-db.yml @@ -2,9 +2,9 @@ exodus: admin_password: admin_username: admin bosh: proto-main - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -422,29 +422,29 @@ instance_groups: name: external-db-bosh releases: - name: bosh - sha1: f1037d820e8ca95a6cafbcf960e5fe60a08846cc - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.0.23-ubuntu-jammy-1.439-20240507-220907-148982428-20240507220908.tgz - version: 280.0.23 + sha1: e2452aa0d02713303c74e5bdde8b64aba23292a2 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.1.9-ubuntu-jammy-1.621.tgz + version: 280.1.9 - name: bpm - sha1: e7367480526938da89807efafd671c3df1c20418 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.2.19-ubuntu-jammy-1.439-20240507-215357-108905653-20240507215358.tgz - version: 1.2.19 + sha1: 4c93ea118fce40ec46dda83569f56bb6d8d809d0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.4.1-ubuntu-jammy-1.621.tgz + version: 1.4.1 - name: uaa - sha1: eb8b8f3dfc1045fd50eea877d7d6b74ddf0a28de - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.8.0-ubuntu-jammy-1.439-20240507-215447-555218504-20240507215449.tgz - version: 77.8.0 + sha1: 1da2632f3d961aab603bc0cf96ca147cf3bb8691 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.17.0-ubuntu-jammy-1.621.tgz + version: 77.17.0 - name: credhub - sha1: 38d8cd7073d51265635903a95c2d6177385283d9 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.73-ubuntu-jammy-1.439-20240507-215546-800819645-20240507215548.tgz - version: 2.12.73 + sha1: 3c413e5fd17c8bd78f9bd544abecec1990bab4db + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.93-ubuntu-jammy-1.621.tgz + version: 2.12.93 - name: os-conf sha1: 0f88a29315d8d9f900bb30a81c0eaf6d34a61639 url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=22.3.0 version: 22.3.0 - name: bosh-vsphere-cpi - sha1: 5de5685b9ee0db617a6be1715b69f9bbb5f42088 - url: https://bosh.io/d/github.com/cloudfoundry/bosh-vsphere-cpi-release?v=97.0.11 - version: 97.0.11 + sha1: 580d14f345c2b779d63bfef9b90577090ecc62b2 + url: https://bosh.io/d/github.com/cloudfoundry/bosh-vsphere-cpi-release?v=97.0.16 + version: 97.0.16 stemcells: - alias: default os: ubuntu-jammy diff --git a/spec/results/google.yml b/spec/results/google.yml index 23e4d71d..8da3d843 100644 --- a/spec/results/google.yml +++ b/spec/results/google.yml @@ -2,9 +2,9 @@ exodus: admin_password: admin_username: admin bosh: proto-main - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -382,29 +382,29 @@ instance_groups: name: google-bosh releases: - name: bosh - sha1: f1037d820e8ca95a6cafbcf960e5fe60a08846cc - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.0.23-ubuntu-jammy-1.439-20240507-220907-148982428-20240507220908.tgz - version: 280.0.23 + sha1: e2452aa0d02713303c74e5bdde8b64aba23292a2 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.1.9-ubuntu-jammy-1.621.tgz + version: 280.1.9 - name: bpm - sha1: e7367480526938da89807efafd671c3df1c20418 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.2.19-ubuntu-jammy-1.439-20240507-215357-108905653-20240507215358.tgz - version: 1.2.19 + sha1: 4c93ea118fce40ec46dda83569f56bb6d8d809d0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.4.1-ubuntu-jammy-1.621.tgz + version: 1.4.1 - name: uaa - sha1: eb8b8f3dfc1045fd50eea877d7d6b74ddf0a28de - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.8.0-ubuntu-jammy-1.439-20240507-215447-555218504-20240507215449.tgz - version: 77.8.0 + sha1: 1da2632f3d961aab603bc0cf96ca147cf3bb8691 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.17.0-ubuntu-jammy-1.621.tgz + version: 77.17.0 - name: credhub - sha1: 38d8cd7073d51265635903a95c2d6177385283d9 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.73-ubuntu-jammy-1.439-20240507-215546-800819645-20240507215548.tgz - version: 2.12.73 + sha1: 3c413e5fd17c8bd78f9bd544abecec1990bab4db + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.93-ubuntu-jammy-1.621.tgz + version: 2.12.93 - name: os-conf sha1: 0f88a29315d8d9f900bb30a81c0eaf6d34a61639 url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=22.3.0 version: 22.3.0 - name: bosh-google-cpi - sha1: 081b0aa7ad1c3ce5d0ffd83580217256b8e6e73c - url: https://bosh.io/d/github.com/cloudfoundry/bosh-google-cpi-release?v=49.0.18 - version: 49.0.18 + sha1: 9c80c70b826ed40935cfcaed2d8fa576737fa9b0 + url: https://bosh.io/d/github.com/cloudfoundry/bosh-google-cpi-release?v=50.0.5 + version: 50.0.5 stemcells: - alias: default os: ubuntu-jammy diff --git a/spec/results/node-exporter.yml b/spec/results/node-exporter.yml index c1d1db3d..dc63fe10 100644 --- a/spec/results/node-exporter.yml +++ b/spec/results/node-exporter.yml @@ -8,9 +8,9 @@ exodus: admin_password: admin_username: admin bosh: proto-main - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -397,29 +397,29 @@ instance_groups: name: node-exporter-bosh releases: - name: bosh - sha1: f1037d820e8ca95a6cafbcf960e5fe60a08846cc - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.0.23-ubuntu-jammy-1.439-20240507-220907-148982428-20240507220908.tgz - version: 280.0.23 + sha1: e2452aa0d02713303c74e5bdde8b64aba23292a2 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.1.9-ubuntu-jammy-1.621.tgz + version: 280.1.9 - name: bpm - sha1: e7367480526938da89807efafd671c3df1c20418 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.2.19-ubuntu-jammy-1.439-20240507-215357-108905653-20240507215358.tgz - version: 1.2.19 + sha1: 4c93ea118fce40ec46dda83569f56bb6d8d809d0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.4.1-ubuntu-jammy-1.621.tgz + version: 1.4.1 - name: uaa - sha1: eb8b8f3dfc1045fd50eea877d7d6b74ddf0a28de - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.8.0-ubuntu-jammy-1.439-20240507-215447-555218504-20240507215449.tgz - version: 77.8.0 + sha1: 1da2632f3d961aab603bc0cf96ca147cf3bb8691 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.17.0-ubuntu-jammy-1.621.tgz + version: 77.17.0 - name: credhub - sha1: 38d8cd7073d51265635903a95c2d6177385283d9 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.73-ubuntu-jammy-1.439-20240507-215546-800819645-20240507215548.tgz - version: 2.12.73 + sha1: 3c413e5fd17c8bd78f9bd544abecec1990bab4db + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.93-ubuntu-jammy-1.621.tgz + version: 2.12.93 - name: os-conf sha1: 0f88a29315d8d9f900bb30a81c0eaf6d34a61639 url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=22.3.0 version: 22.3.0 - name: bosh-vsphere-cpi - sha1: 5de5685b9ee0db617a6be1715b69f9bbb5f42088 - url: https://bosh.io/d/github.com/cloudfoundry/bosh-vsphere-cpi-release?v=97.0.11 - version: 97.0.11 + sha1: 580d14f345c2b779d63bfef9b90577090ecc62b2 + url: https://bosh.io/d/github.com/cloudfoundry/bosh-vsphere-cpi-release?v=97.0.16 + version: 97.0.16 - name: node-exporter sha1: 363292bfef1200a8fd022fad935446069946e8b6 url: https://github.com/bosh-prometheus/node-exporter-boshrelease/releases/download/v5.3.0/node-exporter-5.3.0.tgz diff --git a/spec/results/openstack.yml b/spec/results/openstack.yml index ab003bad..bdf3fb04 100644 --- a/spec/results/openstack.yml +++ b/spec/results/openstack.yml @@ -2,9 +2,9 @@ exodus: admin_password: admin_username: admin bosh: proto-main - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -387,29 +387,29 @@ instance_groups: name: openstack-bosh releases: - name: bosh - sha1: f1037d820e8ca95a6cafbcf960e5fe60a08846cc - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.0.23-ubuntu-jammy-1.439-20240507-220907-148982428-20240507220908.tgz - version: 280.0.23 + sha1: e2452aa0d02713303c74e5bdde8b64aba23292a2 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.1.9-ubuntu-jammy-1.621.tgz + version: 280.1.9 - name: bpm - sha1: e7367480526938da89807efafd671c3df1c20418 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.2.19-ubuntu-jammy-1.439-20240507-215357-108905653-20240507215358.tgz - version: 1.2.19 + sha1: 4c93ea118fce40ec46dda83569f56bb6d8d809d0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.4.1-ubuntu-jammy-1.621.tgz + version: 1.4.1 - name: uaa - sha1: eb8b8f3dfc1045fd50eea877d7d6b74ddf0a28de - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.8.0-ubuntu-jammy-1.439-20240507-215447-555218504-20240507215449.tgz - version: 77.8.0 + sha1: 1da2632f3d961aab603bc0cf96ca147cf3bb8691 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.17.0-ubuntu-jammy-1.621.tgz + version: 77.17.0 - name: credhub - sha1: 38d8cd7073d51265635903a95c2d6177385283d9 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.73-ubuntu-jammy-1.439-20240507-215546-800819645-20240507215548.tgz - version: 2.12.73 + sha1: 3c413e5fd17c8bd78f9bd544abecec1990bab4db + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.93-ubuntu-jammy-1.621.tgz + version: 2.12.93 - name: os-conf sha1: 0f88a29315d8d9f900bb30a81c0eaf6d34a61639 url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=22.3.0 version: 22.3.0 - name: bosh-openstack-cpi - sha1: 119855d0e917eabfb50f1e72f78cd88f3852fab8 - url: https://bosh.io/d/github.com/cloudfoundry/bosh-openstack-cpi-release?v=54 - version: 54 + sha1: 8fe5580212626407c772d244909126a78a2d78ab + url: https://bosh.io/d/github.com/cloudfoundry/bosh-openstack-cpi-release?v=55 + version: 55 stemcells: - alias: default os: ubuntu-jammy diff --git a/spec/results/ops-override.yml b/spec/results/ops-override.yml index 4033c637..bf7f6fa1 100644 --- a/spec/results/ops-override.yml +++ b/spec/results/ops-override.yml @@ -2,9 +2,9 @@ exodus: admin_password: admin_username: admin bosh: proto-main - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -391,29 +391,29 @@ instance_groups: name: ops-override-bosh releases: - name: bosh - sha1: f1037d820e8ca95a6cafbcf960e5fe60a08846cc - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.0.23-ubuntu-jammy-1.439-20240507-220907-148982428-20240507220908.tgz - version: 280.0.23 + sha1: e2452aa0d02713303c74e5bdde8b64aba23292a2 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.1.9-ubuntu-jammy-1.621.tgz + version: 280.1.9 - name: bpm - sha1: e7367480526938da89807efafd671c3df1c20418 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.2.19-ubuntu-jammy-1.439-20240507-215357-108905653-20240507215358.tgz - version: 1.2.19 + sha1: 4c93ea118fce40ec46dda83569f56bb6d8d809d0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.4.1-ubuntu-jammy-1.621.tgz + version: 1.4.1 - name: uaa - sha1: eb8b8f3dfc1045fd50eea877d7d6b74ddf0a28de - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.8.0-ubuntu-jammy-1.439-20240507-215447-555218504-20240507215449.tgz - version: 77.8.0 + sha1: 1da2632f3d961aab603bc0cf96ca147cf3bb8691 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.17.0-ubuntu-jammy-1.621.tgz + version: 77.17.0 - name: credhub - sha1: 38d8cd7073d51265635903a95c2d6177385283d9 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.73-ubuntu-jammy-1.439-20240507-215546-800819645-20240507215548.tgz - version: 2.12.73 + sha1: 3c413e5fd17c8bd78f9bd544abecec1990bab4db + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.93-ubuntu-jammy-1.621.tgz + version: 2.12.93 - name: os-conf sha1: 0f88a29315d8d9f900bb30a81c0eaf6d34a61639 url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=22.3.0 version: 22.3.0 - name: bosh-vsphere-cpi - sha1: 5de5685b9ee0db617a6be1715b69f9bbb5f42088 - url: https://bosh.io/d/github.com/cloudfoundry/bosh-vsphere-cpi-release?v=97.0.11 - version: 97.0.11 + sha1: 580d14f345c2b779d63bfef9b90577090ecc62b2 + url: https://bosh.io/d/github.com/cloudfoundry/bosh-vsphere-cpi-release?v=97.0.16 + version: 97.0.16 stemcells: - alias: default os: ubuntu-jammy diff --git a/spec/results/proto-all-params-aws.yml b/spec/results/proto-all-params-aws.yml index 40c84387..6f11cd16 100644 --- a/spec/results/proto-all-params-aws.yml +++ b/spec/results/proto-all-params-aws.yml @@ -29,9 +29,9 @@ exodus: admin_password: admin_username: admin bosh: null - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -421,29 +421,29 @@ networks: type: manual releases: - name: bosh - sha1: f1037d820e8ca95a6cafbcf960e5fe60a08846cc - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.0.23-ubuntu-jammy-1.439-20240507-220907-148982428-20240507220908.tgz - version: 280.0.23 + sha1: e2452aa0d02713303c74e5bdde8b64aba23292a2 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.1.9-ubuntu-jammy-1.621.tgz + version: 280.1.9 - name: bpm - sha1: e7367480526938da89807efafd671c3df1c20418 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.2.19-ubuntu-jammy-1.439-20240507-215357-108905653-20240507215358.tgz - version: 1.2.19 + sha1: 4c93ea118fce40ec46dda83569f56bb6d8d809d0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.4.1-ubuntu-jammy-1.621.tgz + version: 1.4.1 - name: uaa - sha1: eb8b8f3dfc1045fd50eea877d7d6b74ddf0a28de - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.8.0-ubuntu-jammy-1.439-20240507-215447-555218504-20240507215449.tgz - version: 77.8.0 + sha1: 1da2632f3d961aab603bc0cf96ca147cf3bb8691 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.17.0-ubuntu-jammy-1.621.tgz + version: 77.17.0 - name: credhub - sha1: 38d8cd7073d51265635903a95c2d6177385283d9 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.73-ubuntu-jammy-1.439-20240507-215546-800819645-20240507215548.tgz - version: 2.12.73 + sha1: 3c413e5fd17c8bd78f9bd544abecec1990bab4db + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.93-ubuntu-jammy-1.621.tgz + version: 2.12.93 - name: os-conf sha1: 0f88a29315d8d9f900bb30a81c0eaf6d34a61639 url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=22.3.0 version: 22.3.0 - name: bosh-aws-cpi - sha1: 34691190b0ed5c5f81ddc051aa899f20102a5dc2 - url: https://bosh.io/d/github.com/cloudfoundry/bosh-aws-cpi-release?v=104 - version: 104 + sha1: 0ac6ba198e1956af43480f0cf12629b28c38cc29 + url: https://bosh.io/d/github.com/cloudfoundry/bosh-aws-cpi-release?v=105 + version: 105 resource_pools: - cloud_properties: availability_zone: test-regiona @@ -468,5 +468,5 @@ resource_pools: name: vms network: default stemcell: - sha1: 7dcc086ee9cb803e40ec4011e4555078d634e651 - url: https://storage.googleapis.com/bosh-aws-light-stemcells/1.439/light-bosh-stemcell-1.439-aws-xen-hvm-ubuntu-jammy-go_agent.tgz + sha1: ad86a75f53803d140f40c282e39a7a44391bc37e + url: https://storage.googleapis.com/bosh-aws-light-stemcells/1.621/light-bosh-stemcell-1.621-aws-xen-hvm-ubuntu-jammy-go_agent.tgz diff --git a/spec/results/proto-all-params-azure.yml b/spec/results/proto-all-params-azure.yml index caf74807..e2abc379 100644 --- a/spec/results/proto-all-params-azure.yml +++ b/spec/results/proto-all-params-azure.yml @@ -34,9 +34,9 @@ exodus: admin_password: admin_username: admin bosh: null - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -431,29 +431,29 @@ networks: type: manual releases: - name: bosh - sha1: f1037d820e8ca95a6cafbcf960e5fe60a08846cc - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.0.23-ubuntu-jammy-1.439-20240507-220907-148982428-20240507220908.tgz - version: 280.0.23 + sha1: e2452aa0d02713303c74e5bdde8b64aba23292a2 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.1.9-ubuntu-jammy-1.621.tgz + version: 280.1.9 - name: bpm - sha1: e7367480526938da89807efafd671c3df1c20418 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.2.19-ubuntu-jammy-1.439-20240507-215357-108905653-20240507215358.tgz - version: 1.2.19 + sha1: 4c93ea118fce40ec46dda83569f56bb6d8d809d0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.4.1-ubuntu-jammy-1.621.tgz + version: 1.4.1 - name: uaa - sha1: eb8b8f3dfc1045fd50eea877d7d6b74ddf0a28de - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.8.0-ubuntu-jammy-1.439-20240507-215447-555218504-20240507215449.tgz - version: 77.8.0 + sha1: 1da2632f3d961aab603bc0cf96ca147cf3bb8691 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.17.0-ubuntu-jammy-1.621.tgz + version: 77.17.0 - name: credhub - sha1: 38d8cd7073d51265635903a95c2d6177385283d9 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.73-ubuntu-jammy-1.439-20240507-215546-800819645-20240507215548.tgz - version: 2.12.73 + sha1: 3c413e5fd17c8bd78f9bd544abecec1990bab4db + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.93-ubuntu-jammy-1.621.tgz + version: 2.12.93 - name: os-conf sha1: 0f88a29315d8d9f900bb30a81c0eaf6d34a61639 url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=22.3.0 version: 22.3.0 - name: bosh-azure-cpi - sha1: c516559c248562854e89a22f37fd163b079b7d8f - url: https://bosh.io/d/github.com/cloudfoundry/bosh-azure-cpi-release?v=49.0.0 - version: 49.0.0 + sha1: 1201a31572f0b8485f2320750bf5ed261da29ece + url: https://bosh.io/d/github.com/cloudfoundry/bosh-azure-cpi-release?v=50.0.0 + version: 50.0.0 resource_pools: - cloud_properties: instance_type: test-instance-type @@ -475,5 +475,5 @@ resource_pools: name: vms network: default stemcell: - sha1: 462c9d8c1106abceb9aeac62a14e40ebb3be3cc1 - url: https://storage.googleapis.com/bosh-core-stemcells/1.439/bosh-stemcell-1.439-azure-hyperv-ubuntu-jammy-go_agent.tgz + sha1: a603f401e326a04e3c87f6ee8f682d81ce3db3a0 + url: https://storage.googleapis.com/bosh-core-stemcells/1.621/bosh-stemcell-1.621-azure-hyperv-ubuntu-jammy-go_agent.tgz diff --git a/spec/results/proto-all-params-google.yml b/spec/results/proto-all-params-google.yml index 7b20706e..8e240d9a 100644 --- a/spec/results/proto-all-params-google.yml +++ b/spec/results/proto-all-params-google.yml @@ -26,9 +26,9 @@ exodus: admin_password: admin_username: admin bosh: null - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -419,29 +419,29 @@ networks: type: manual releases: - name: bosh - sha1: f1037d820e8ca95a6cafbcf960e5fe60a08846cc - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.0.23-ubuntu-jammy-1.439-20240507-220907-148982428-20240507220908.tgz - version: 280.0.23 + sha1: e2452aa0d02713303c74e5bdde8b64aba23292a2 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.1.9-ubuntu-jammy-1.621.tgz + version: 280.1.9 - name: bpm - sha1: e7367480526938da89807efafd671c3df1c20418 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.2.19-ubuntu-jammy-1.439-20240507-215357-108905653-20240507215358.tgz - version: 1.2.19 + sha1: 4c93ea118fce40ec46dda83569f56bb6d8d809d0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.4.1-ubuntu-jammy-1.621.tgz + version: 1.4.1 - name: uaa - sha1: eb8b8f3dfc1045fd50eea877d7d6b74ddf0a28de - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.8.0-ubuntu-jammy-1.439-20240507-215447-555218504-20240507215449.tgz - version: 77.8.0 + sha1: 1da2632f3d961aab603bc0cf96ca147cf3bb8691 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.17.0-ubuntu-jammy-1.621.tgz + version: 77.17.0 - name: credhub - sha1: 38d8cd7073d51265635903a95c2d6177385283d9 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.73-ubuntu-jammy-1.439-20240507-215546-800819645-20240507215548.tgz - version: 2.12.73 + sha1: 3c413e5fd17c8bd78f9bd544abecec1990bab4db + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.93-ubuntu-jammy-1.621.tgz + version: 2.12.93 - name: os-conf sha1: 0f88a29315d8d9f900bb30a81c0eaf6d34a61639 url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=22.3.0 version: 22.3.0 - name: bosh-google-cpi - sha1: 081b0aa7ad1c3ce5d0ffd83580217256b8e6e73c - url: https://bosh.io/d/github.com/cloudfoundry/bosh-google-cpi-release?v=49.0.18 - version: 49.0.18 + sha1: 9c80c70b826ed40935cfcaed2d8fa576737fa9b0 + url: https://bosh.io/d/github.com/cloudfoundry/bosh-google-cpi-release?v=50.0.5 + version: 50.0.5 resource_pools: - cloud_properties: machine_type: test-machine-type @@ -468,5 +468,5 @@ resource_pools: name: vms network: default stemcell: - sha1: 9d5ae478a1c6ebe3f4d79115f45fcb9b4d6445f7 - url: https://storage.googleapis.com/bosh-gce-light-stemcells/1.439/light-bosh-stemcell-1.439-google-kvm-ubuntu-jammy-go_agent.tgz + sha1: 7f794d8368cb592bd0e7de581e6940796f4de8b2 + url: https://storage.googleapis.com/bosh-gce-light-stemcells/1.621/light-bosh-stemcell-1.621-google-kvm-ubuntu-jammy-go_agent.tgz diff --git a/spec/results/proto-all-params-source-vsphere.yml b/spec/results/proto-all-params-source-vsphere.yml index 0d4cef70..668899b1 100644 --- a/spec/results/proto-all-params-source-vsphere.yml +++ b/spec/results/proto-all-params-source-vsphere.yml @@ -36,9 +36,9 @@ exodus: admin_password: admin_username: admin bosh: null - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -443,29 +443,29 @@ networks: type: manual releases: - name: bosh - sha1: bcd3bc5958275d74d5246c166ad908683a507529 - url: https://bosh.io/d/github.com/cloudfoundry/bosh?v=280.0.23 - version: 280.0.23 + sha1: 6792ac12b59d3a14352ae37b66eb6bdfb35516c1 + url: https://bosh.io/d/github.com/cloudfoundry/bosh?v=280.1.9 + version: 280.1.9 - name: bpm - sha1: 8052def173f1e1d87dcbbce353dd2e6d1df96177 - url: https://bosh.io/d/github.com/cloudfoundry/bpm-release?v=1.2.19 - version: 1.2.19 + sha1: 1d2f22a5d024cb34f6d7d2da3f1ee95e4a8cdd61 + url: https://bosh.io/d/github.com/cloudfoundry/bpm-release?v=1.4.1 + version: 1.4.1 - name: uaa - sha1: 4f5a6a733ee87775fcd284dd42d51d6f57b1c927 - url: https://bosh.io/d/github.com/cloudfoundry/uaa-release?v=77.8.0 - version: 77.8.0 + sha1: b617ba847bbe05c5c3e31f3f3a5cb50e732992c7 + url: https://bosh.io/d/github.com/cloudfoundry/uaa-release?v=77.17.0 + version: 77.17.0 - name: credhub - sha1: 37239a90096f1d347c2cd7471fca1ffd3de42df8 - url: https://bosh.io/d/github.com/pivotal-cf/credhub-release?v=2.12.73 - version: 2.12.73 + sha1: 839113e27736a71972f8c44362ed3f1cbc0f5720 + url: https://bosh.io/d/github.com/pivotal-cf/credhub-release?v=2.12.93 + version: 2.12.93 - name: os-conf sha1: 0f88a29315d8d9f900bb30a81c0eaf6d34a61639 url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=22.3.0 version: 22.3.0 - name: bosh-vsphere-cpi - sha1: 5de5685b9ee0db617a6be1715b69f9bbb5f42088 - url: https://bosh.io/d/github.com/cloudfoundry/bosh-vsphere-cpi-release?v=97.0.11 - version: 97.0.11 + sha1: 580d14f345c2b779d63bfef9b90577090ecc62b2 + url: https://bosh.io/d/github.com/cloudfoundry/bosh-vsphere-cpi-release?v=97.0.16 + version: 97.0.16 resource_pools: - cloud_properties: cpu: test-cpu @@ -489,5 +489,5 @@ resource_pools: name: vms network: default stemcell: - sha1: 75638ff71432ccdefad5ae088272ac2fc0be64c6 - url: https://storage.googleapis.com/bosh-core-stemcells/1.439/bosh-stemcell-1.439-vsphere-esxi-ubuntu-jammy-go_agent.tgz + sha1: 13795c54d0423c6363d3e47f29fbe871f94a0db6 + url: https://storage.googleapis.com/bosh-core-stemcells/1.621/bosh-stemcell-1.621-vsphere-esxi-ubuntu-jammy-go_agent.tgz diff --git a/spec/results/proto-all-params-vsphere.yml b/spec/results/proto-all-params-vsphere.yml index 1908ed8a..bba90177 100644 --- a/spec/results/proto-all-params-vsphere.yml +++ b/spec/results/proto-all-params-vsphere.yml @@ -36,9 +36,9 @@ exodus: admin_password: admin_username: admin bosh: null - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -435,29 +435,29 @@ networks: type: manual releases: - name: bosh - sha1: f1037d820e8ca95a6cafbcf960e5fe60a08846cc - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.0.23-ubuntu-jammy-1.439-20240507-220907-148982428-20240507220908.tgz - version: 280.0.23 + sha1: e2452aa0d02713303c74e5bdde8b64aba23292a2 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.1.9-ubuntu-jammy-1.621.tgz + version: 280.1.9 - name: bpm - sha1: e7367480526938da89807efafd671c3df1c20418 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.2.19-ubuntu-jammy-1.439-20240507-215357-108905653-20240507215358.tgz - version: 1.2.19 + sha1: 4c93ea118fce40ec46dda83569f56bb6d8d809d0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.4.1-ubuntu-jammy-1.621.tgz + version: 1.4.1 - name: uaa - sha1: eb8b8f3dfc1045fd50eea877d7d6b74ddf0a28de - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.8.0-ubuntu-jammy-1.439-20240507-215447-555218504-20240507215449.tgz - version: 77.8.0 + sha1: 1da2632f3d961aab603bc0cf96ca147cf3bb8691 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.17.0-ubuntu-jammy-1.621.tgz + version: 77.17.0 - name: credhub - sha1: 38d8cd7073d51265635903a95c2d6177385283d9 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.73-ubuntu-jammy-1.439-20240507-215546-800819645-20240507215548.tgz - version: 2.12.73 + sha1: 3c413e5fd17c8bd78f9bd544abecec1990bab4db + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.93-ubuntu-jammy-1.621.tgz + version: 2.12.93 - name: os-conf sha1: 0f88a29315d8d9f900bb30a81c0eaf6d34a61639 url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=22.3.0 version: 22.3.0 - name: bosh-vsphere-cpi - sha1: 5de5685b9ee0db617a6be1715b69f9bbb5f42088 - url: https://bosh.io/d/github.com/cloudfoundry/bosh-vsphere-cpi-release?v=97.0.11 - version: 97.0.11 + sha1: 580d14f345c2b779d63bfef9b90577090ecc62b2 + url: https://bosh.io/d/github.com/cloudfoundry/bosh-vsphere-cpi-release?v=97.0.16 + version: 97.0.16 resource_pools: - cloud_properties: cpu: test-cpu @@ -481,5 +481,5 @@ resource_pools: name: vms network: default stemcell: - sha1: 75638ff71432ccdefad5ae088272ac2fc0be64c6 - url: https://storage.googleapis.com/bosh-core-stemcells/1.439/bosh-stemcell-1.439-vsphere-esxi-ubuntu-jammy-go_agent.tgz + sha1: 13795c54d0423c6363d3e47f29fbe871f94a0db6 + url: https://storage.googleapis.com/bosh-core-stemcells/1.621/bosh-stemcell-1.621-vsphere-esxi-ubuntu-jammy-go_agent.tgz diff --git a/spec/results/proto-aws-iam-profile-s3-blobstore-iam-profile.yml b/spec/results/proto-aws-iam-profile-s3-blobstore-iam-profile.yml index f2f1f793..e31ed33e 100644 --- a/spec/results/proto-aws-iam-profile-s3-blobstore-iam-profile.yml +++ b/spec/results/proto-aws-iam-profile-s3-blobstore-iam-profile.yml @@ -28,9 +28,9 @@ exodus: admin_password: admin_username: admin bosh: null - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -405,29 +405,29 @@ networks: type: manual releases: - name: bosh - sha1: f1037d820e8ca95a6cafbcf960e5fe60a08846cc - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.0.23-ubuntu-jammy-1.439-20240507-220907-148982428-20240507220908.tgz - version: 280.0.23 + sha1: e2452aa0d02713303c74e5bdde8b64aba23292a2 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.1.9-ubuntu-jammy-1.621.tgz + version: 280.1.9 - name: bpm - sha1: e7367480526938da89807efafd671c3df1c20418 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.2.19-ubuntu-jammy-1.439-20240507-215357-108905653-20240507215358.tgz - version: 1.2.19 + sha1: 4c93ea118fce40ec46dda83569f56bb6d8d809d0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.4.1-ubuntu-jammy-1.621.tgz + version: 1.4.1 - name: uaa - sha1: eb8b8f3dfc1045fd50eea877d7d6b74ddf0a28de - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.8.0-ubuntu-jammy-1.439-20240507-215447-555218504-20240507215449.tgz - version: 77.8.0 + sha1: 1da2632f3d961aab603bc0cf96ca147cf3bb8691 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.17.0-ubuntu-jammy-1.621.tgz + version: 77.17.0 - name: credhub - sha1: 38d8cd7073d51265635903a95c2d6177385283d9 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.73-ubuntu-jammy-1.439-20240507-215546-800819645-20240507215548.tgz - version: 2.12.73 + sha1: 3c413e5fd17c8bd78f9bd544abecec1990bab4db + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.93-ubuntu-jammy-1.621.tgz + version: 2.12.93 - name: os-conf sha1: 0f88a29315d8d9f900bb30a81c0eaf6d34a61639 url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=22.3.0 version: 22.3.0 - name: bosh-aws-cpi - sha1: 34691190b0ed5c5f81ddc051aa899f20102a5dc2 - url: https://bosh.io/d/github.com/cloudfoundry/bosh-aws-cpi-release?v=104 - version: 104 + sha1: 0ac6ba198e1956af43480f0cf12629b28c38cc29 + url: https://bosh.io/d/github.com/cloudfoundry/bosh-aws-cpi-release?v=105 + version: 105 resource_pools: - cloud_properties: availability_zone: test-regiona @@ -453,5 +453,5 @@ resource_pools: name: vms network: default stemcell: - sha1: 7dcc086ee9cb803e40ec4011e4555078d634e651 - url: https://storage.googleapis.com/bosh-aws-light-stemcells/1.439/light-bosh-stemcell-1.439-aws-xen-hvm-ubuntu-jammy-go_agent.tgz + sha1: ad86a75f53803d140f40c282e39a7a44391bc37e + url: https://storage.googleapis.com/bosh-aws-light-stemcells/1.621/light-bosh-stemcell-1.621-aws-xen-hvm-ubuntu-jammy-go_agent.tgz diff --git a/spec/results/proto-aws-iam-profile-s3-blobstore.yml b/spec/results/proto-aws-iam-profile-s3-blobstore.yml index f5153ea0..fe6e3672 100644 --- a/spec/results/proto-aws-iam-profile-s3-blobstore.yml +++ b/spec/results/proto-aws-iam-profile-s3-blobstore.yml @@ -28,9 +28,9 @@ exodus: admin_password: admin_username: admin bosh: null - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -406,29 +406,29 @@ networks: type: manual releases: - name: bosh - sha1: f1037d820e8ca95a6cafbcf960e5fe60a08846cc - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.0.23-ubuntu-jammy-1.439-20240507-220907-148982428-20240507220908.tgz - version: 280.0.23 + sha1: e2452aa0d02713303c74e5bdde8b64aba23292a2 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.1.9-ubuntu-jammy-1.621.tgz + version: 280.1.9 - name: bpm - sha1: e7367480526938da89807efafd671c3df1c20418 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.2.19-ubuntu-jammy-1.439-20240507-215357-108905653-20240507215358.tgz - version: 1.2.19 + sha1: 4c93ea118fce40ec46dda83569f56bb6d8d809d0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.4.1-ubuntu-jammy-1.621.tgz + version: 1.4.1 - name: uaa - sha1: eb8b8f3dfc1045fd50eea877d7d6b74ddf0a28de - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.8.0-ubuntu-jammy-1.439-20240507-215447-555218504-20240507215449.tgz - version: 77.8.0 + sha1: 1da2632f3d961aab603bc0cf96ca147cf3bb8691 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.17.0-ubuntu-jammy-1.621.tgz + version: 77.17.0 - name: credhub - sha1: 38d8cd7073d51265635903a95c2d6177385283d9 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.73-ubuntu-jammy-1.439-20240507-215546-800819645-20240507215548.tgz - version: 2.12.73 + sha1: 3c413e5fd17c8bd78f9bd544abecec1990bab4db + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.93-ubuntu-jammy-1.621.tgz + version: 2.12.93 - name: os-conf sha1: 0f88a29315d8d9f900bb30a81c0eaf6d34a61639 url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=22.3.0 version: 22.3.0 - name: bosh-aws-cpi - sha1: 34691190b0ed5c5f81ddc051aa899f20102a5dc2 - url: https://bosh.io/d/github.com/cloudfoundry/bosh-aws-cpi-release?v=104 - version: 104 + sha1: 0ac6ba198e1956af43480f0cf12629b28c38cc29 + url: https://bosh.io/d/github.com/cloudfoundry/bosh-aws-cpi-release?v=105 + version: 105 resource_pools: - cloud_properties: availability_zone: test-regiona @@ -454,5 +454,5 @@ resource_pools: name: vms network: default stemcell: - sha1: 7dcc086ee9cb803e40ec4011e4555078d634e651 - url: https://storage.googleapis.com/bosh-aws-light-stemcells/1.439/light-bosh-stemcell-1.439-aws-xen-hvm-ubuntu-jammy-go_agent.tgz + sha1: ad86a75f53803d140f40c282e39a7a44391bc37e + url: https://storage.googleapis.com/bosh-aws-light-stemcells/1.621/light-bosh-stemcell-1.621-aws-xen-hvm-ubuntu-jammy-go_agent.tgz diff --git a/spec/results/proto-aws-iam-profile.yml b/spec/results/proto-aws-iam-profile.yml index 317479f2..38c66489 100644 --- a/spec/results/proto-aws-iam-profile.yml +++ b/spec/results/proto-aws-iam-profile.yml @@ -28,9 +28,9 @@ exodus: admin_password: admin_username: admin bosh: null - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -419,29 +419,29 @@ networks: type: manual releases: - name: bosh - sha1: f1037d820e8ca95a6cafbcf960e5fe60a08846cc - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.0.23-ubuntu-jammy-1.439-20240507-220907-148982428-20240507220908.tgz - version: 280.0.23 + sha1: e2452aa0d02713303c74e5bdde8b64aba23292a2 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.1.9-ubuntu-jammy-1.621.tgz + version: 280.1.9 - name: bpm - sha1: e7367480526938da89807efafd671c3df1c20418 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.2.19-ubuntu-jammy-1.439-20240507-215357-108905653-20240507215358.tgz - version: 1.2.19 + sha1: 4c93ea118fce40ec46dda83569f56bb6d8d809d0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.4.1-ubuntu-jammy-1.621.tgz + version: 1.4.1 - name: uaa - sha1: eb8b8f3dfc1045fd50eea877d7d6b74ddf0a28de - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.8.0-ubuntu-jammy-1.439-20240507-215447-555218504-20240507215449.tgz - version: 77.8.0 + sha1: 1da2632f3d961aab603bc0cf96ca147cf3bb8691 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.17.0-ubuntu-jammy-1.621.tgz + version: 77.17.0 - name: credhub - sha1: 38d8cd7073d51265635903a95c2d6177385283d9 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.73-ubuntu-jammy-1.439-20240507-215546-800819645-20240507215548.tgz - version: 2.12.73 + sha1: 3c413e5fd17c8bd78f9bd544abecec1990bab4db + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.93-ubuntu-jammy-1.621.tgz + version: 2.12.93 - name: os-conf sha1: 0f88a29315d8d9f900bb30a81c0eaf6d34a61639 url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=22.3.0 version: 22.3.0 - name: bosh-aws-cpi - sha1: 34691190b0ed5c5f81ddc051aa899f20102a5dc2 - url: https://bosh.io/d/github.com/cloudfoundry/bosh-aws-cpi-release?v=104 - version: 104 + sha1: 0ac6ba198e1956af43480f0cf12629b28c38cc29 + url: https://bosh.io/d/github.com/cloudfoundry/bosh-aws-cpi-release?v=105 + version: 105 resource_pools: - cloud_properties: availability_zone: test-regiona @@ -467,5 +467,5 @@ resource_pools: name: vms network: default stemcell: - sha1: 7dcc086ee9cb803e40ec4011e4555078d634e651 - url: https://storage.googleapis.com/bosh-aws-light-stemcells/1.439/light-bosh-stemcell-1.439-aws-xen-hvm-ubuntu-jammy-go_agent.tgz + sha1: ad86a75f53803d140f40c282e39a7a44391bc37e + url: https://storage.googleapis.com/bosh-aws-light-stemcells/1.621/light-bosh-stemcell-1.621-aws-xen-hvm-ubuntu-jammy-go_agent.tgz diff --git a/spec/results/proto-aws-s3-blobstore-iam-profile.yml b/spec/results/proto-aws-s3-blobstore-iam-profile.yml index 464b504b..729971bc 100644 --- a/spec/results/proto-aws-s3-blobstore-iam-profile.yml +++ b/spec/results/proto-aws-s3-blobstore-iam-profile.yml @@ -28,9 +28,9 @@ exodus: admin_password: admin_username: admin bosh: null - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -406,29 +406,29 @@ networks: type: manual releases: - name: bosh - sha1: f1037d820e8ca95a6cafbcf960e5fe60a08846cc - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.0.23-ubuntu-jammy-1.439-20240507-220907-148982428-20240507220908.tgz - version: 280.0.23 + sha1: e2452aa0d02713303c74e5bdde8b64aba23292a2 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.1.9-ubuntu-jammy-1.621.tgz + version: 280.1.9 - name: bpm - sha1: e7367480526938da89807efafd671c3df1c20418 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.2.19-ubuntu-jammy-1.439-20240507-215357-108905653-20240507215358.tgz - version: 1.2.19 + sha1: 4c93ea118fce40ec46dda83569f56bb6d8d809d0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.4.1-ubuntu-jammy-1.621.tgz + version: 1.4.1 - name: uaa - sha1: eb8b8f3dfc1045fd50eea877d7d6b74ddf0a28de - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.8.0-ubuntu-jammy-1.439-20240507-215447-555218504-20240507215449.tgz - version: 77.8.0 + sha1: 1da2632f3d961aab603bc0cf96ca147cf3bb8691 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.17.0-ubuntu-jammy-1.621.tgz + version: 77.17.0 - name: credhub - sha1: 38d8cd7073d51265635903a95c2d6177385283d9 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.73-ubuntu-jammy-1.439-20240507-215546-800819645-20240507215548.tgz - version: 2.12.73 + sha1: 3c413e5fd17c8bd78f9bd544abecec1990bab4db + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.93-ubuntu-jammy-1.621.tgz + version: 2.12.93 - name: os-conf sha1: 0f88a29315d8d9f900bb30a81c0eaf6d34a61639 url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=22.3.0 version: 22.3.0 - name: bosh-aws-cpi - sha1: 34691190b0ed5c5f81ddc051aa899f20102a5dc2 - url: https://bosh.io/d/github.com/cloudfoundry/bosh-aws-cpi-release?v=104 - version: 104 + sha1: 0ac6ba198e1956af43480f0cf12629b28c38cc29 + url: https://bosh.io/d/github.com/cloudfoundry/bosh-aws-cpi-release?v=105 + version: 105 resource_pools: - cloud_properties: availability_zone: test-regiona @@ -454,5 +454,5 @@ resource_pools: name: vms network: default stemcell: - sha1: 7dcc086ee9cb803e40ec4011e4555078d634e651 - url: https://storage.googleapis.com/bosh-aws-light-stemcells/1.439/light-bosh-stemcell-1.439-aws-xen-hvm-ubuntu-jammy-go_agent.tgz + sha1: ad86a75f53803d140f40c282e39a7a44391bc37e + url: https://storage.googleapis.com/bosh-aws-light-stemcells/1.621/light-bosh-stemcell-1.621-aws-xen-hvm-ubuntu-jammy-go_agent.tgz diff --git a/spec/results/proto-aws-s3-blobstore.yml b/spec/results/proto-aws-s3-blobstore.yml index 361354ae..6b123b6d 100644 --- a/spec/results/proto-aws-s3-blobstore.yml +++ b/spec/results/proto-aws-s3-blobstore.yml @@ -28,9 +28,9 @@ exodus: admin_password: admin_username: admin bosh: null - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -406,29 +406,29 @@ networks: type: manual releases: - name: bosh - sha1: f1037d820e8ca95a6cafbcf960e5fe60a08846cc - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.0.23-ubuntu-jammy-1.439-20240507-220907-148982428-20240507220908.tgz - version: 280.0.23 + sha1: e2452aa0d02713303c74e5bdde8b64aba23292a2 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.1.9-ubuntu-jammy-1.621.tgz + version: 280.1.9 - name: bpm - sha1: e7367480526938da89807efafd671c3df1c20418 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.2.19-ubuntu-jammy-1.439-20240507-215357-108905653-20240507215358.tgz - version: 1.2.19 + sha1: 4c93ea118fce40ec46dda83569f56bb6d8d809d0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.4.1-ubuntu-jammy-1.621.tgz + version: 1.4.1 - name: uaa - sha1: eb8b8f3dfc1045fd50eea877d7d6b74ddf0a28de - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.8.0-ubuntu-jammy-1.439-20240507-215447-555218504-20240507215449.tgz - version: 77.8.0 + sha1: 1da2632f3d961aab603bc0cf96ca147cf3bb8691 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.17.0-ubuntu-jammy-1.621.tgz + version: 77.17.0 - name: credhub - sha1: 38d8cd7073d51265635903a95c2d6177385283d9 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.73-ubuntu-jammy-1.439-20240507-215546-800819645-20240507215548.tgz - version: 2.12.73 + sha1: 3c413e5fd17c8bd78f9bd544abecec1990bab4db + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.93-ubuntu-jammy-1.621.tgz + version: 2.12.93 - name: os-conf sha1: 0f88a29315d8d9f900bb30a81c0eaf6d34a61639 url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=22.3.0 version: 22.3.0 - name: bosh-aws-cpi - sha1: 34691190b0ed5c5f81ddc051aa899f20102a5dc2 - url: https://bosh.io/d/github.com/cloudfoundry/bosh-aws-cpi-release?v=104 - version: 104 + sha1: 0ac6ba198e1956af43480f0cf12629b28c38cc29 + url: https://bosh.io/d/github.com/cloudfoundry/bosh-aws-cpi-release?v=105 + version: 105 resource_pools: - cloud_properties: availability_zone: test-regiona @@ -454,5 +454,5 @@ resource_pools: name: vms network: default stemcell: - sha1: 7dcc086ee9cb803e40ec4011e4555078d634e651 - url: https://storage.googleapis.com/bosh-aws-light-stemcells/1.439/light-bosh-stemcell-1.439-aws-xen-hvm-ubuntu-jammy-go_agent.tgz + sha1: ad86a75f53803d140f40c282e39a7a44391bc37e + url: https://storage.googleapis.com/bosh-aws-light-stemcells/1.621/light-bosh-stemcell-1.621-aws-xen-hvm-ubuntu-jammy-go_agent.tgz diff --git a/spec/results/proto-aws.yml b/spec/results/proto-aws.yml index 5602898d..f4b96566 100644 --- a/spec/results/proto-aws.yml +++ b/spec/results/proto-aws.yml @@ -29,9 +29,9 @@ exodus: admin_password: admin_username: admin bosh: null - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -421,29 +421,29 @@ networks: type: manual releases: - name: bosh - sha1: f1037d820e8ca95a6cafbcf960e5fe60a08846cc - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.0.23-ubuntu-jammy-1.439-20240507-220907-148982428-20240507220908.tgz - version: 280.0.23 + sha1: e2452aa0d02713303c74e5bdde8b64aba23292a2 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.1.9-ubuntu-jammy-1.621.tgz + version: 280.1.9 - name: bpm - sha1: e7367480526938da89807efafd671c3df1c20418 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.2.19-ubuntu-jammy-1.439-20240507-215357-108905653-20240507215358.tgz - version: 1.2.19 + sha1: 4c93ea118fce40ec46dda83569f56bb6d8d809d0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.4.1-ubuntu-jammy-1.621.tgz + version: 1.4.1 - name: uaa - sha1: eb8b8f3dfc1045fd50eea877d7d6b74ddf0a28de - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.8.0-ubuntu-jammy-1.439-20240507-215447-555218504-20240507215449.tgz - version: 77.8.0 + sha1: 1da2632f3d961aab603bc0cf96ca147cf3bb8691 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.17.0-ubuntu-jammy-1.621.tgz + version: 77.17.0 - name: credhub - sha1: 38d8cd7073d51265635903a95c2d6177385283d9 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.73-ubuntu-jammy-1.439-20240507-215546-800819645-20240507215548.tgz - version: 2.12.73 + sha1: 3c413e5fd17c8bd78f9bd544abecec1990bab4db + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.93-ubuntu-jammy-1.621.tgz + version: 2.12.93 - name: os-conf sha1: 0f88a29315d8d9f900bb30a81c0eaf6d34a61639 url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=22.3.0 version: 22.3.0 - name: bosh-aws-cpi - sha1: 34691190b0ed5c5f81ddc051aa899f20102a5dc2 - url: https://bosh.io/d/github.com/cloudfoundry/bosh-aws-cpi-release?v=104 - version: 104 + sha1: 0ac6ba198e1956af43480f0cf12629b28c38cc29 + url: https://bosh.io/d/github.com/cloudfoundry/bosh-aws-cpi-release?v=105 + version: 105 resource_pools: - cloud_properties: availability_zone: test-regiona @@ -468,5 +468,5 @@ resource_pools: name: vms network: default stemcell: - sha1: 7dcc086ee9cb803e40ec4011e4555078d634e651 - url: https://storage.googleapis.com/bosh-aws-light-stemcells/1.439/light-bosh-stemcell-1.439-aws-xen-hvm-ubuntu-jammy-go_agent.tgz + sha1: ad86a75f53803d140f40c282e39a7a44391bc37e + url: https://storage.googleapis.com/bosh-aws-light-stemcells/1.621/light-bosh-stemcell-1.621-aws-xen-hvm-ubuntu-jammy-go_agent.tgz diff --git a/spec/results/proto-azure.yml b/spec/results/proto-azure.yml index fbdd399b..329c727e 100644 --- a/spec/results/proto-azure.yml +++ b/spec/results/proto-azure.yml @@ -34,9 +34,9 @@ exodus: admin_password: admin_username: admin bosh: null - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -431,29 +431,29 @@ networks: type: manual releases: - name: bosh - sha1: f1037d820e8ca95a6cafbcf960e5fe60a08846cc - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.0.23-ubuntu-jammy-1.439-20240507-220907-148982428-20240507220908.tgz - version: 280.0.23 + sha1: e2452aa0d02713303c74e5bdde8b64aba23292a2 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.1.9-ubuntu-jammy-1.621.tgz + version: 280.1.9 - name: bpm - sha1: e7367480526938da89807efafd671c3df1c20418 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.2.19-ubuntu-jammy-1.439-20240507-215357-108905653-20240507215358.tgz - version: 1.2.19 + sha1: 4c93ea118fce40ec46dda83569f56bb6d8d809d0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.4.1-ubuntu-jammy-1.621.tgz + version: 1.4.1 - name: uaa - sha1: eb8b8f3dfc1045fd50eea877d7d6b74ddf0a28de - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.8.0-ubuntu-jammy-1.439-20240507-215447-555218504-20240507215449.tgz - version: 77.8.0 + sha1: 1da2632f3d961aab603bc0cf96ca147cf3bb8691 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.17.0-ubuntu-jammy-1.621.tgz + version: 77.17.0 - name: credhub - sha1: 38d8cd7073d51265635903a95c2d6177385283d9 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.73-ubuntu-jammy-1.439-20240507-215546-800819645-20240507215548.tgz - version: 2.12.73 + sha1: 3c413e5fd17c8bd78f9bd544abecec1990bab4db + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.93-ubuntu-jammy-1.621.tgz + version: 2.12.93 - name: os-conf sha1: 0f88a29315d8d9f900bb30a81c0eaf6d34a61639 url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=22.3.0 version: 22.3.0 - name: bosh-azure-cpi - sha1: c516559c248562854e89a22f37fd163b079b7d8f - url: https://bosh.io/d/github.com/cloudfoundry/bosh-azure-cpi-release?v=49.0.0 - version: 49.0.0 + sha1: 1201a31572f0b8485f2320750bf5ed261da29ece + url: https://bosh.io/d/github.com/cloudfoundry/bosh-azure-cpi-release?v=50.0.0 + version: 50.0.0 resource_pools: - cloud_properties: instance_type: Standard_D1_v2 @@ -475,5 +475,5 @@ resource_pools: name: vms network: default stemcell: - sha1: 462c9d8c1106abceb9aeac62a14e40ebb3be3cc1 - url: https://storage.googleapis.com/bosh-core-stemcells/1.439/bosh-stemcell-1.439-azure-hyperv-ubuntu-jammy-go_agent.tgz + sha1: a603f401e326a04e3c87f6ee8f682d81ce3db3a0 + url: https://storage.googleapis.com/bosh-core-stemcells/1.621/bosh-stemcell-1.621-azure-hyperv-ubuntu-jammy-go_agent.tgz diff --git a/spec/results/proto-google.yml b/spec/results/proto-google.yml index b3c830b9..af2a9e4e 100644 --- a/spec/results/proto-google.yml +++ b/spec/results/proto-google.yml @@ -26,9 +26,9 @@ exodus: admin_password: admin_username: admin bosh: null - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -419,29 +419,29 @@ networks: type: manual releases: - name: bosh - sha1: f1037d820e8ca95a6cafbcf960e5fe60a08846cc - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.0.23-ubuntu-jammy-1.439-20240507-220907-148982428-20240507220908.tgz - version: 280.0.23 + sha1: e2452aa0d02713303c74e5bdde8b64aba23292a2 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.1.9-ubuntu-jammy-1.621.tgz + version: 280.1.9 - name: bpm - sha1: e7367480526938da89807efafd671c3df1c20418 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.2.19-ubuntu-jammy-1.439-20240507-215357-108905653-20240507215358.tgz - version: 1.2.19 + sha1: 4c93ea118fce40ec46dda83569f56bb6d8d809d0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.4.1-ubuntu-jammy-1.621.tgz + version: 1.4.1 - name: uaa - sha1: eb8b8f3dfc1045fd50eea877d7d6b74ddf0a28de - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.8.0-ubuntu-jammy-1.439-20240507-215447-555218504-20240507215449.tgz - version: 77.8.0 + sha1: 1da2632f3d961aab603bc0cf96ca147cf3bb8691 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.17.0-ubuntu-jammy-1.621.tgz + version: 77.17.0 - name: credhub - sha1: 38d8cd7073d51265635903a95c2d6177385283d9 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.73-ubuntu-jammy-1.439-20240507-215546-800819645-20240507215548.tgz - version: 2.12.73 + sha1: 3c413e5fd17c8bd78f9bd544abecec1990bab4db + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.93-ubuntu-jammy-1.621.tgz + version: 2.12.93 - name: os-conf sha1: 0f88a29315d8d9f900bb30a81c0eaf6d34a61639 url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=22.3.0 version: 22.3.0 - name: bosh-google-cpi - sha1: 081b0aa7ad1c3ce5d0ffd83580217256b8e6e73c - url: https://bosh.io/d/github.com/cloudfoundry/bosh-google-cpi-release?v=49.0.18 - version: 49.0.18 + sha1: 9c80c70b826ed40935cfcaed2d8fa576737fa9b0 + url: https://bosh.io/d/github.com/cloudfoundry/bosh-google-cpi-release?v=50.0.5 + version: 50.0.5 resource_pools: - cloud_properties: machine_type: n1-standard-1 @@ -468,5 +468,5 @@ resource_pools: name: vms network: default stemcell: - sha1: 9d5ae478a1c6ebe3f4d79115f45fcb9b4d6445f7 - url: https://storage.googleapis.com/bosh-gce-light-stemcells/1.439/light-bosh-stemcell-1.439-google-kvm-ubuntu-jammy-go_agent.tgz + sha1: 7f794d8368cb592bd0e7de581e6940796f4de8b2 + url: https://storage.googleapis.com/bosh-gce-light-stemcells/1.621/light-bosh-stemcell-1.621-google-kvm-ubuntu-jammy-go_agent.tgz diff --git a/spec/results/proto-openstack.yml b/spec/results/proto-openstack.yml index 054a4879..3229c571 100644 --- a/spec/results/proto-openstack.yml +++ b/spec/results/proto-openstack.yml @@ -31,9 +31,9 @@ exodus: admin_password: admin_username: admin bosh: null - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -427,29 +427,29 @@ networks: type: manual releases: - name: bosh - sha1: f1037d820e8ca95a6cafbcf960e5fe60a08846cc - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.0.23-ubuntu-jammy-1.439-20240507-220907-148982428-20240507220908.tgz - version: 280.0.23 + sha1: e2452aa0d02713303c74e5bdde8b64aba23292a2 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.1.9-ubuntu-jammy-1.621.tgz + version: 280.1.9 - name: bpm - sha1: e7367480526938da89807efafd671c3df1c20418 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.2.19-ubuntu-jammy-1.439-20240507-215357-108905653-20240507215358.tgz - version: 1.2.19 + sha1: 4c93ea118fce40ec46dda83569f56bb6d8d809d0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.4.1-ubuntu-jammy-1.621.tgz + version: 1.4.1 - name: uaa - sha1: eb8b8f3dfc1045fd50eea877d7d6b74ddf0a28de - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.8.0-ubuntu-jammy-1.439-20240507-215447-555218504-20240507215449.tgz - version: 77.8.0 + sha1: 1da2632f3d961aab603bc0cf96ca147cf3bb8691 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.17.0-ubuntu-jammy-1.621.tgz + version: 77.17.0 - name: credhub - sha1: 38d8cd7073d51265635903a95c2d6177385283d9 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.73-ubuntu-jammy-1.439-20240507-215546-800819645-20240507215548.tgz - version: 2.12.73 + sha1: 3c413e5fd17c8bd78f9bd544abecec1990bab4db + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.93-ubuntu-jammy-1.621.tgz + version: 2.12.93 - name: os-conf sha1: 0f88a29315d8d9f900bb30a81c0eaf6d34a61639 url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=22.3.0 version: 22.3.0 - name: bosh-openstack-cpi - sha1: 119855d0e917eabfb50f1e72f78cd88f3852fab8 - url: https://bosh.io/d/github.com/cloudfoundry/bosh-openstack-cpi-release?v=54 - version: 54 + sha1: 8fe5580212626407c772d244909126a78a2d78ab + url: https://bosh.io/d/github.com/cloudfoundry/bosh-openstack-cpi-release?v=55 + version: 55 resource_pools: - cloud_properties: availability_zone: test-az @@ -472,5 +472,5 @@ resource_pools: name: vms network: default stemcell: - sha1: 5882b6293fbd63eb4b0b5ee6fd8e78e49db04e5f - url: https://storage.googleapis.com/bosh-core-stemcells/1.439/bosh-stemcell-1.439-openstack-kvm-ubuntu-jammy-go_agent.tgz + sha1: 6928bcf6c63f0ef9e151dff4229a823a5a38a566 + url: https://storage.googleapis.com/bosh-core-stemcells/1.621/bosh-stemcell-1.621-openstack-kvm-ubuntu-jammy-go_agent.tgz diff --git a/spec/results/proto-vsphere.yml b/spec/results/proto-vsphere.yml index 3005a969..55ac0db0 100644 --- a/spec/results/proto-vsphere.yml +++ b/spec/results/proto-vsphere.yml @@ -36,9 +36,9 @@ exodus: admin_password: admin_username: admin bosh: null - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -435,29 +435,29 @@ networks: type: manual releases: - name: bosh - sha1: f1037d820e8ca95a6cafbcf960e5fe60a08846cc - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.0.23-ubuntu-jammy-1.439-20240507-220907-148982428-20240507220908.tgz - version: 280.0.23 + sha1: e2452aa0d02713303c74e5bdde8b64aba23292a2 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.1.9-ubuntu-jammy-1.621.tgz + version: 280.1.9 - name: bpm - sha1: e7367480526938da89807efafd671c3df1c20418 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.2.19-ubuntu-jammy-1.439-20240507-215357-108905653-20240507215358.tgz - version: 1.2.19 + sha1: 4c93ea118fce40ec46dda83569f56bb6d8d809d0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.4.1-ubuntu-jammy-1.621.tgz + version: 1.4.1 - name: uaa - sha1: eb8b8f3dfc1045fd50eea877d7d6b74ddf0a28de - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.8.0-ubuntu-jammy-1.439-20240507-215447-555218504-20240507215449.tgz - version: 77.8.0 + sha1: 1da2632f3d961aab603bc0cf96ca147cf3bb8691 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.17.0-ubuntu-jammy-1.621.tgz + version: 77.17.0 - name: credhub - sha1: 38d8cd7073d51265635903a95c2d6177385283d9 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.73-ubuntu-jammy-1.439-20240507-215546-800819645-20240507215548.tgz - version: 2.12.73 + sha1: 3c413e5fd17c8bd78f9bd544abecec1990bab4db + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.93-ubuntu-jammy-1.621.tgz + version: 2.12.93 - name: os-conf sha1: 0f88a29315d8d9f900bb30a81c0eaf6d34a61639 url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=22.3.0 version: 22.3.0 - name: bosh-vsphere-cpi - sha1: 5de5685b9ee0db617a6be1715b69f9bbb5f42088 - url: https://bosh.io/d/github.com/cloudfoundry/bosh-vsphere-cpi-release?v=97.0.11 - version: 97.0.11 + sha1: 580d14f345c2b779d63bfef9b90577090ecc62b2 + url: https://bosh.io/d/github.com/cloudfoundry/bosh-vsphere-cpi-release?v=97.0.16 + version: 97.0.16 resource_pools: - cloud_properties: cpu: 2 @@ -481,5 +481,5 @@ resource_pools: name: vms network: default stemcell: - sha1: 75638ff71432ccdefad5ae088272ac2fc0be64c6 - url: https://storage.googleapis.com/bosh-core-stemcells/1.439/bosh-stemcell-1.439-vsphere-esxi-ubuntu-jammy-go_agent.tgz + sha1: 13795c54d0423c6363d3e47f29fbe871f94a0db6 + url: https://storage.googleapis.com/bosh-core-stemcells/1.621/bosh-stemcell-1.621-vsphere-esxi-ubuntu-jammy-go_agent.tgz diff --git a/spec/results/skip-op-users.yml b/spec/results/skip-op-users.yml index 18207ba8..96dd59c3 100644 --- a/spec/results/skip-op-users.yml +++ b/spec/results/skip-op-users.yml @@ -2,9 +2,9 @@ exodus: admin_password: admin_username: admin bosh: proto-main - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -380,25 +380,25 @@ instance_groups: name: skip-op-users-bosh releases: - name: bosh - sha1: f1037d820e8ca95a6cafbcf960e5fe60a08846cc - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.0.23-ubuntu-jammy-1.439-20240507-220907-148982428-20240507220908.tgz - version: 280.0.23 + sha1: e2452aa0d02713303c74e5bdde8b64aba23292a2 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.1.9-ubuntu-jammy-1.621.tgz + version: 280.1.9 - name: bpm - sha1: e7367480526938da89807efafd671c3df1c20418 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.2.19-ubuntu-jammy-1.439-20240507-215357-108905653-20240507215358.tgz - version: 1.2.19 + sha1: 4c93ea118fce40ec46dda83569f56bb6d8d809d0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.4.1-ubuntu-jammy-1.621.tgz + version: 1.4.1 - name: uaa - sha1: eb8b8f3dfc1045fd50eea877d7d6b74ddf0a28de - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.8.0-ubuntu-jammy-1.439-20240507-215447-555218504-20240507215449.tgz - version: 77.8.0 + sha1: 1da2632f3d961aab603bc0cf96ca147cf3bb8691 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.17.0-ubuntu-jammy-1.621.tgz + version: 77.17.0 - name: credhub - sha1: 38d8cd7073d51265635903a95c2d6177385283d9 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.73-ubuntu-jammy-1.439-20240507-215546-800819645-20240507215548.tgz - version: 2.12.73 + sha1: 3c413e5fd17c8bd78f9bd544abecec1990bab4db + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.93-ubuntu-jammy-1.621.tgz + version: 2.12.93 - name: bosh-vsphere-cpi - sha1: 5de5685b9ee0db617a6be1715b69f9bbb5f42088 - url: https://bosh.io/d/github.com/cloudfoundry/bosh-vsphere-cpi-release?v=97.0.11 - version: 97.0.11 + sha1: 580d14f345c2b779d63bfef9b90577090ecc62b2 + url: https://bosh.io/d/github.com/cloudfoundry/bosh-vsphere-cpi-release?v=97.0.16 + version: 97.0.16 stemcells: - alias: default os: ubuntu-jammy diff --git a/spec/results/upgrade.yml b/spec/results/upgrade.yml index c5fafe73..a63273bf 100644 --- a/spec/results/upgrade.yml +++ b/spec/results/upgrade.yml @@ -36,9 +36,9 @@ exodus: admin_password: admin_username: admin bosh: null - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -435,29 +435,29 @@ networks: type: manual releases: - name: bosh - sha1: f1037d820e8ca95a6cafbcf960e5fe60a08846cc - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.0.23-ubuntu-jammy-1.439-20240507-220907-148982428-20240507220908.tgz - version: 280.0.23 + sha1: e2452aa0d02713303c74e5bdde8b64aba23292a2 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.1.9-ubuntu-jammy-1.621.tgz + version: 280.1.9 - name: bpm - sha1: e7367480526938da89807efafd671c3df1c20418 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.2.19-ubuntu-jammy-1.439-20240507-215357-108905653-20240507215358.tgz - version: 1.2.19 + sha1: 4c93ea118fce40ec46dda83569f56bb6d8d809d0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.4.1-ubuntu-jammy-1.621.tgz + version: 1.4.1 - name: uaa - sha1: eb8b8f3dfc1045fd50eea877d7d6b74ddf0a28de - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.8.0-ubuntu-jammy-1.439-20240507-215447-555218504-20240507215449.tgz - version: 77.8.0 + sha1: 1da2632f3d961aab603bc0cf96ca147cf3bb8691 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.17.0-ubuntu-jammy-1.621.tgz + version: 77.17.0 - name: credhub - sha1: 38d8cd7073d51265635903a95c2d6177385283d9 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.73-ubuntu-jammy-1.439-20240507-215546-800819645-20240507215548.tgz - version: 2.12.73 + sha1: 3c413e5fd17c8bd78f9bd544abecec1990bab4db + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.93-ubuntu-jammy-1.621.tgz + version: 2.12.93 - name: os-conf sha1: 0f88a29315d8d9f900bb30a81c0eaf6d34a61639 url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=22.3.0 version: 22.3.0 - name: bosh-vsphere-cpi - sha1: 5de5685b9ee0db617a6be1715b69f9bbb5f42088 - url: https://bosh.io/d/github.com/cloudfoundry/bosh-vsphere-cpi-release?v=97.0.11 - version: 97.0.11 + sha1: 580d14f345c2b779d63bfef9b90577090ecc62b2 + url: https://bosh.io/d/github.com/cloudfoundry/bosh-vsphere-cpi-release?v=97.0.16 + version: 97.0.16 resource_pools: - cloud_properties: cpu: 2 @@ -481,5 +481,5 @@ resource_pools: name: vms network: default stemcell: - sha1: 75638ff71432ccdefad5ae088272ac2fc0be64c6 - url: https://storage.googleapis.com/bosh-core-stemcells/1.439/bosh-stemcell-1.439-vsphere-esxi-ubuntu-jammy-go_agent.tgz + sha1: 13795c54d0423c6363d3e47f29fbe871f94a0db6 + url: https://storage.googleapis.com/bosh-core-stemcells/1.621/bosh-stemcell-1.621-vsphere-esxi-ubuntu-jammy-go_agent.tgz diff --git a/spec/results/vault-credhub-proxy.yml b/spec/results/vault-credhub-proxy.yml index 6fd51a67..b80be070 100644 --- a/spec/results/vault-credhub-proxy.yml +++ b/spec/results/vault-credhub-proxy.yml @@ -2,9 +2,9 @@ exodus: admin_password: admin_username: admin bosh: proto-main - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -404,29 +404,29 @@ instance_groups: name: vault-credhub-proxy-bosh releases: - name: bosh - sha1: f1037d820e8ca95a6cafbcf960e5fe60a08846cc - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.0.23-ubuntu-jammy-1.439-20240507-220907-148982428-20240507220908.tgz - version: 280.0.23 + sha1: e2452aa0d02713303c74e5bdde8b64aba23292a2 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.1.9-ubuntu-jammy-1.621.tgz + version: 280.1.9 - name: bpm - sha1: e7367480526938da89807efafd671c3df1c20418 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.2.19-ubuntu-jammy-1.439-20240507-215357-108905653-20240507215358.tgz - version: 1.2.19 + sha1: 4c93ea118fce40ec46dda83569f56bb6d8d809d0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.4.1-ubuntu-jammy-1.621.tgz + version: 1.4.1 - name: uaa - sha1: eb8b8f3dfc1045fd50eea877d7d6b74ddf0a28de - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.8.0-ubuntu-jammy-1.439-20240507-215447-555218504-20240507215449.tgz - version: 77.8.0 + sha1: 1da2632f3d961aab603bc0cf96ca147cf3bb8691 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.17.0-ubuntu-jammy-1.621.tgz + version: 77.17.0 - name: credhub - sha1: 38d8cd7073d51265635903a95c2d6177385283d9 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.73-ubuntu-jammy-1.439-20240507-215546-800819645-20240507215548.tgz - version: 2.12.73 + sha1: 3c413e5fd17c8bd78f9bd544abecec1990bab4db + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.93-ubuntu-jammy-1.621.tgz + version: 2.12.93 - name: os-conf sha1: 0f88a29315d8d9f900bb30a81c0eaf6d34a61639 url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=22.3.0 version: 22.3.0 - name: bosh-vsphere-cpi - sha1: 5de5685b9ee0db617a6be1715b69f9bbb5f42088 - url: https://bosh.io/d/github.com/cloudfoundry/bosh-vsphere-cpi-release?v=97.0.11 - version: 97.0.11 + sha1: 580d14f345c2b779d63bfef9b90577090ecc62b2 + url: https://bosh.io/d/github.com/cloudfoundry/bosh-vsphere-cpi-release?v=97.0.16 + version: 97.0.16 - name: vault-credhub-proxy sha1: df2656c392e7fbaa4ba25c9149c942ff7cce859e url: https://github.com/cloudfoundry-community/vault-credhub-proxy-boshrelease/releases/download/v1.2.0/vault-credhub-proxy-1.2.0.tgz diff --git a/spec/results/vsphere-s3-blobstore.yml b/spec/results/vsphere-s3-blobstore.yml index ff5570f1..e51c94f2 100644 --- a/spec/results/vsphere-s3-blobstore.yml +++ b/spec/results/vsphere-s3-blobstore.yml @@ -2,9 +2,9 @@ exodus: admin_password: admin_username: admin bosh: proto-main - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -378,29 +378,29 @@ instance_groups: name: vsphere-s3-blobstore-bosh releases: - name: bosh - sha1: f1037d820e8ca95a6cafbcf960e5fe60a08846cc - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.0.23-ubuntu-jammy-1.439-20240507-220907-148982428-20240507220908.tgz - version: 280.0.23 + sha1: e2452aa0d02713303c74e5bdde8b64aba23292a2 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.1.9-ubuntu-jammy-1.621.tgz + version: 280.1.9 - name: bpm - sha1: e7367480526938da89807efafd671c3df1c20418 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.2.19-ubuntu-jammy-1.439-20240507-215357-108905653-20240507215358.tgz - version: 1.2.19 + sha1: 4c93ea118fce40ec46dda83569f56bb6d8d809d0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.4.1-ubuntu-jammy-1.621.tgz + version: 1.4.1 - name: uaa - sha1: eb8b8f3dfc1045fd50eea877d7d6b74ddf0a28de - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.8.0-ubuntu-jammy-1.439-20240507-215447-555218504-20240507215449.tgz - version: 77.8.0 + sha1: 1da2632f3d961aab603bc0cf96ca147cf3bb8691 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.17.0-ubuntu-jammy-1.621.tgz + version: 77.17.0 - name: credhub - sha1: 38d8cd7073d51265635903a95c2d6177385283d9 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.73-ubuntu-jammy-1.439-20240507-215546-800819645-20240507215548.tgz - version: 2.12.73 + sha1: 3c413e5fd17c8bd78f9bd544abecec1990bab4db + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.93-ubuntu-jammy-1.621.tgz + version: 2.12.93 - name: os-conf sha1: 0f88a29315d8d9f900bb30a81c0eaf6d34a61639 url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=22.3.0 version: 22.3.0 - name: bosh-vsphere-cpi - sha1: 5de5685b9ee0db617a6be1715b69f9bbb5f42088 - url: https://bosh.io/d/github.com/cloudfoundry/bosh-vsphere-cpi-release?v=97.0.11 - version: 97.0.11 + sha1: 580d14f345c2b779d63bfef9b90577090ecc62b2 + url: https://bosh.io/d/github.com/cloudfoundry/bosh-vsphere-cpi-release?v=97.0.16 + version: 97.0.16 stemcells: - alias: default os: ubuntu-jammy diff --git a/spec/results/vsphere.yml b/spec/results/vsphere.yml index 8513497c..9d6540a8 100644 --- a/spec/results/vsphere.yml +++ b/spec/results/vsphere.yml @@ -2,9 +2,9 @@ exodus: admin_password: admin_username: admin bosh: proto-main - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -391,29 +391,29 @@ instance_groups: name: vsphere-bosh releases: - name: bosh - sha1: f1037d820e8ca95a6cafbcf960e5fe60a08846cc - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.0.23-ubuntu-jammy-1.439-20240507-220907-148982428-20240507220908.tgz - version: 280.0.23 + sha1: e2452aa0d02713303c74e5bdde8b64aba23292a2 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.1.9-ubuntu-jammy-1.621.tgz + version: 280.1.9 - name: bpm - sha1: e7367480526938da89807efafd671c3df1c20418 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.2.19-ubuntu-jammy-1.439-20240507-215357-108905653-20240507215358.tgz - version: 1.2.19 + sha1: 4c93ea118fce40ec46dda83569f56bb6d8d809d0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.4.1-ubuntu-jammy-1.621.tgz + version: 1.4.1 - name: uaa - sha1: eb8b8f3dfc1045fd50eea877d7d6b74ddf0a28de - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.8.0-ubuntu-jammy-1.439-20240507-215447-555218504-20240507215449.tgz - version: 77.8.0 + sha1: 1da2632f3d961aab603bc0cf96ca147cf3bb8691 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.17.0-ubuntu-jammy-1.621.tgz + version: 77.17.0 - name: credhub - sha1: 38d8cd7073d51265635903a95c2d6177385283d9 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.73-ubuntu-jammy-1.439-20240507-215546-800819645-20240507215548.tgz - version: 2.12.73 + sha1: 3c413e5fd17c8bd78f9bd544abecec1990bab4db + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.93-ubuntu-jammy-1.621.tgz + version: 2.12.93 - name: os-conf sha1: 0f88a29315d8d9f900bb30a81c0eaf6d34a61639 url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=22.3.0 version: 22.3.0 - name: bosh-vsphere-cpi - sha1: 5de5685b9ee0db617a6be1715b69f9bbb5f42088 - url: https://bosh.io/d/github.com/cloudfoundry/bosh-vsphere-cpi-release?v=97.0.11 - version: 97.0.11 + sha1: 580d14f345c2b779d63bfef9b90577090ecc62b2 + url: https://bosh.io/d/github.com/cloudfoundry/bosh-vsphere-cpi-release?v=97.0.16 + version: 97.0.16 stemcells: - alias: default os: ubuntu-jammy diff --git a/spec/results/warden-vsphere.yml b/spec/results/warden-vsphere.yml index 0566f439..cb14b999 100644 --- a/spec/results/warden-vsphere.yml +++ b/spec/results/warden-vsphere.yml @@ -2,9 +2,9 @@ exodus: admin_password: admin_username: admin bosh: proto-main - bosh-deployment-date: 2024-Nov-08 20:35:29 UTC - bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/d83079f9a5c5df6e7c73904d57e3ad19934c7c10 - bosh-deployment-version: d83079f9a5c5df6e7c73904d57e3ad19934c7c10 + bosh-deployment-date: 2024-Nov-08 20:39:41 UTC + bosh-deployment-url: https://github.com/cloudfoundry/bosh-deployment/tree/c8698ef5a78e7eb8830d89699472b98428346c73 + bosh-deployment-version: c8698ef5a78e7eb8830d89699472b98428346c73 ca_cert: credhub_ca_cert: credhub_password: @@ -403,32 +403,32 @@ instance_groups: name: warden-vsphere-bosh releases: - name: bosh - sha1: f1037d820e8ca95a6cafbcf960e5fe60a08846cc - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.0.23-ubuntu-jammy-1.439-20240507-220907-148982428-20240507220908.tgz - version: 280.0.23 + sha1: e2452aa0d02713303c74e5bdde8b64aba23292a2 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-280.1.9-ubuntu-jammy-1.621.tgz + version: 280.1.9 - name: bpm - sha1: e7367480526938da89807efafd671c3df1c20418 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.2.19-ubuntu-jammy-1.439-20240507-215357-108905653-20240507215358.tgz - version: 1.2.19 + sha1: 4c93ea118fce40ec46dda83569f56bb6d8d809d0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.4.1-ubuntu-jammy-1.621.tgz + version: 1.4.1 - name: uaa - sha1: eb8b8f3dfc1045fd50eea877d7d6b74ddf0a28de - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.8.0-ubuntu-jammy-1.439-20240507-215447-555218504-20240507215449.tgz - version: 77.8.0 + sha1: 1da2632f3d961aab603bc0cf96ca147cf3bb8691 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/uaa-77.17.0-ubuntu-jammy-1.621.tgz + version: 77.17.0 - name: credhub - sha1: 38d8cd7073d51265635903a95c2d6177385283d9 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.73-ubuntu-jammy-1.439-20240507-215546-800819645-20240507215548.tgz - version: 2.12.73 + sha1: 3c413e5fd17c8bd78f9bd544abecec1990bab4db + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/credhub-2.12.93-ubuntu-jammy-1.621.tgz + version: 2.12.93 - name: os-conf sha1: 78d79f08ff5001cc2a24f572837c7a9c59a0e796 url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=18 version: 18 - name: garden-runc - sha1: c612984492a62b0342d960bb999b6d3d4e177bc6 - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/garden-runc-1.52.0-ubuntu-jammy-1.439-20240507-220104-843105182-20240507220109.tgz - version: 1.52.0 + sha1: b74b9b2ea41b04e334a5bbb942a2a2653b32b2b3 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/garden-runc-1.57.0-ubuntu-jammy-1.621.tgz + version: 1.57.0 - name: bosh-warden-cpi - sha1: fe500566507544b5055dc899a544ebaae70d6d8b - url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-warden-cpi-44-ubuntu-jammy-1.439-20240507-215205-813380076-20240507215207.tgz + sha1: 1f53fa56fd372e2e2383cec3a560b442f878cda0 + url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-warden-cpi-44-ubuntu-jammy-1.621.tgz version: 44 stemcells: - alias: default