Skip to content

Commit

Permalink
BOSH release: 2.0.0: 🐞 _acme-challenge. delegation
Browse files Browse the repository at this point in the history
  • Loading branch information
cunnie committed Jan 18, 2021
1 parent b76ac90 commit d3105ea
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ builds:
version: c198e1018a0b426a62661f71bc61879642802cc23e207fb9ef13224c583d1e9a
blobstore_id: 10038cb4-0c16-4fbc-4624-2760ea52c601
sha1: sha256:0ffa9df396a1b59f496a1e50de2877435a051cdcf9ef60d72910e76fffa427ea
d1877c0de75d626506ccc8ef6d2ff5cfc1e4c751040052a729cb7fb9ccd24438:
version: d1877c0de75d626506ccc8ef6d2ff5cfc1e4c751040052a729cb7fb9ccd24438
blobstore_id: e01ae24c-09c6-4366-434b-03bb9ae352bb
sha1: sha256:c20f0828c08f72d72ca3f62fbb7bb2417da53b2a0dd0552384b1e77fed27b71c
df5ffc9ec5c9fc30f607f7cc76b794577065e20282673b748722428456b28a6d:
version: df5ffc9ec5c9fc30f607f7cc76b794577065e20282673b748722428456b28a6d
blobstore_id: 255ab1bc-1f92-4013-4300-22c2f2efa39e
Expand Down
2 changes: 2 additions & 0 deletions bosh-release/releases/sslip.io/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ builds:
version: 1.0.0
8298b178-a428-4fc9-4eff-49797db4cf42:
version: 1.0.1
8671f428-2bc1-488c-709b-1744153e8db7:
version: 2.0.0
9220a9d3-680c-4684-6406-0919fdd1be04:
version: 1.2.1
9b52f699-55d8-4a49-50d5-e518c08334fb:
Expand Down
23 changes: 23 additions & 0 deletions bosh-release/releases/sslip.io/sslip.io-2.0.0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: sslip.io
version: 2.0.0
commit_hash: b76ac90
uncommitted_changes: true
jobs:
- name: sslip.io-dns-server
version: 308acb7c186a042bc2ca4c28b83c9fe7589a64c48ab6a11869c442bcaea8fdf9
fingerprint: 308acb7c186a042bc2ca4c28b83c9fe7589a64c48ab6a11869c442bcaea8fdf9
sha1: sha256:6ca6f2c11816a82ecb3cf9300ea59369977cbaa7c39eddca35628a7c6b9b5b45
packages:
- sslip.io-dns-server
packages:
- name: golang-1-linux
version: f9b637fa0c031f977d2418949a3182e21fe2d95505595ebfe558a448501a8ad6
fingerprint: f9b637fa0c031f977d2418949a3182e21fe2d95505595ebfe558a448501a8ad6
sha1: sha256:a862fe14c40ee5fa36ebec6db08895846f955e10a22e4e4504081290317316f4
dependencies: []
- name: sslip.io-dns-server
version: d1877c0de75d626506ccc8ef6d2ff5cfc1e4c751040052a729cb7fb9ccd24438
fingerprint: d1877c0de75d626506ccc8ef6d2ff5cfc1e4c751040052a729cb7fb9ccd24438
sha1: sha256:c20f0828c08f72d72ca3f62fbb7bb2417da53b2a0dd0552384b1e77fed27b71c
dependencies:
- golang-1-linux
8 changes: 4 additions & 4 deletions docs/DEVELOPER.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## Updating BOSH Releases

These instructions are meant primarily for me when deploying a new BOSH release;
the might not make sense unless you're on my workstation.
they might not make sense unless you're on my workstation.

```
export OLD_VERSION=1.3.0
export VERSION=1.3.1
```zsh
export OLD_VERSION=1.3.1
export VERSION=2.0.0
cd ~/go/src/github.com/cunnie/sslip.io
git pull -r
sed -i '' "s~/$OLD_VERSION/~/$VERSION/~g" k8s/document_root/index.html # update the download instructions on the website
Expand Down

0 comments on commit d3105ea

Please sign in to comment.