From 55b4faf64a19cd794549e02a80644789e255432c Mon Sep 17 00:00:00 2001 From: CI Bot Date: Wed, 30 Nov 2016 14:34:06 +0000 Subject: [PATCH] release v8.0.8 --- .final_builds/jobs/haproxy/index.yml | 4 ++++ .final_builds/packages/haproxy/index.yml | 4 ++++ ci/release_notes.md | 15 -------------- releases/haproxy/haproxy-8.0.8.yml | 25 ++++++++++++++++++++++++ releases/haproxy/index.yml | 2 ++ 5 files changed, 35 insertions(+), 15 deletions(-) delete mode 100644 ci/release_notes.md create mode 100644 releases/haproxy/haproxy-8.0.8.yml diff --git a/.final_builds/jobs/haproxy/index.yml b/.final_builds/jobs/haproxy/index.yml index 212764f6..1145327f 100644 --- a/.final_builds/jobs/haproxy/index.yml +++ b/.final_builds/jobs/haproxy/index.yml @@ -52,4 +52,8 @@ builds: version: ec8cde016affa1cc8380e55818a845225726bf3d sha1: ccdab829bfb7f71256d9a519f7cd334faea10350 blobstore_id: b880823a-2e3d-448c-a754-335736fdcc20 + 8384dbfd063486179af91642153c57ce0199499a: + version: 8384dbfd063486179af91642153c57ce0199499a + sha1: 14115a74e8d0ff905714ad9385dc1b6e34017683 + blobstore_id: e15402bf-0542-4a82-a4e5-a8bc3f84c6d5 format-version: '2' diff --git a/.final_builds/packages/haproxy/index.yml b/.final_builds/packages/haproxy/index.yml index 12172dee..0bdeb7fa 100644 --- a/.final_builds/packages/haproxy/index.yml +++ b/.final_builds/packages/haproxy/index.yml @@ -8,4 +8,8 @@ builds: version: 9c86ced8448e9810347630666c9299bb41d80038 sha1: ad57803a69bf12dd13f1e5160851c740c1b7a71b blobstore_id: a2978bf6-3f04-4b00-8c16-f39ff7b5cbf3 + 8d0eb7d0c8c7f601f47b522093dc259fbb776876: + version: 8d0eb7d0c8c7f601f47b522093dc259fbb776876 + sha1: 1344ede54cf0ff6fb1df7a69e8dadbab4826743d + blobstore_id: d4afa68f-1be8-4c5a-a4e8-401c518332c2 format-version: '2' diff --git a/ci/release_notes.md b/ci/release_notes.md deleted file mode 100644 index cc29cbf5..00000000 --- a/ci/release_notes.md +++ /dev/null @@ -1,15 +0,0 @@ -# New Features - -- Thanks to @seongkki, haproxy stats are now viewable - at `haproxy_ip:9000/haproxy_stats`, provided you specify the - BOSH properties outlined in https://github.com/seongkki/haproxy-boshrelease/blob/e861c1aed3f8f47e78a2015598fdf5951213ceae/jobs/haproxy/spec#L77-L89 - - Access is locked down by default, and credentials are required. - -- @joek updated HAProxy to v1.6.10, and added support for resolving backend - servers via DNS. Should be useful when you're hosting HAProxy in front of - a cluster using Consul DNS to manage HA. - -# Acknowledgements - -Thanks @joek + @seongkki for the contributions! diff --git a/releases/haproxy/haproxy-8.0.8.yml b/releases/haproxy/haproxy-8.0.8.yml new file mode 100644 index 00000000..ba69556b --- /dev/null +++ b/releases/haproxy/haproxy-8.0.8.yml @@ -0,0 +1,25 @@ +--- +packages: +- name: haproxy + version: 8d0eb7d0c8c7f601f47b522093dc259fbb776876 + fingerprint: 8d0eb7d0c8c7f601f47b522093dc259fbb776876 + sha1: 1344ede54cf0ff6fb1df7a69e8dadbab4826743d + dependencies: [] +- name: ttar + version: 3d35c54bf484b59a22c9bf783ff62d08eb30353f + fingerprint: 3d35c54bf484b59a22c9bf783ff62d08eb30353f + sha1: 6380c6e9e3a2e92f32ca75a37922099343110b68 + dependencies: [] +jobs: +- name: haproxy + version: 8384dbfd063486179af91642153c57ce0199499a + fingerprint: 8384dbfd063486179af91642153c57ce0199499a + sha1: 14115a74e8d0ff905714ad9385dc1b6e34017683 +license: + version: 1128a8ae7526393e7fbf22a18a92b4d0dfdd78c0 + fingerprint: 1128a8ae7526393e7fbf22a18a92b4d0dfdd78c0 + sha1: a519125dcf6220495de8f2a487c5d2bb8df6e348 +commit_hash: e95817e0 +uncommitted_changes: true +name: haproxy +version: 8.0.8 diff --git a/releases/haproxy/index.yml b/releases/haproxy/index.yml index 3fed16c4..22d2fcb2 100644 --- a/releases/haproxy/index.yml +++ b/releases/haproxy/index.yml @@ -4,4 +4,6 @@ builds: version: 8.0.6 b2dd4d78-61cd-40f7-9b8c-29eb1d1fcdf2: version: 8.0.7 + c7683d08-60c4-4536-a6b0-b28e05ea71c0: + version: 8.0.8 format-version: '2'