Skip to content

Commit

Permalink
BOSH release: 2.1.2: case-insensitive custom records matching
Browse files Browse the repository at this point in the history
  • Loading branch information
cunnie committed Jan 31, 2021
1 parent 9ae6674 commit c06c577
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ builds:
version: 037e9cbd3401e13b101d8345ed35dd9f11e677d1a8ad32f61bd390c732b1f9b6
blobstore_id: d07828f0-f4ff-4966-7a52-fa25d3eba096
sha1: sha256:3b5eacdc0776df52ba6a4ecc73b3bc2f3f705cc09c26eecf0547a73405f62e71
11ca4e8219df8887655a3aa2c81c3008a2179b9259ca9e735e51aeb1cc874efb:
version: 11ca4e8219df8887655a3aa2c81c3008a2179b9259ca9e735e51aeb1cc874efb
blobstore_id: 19c01669-1c49-425d-4563-ed07fc743ef7
sha1: sha256:6127b6a56bfcba2eaf856972f1463cd262287b99e3c9a369ba084afbedbb1ae9
2da04cb692557030ff9dd8ac08886d38aed0ea612963588e124928c187dc825a:
version: 2da04cb692557030ff9dd8ac08886d38aed0ea612963588e124928c187dc825a
blobstore_id: 221ddfff-f5ba-4454-6e35-6e7472e40667
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 @@ -13,6 +13,8 @@ builds:
version: 1.0.0
8298b178-a428-4fc9-4eff-49797db4cf42:
version: 1.0.1
8632f87d-f32e-45f4-43dd-9bfa11b3bc01:
version: 2.1.2
8671f428-2bc1-488c-709b-1744153e8db7:
version: 2.0.0
9220a9d3-680c-4684-6406-0919fdd1be04:
Expand Down
23 changes: 23 additions & 0 deletions bosh-release/releases/sslip.io/sslip.io-2.1.2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: sslip.io
version: 2.1.2
commit_hash: 9ae6674
uncommitted_changes: false
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: 11ca4e8219df8887655a3aa2c81c3008a2179b9259ca9e735e51aeb1cc874efb
fingerprint: 11ca4e8219df8887655a3aa2c81c3008a2179b9259ca9e735e51aeb1cc874efb
sha1: sha256:6127b6a56bfcba2eaf856972f1463cd262287b99e3c9a369ba084afbedbb1ae9
dependencies:
- golang-1-linux
8 changes: 5 additions & 3 deletions docs/DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ These instructions are meant primarily for me when deploying a new BOSH release;
they might not make sense unless you're on my workstation.

```zsh
export OLD_VERSION=2.1.0
export VERSION=2.1.1
export OLD_VERSION=2.1.1
export VERSION=2.1.2
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 Expand Up @@ -34,11 +34,13 @@ dig +short cname protonmail._domainkey.sslip.io @$IP
echo protonmail.domainkey.dw4gykv5i2brtkjglrf34wf6kbxpa5hgtmg2xqopinhgxn5axo73a.domains.proton.ch.
dig a _Acme-ChallengE.127-0-0-1.sslip.io @$IP | grep "^127"
echo "127-0-0-1.sslip.io. 604800 IN A 127.0.0.1"
dig +short sSlIp.Io
78.46.204.247
bosh upload-blobs
bosh create-release \
--final \
--tarball ~/Downloads/sslip.io-release-${VERSION}.tgz \
--version ${VERSION} --force
--version ${VERSION}
git add -N releases/ .final_builds/
git add -p
git ci -v # BOSH release: 2.1.1: case-insensitive _acme-challenge matching
Expand Down

0 comments on commit c06c577

Please sign in to comment.