Skip to content

logsearch/13

You can find the source of this version on GitHub at logsearch/logsearch-boshrelease. It was created based on the commit 5adda35a.

Release Notes

Note: upgrading to this release is broken, you should skip to v14.

With this release we’ve switched away from authenticated, encrypted blobs on S3. For users of prior releases, there is a one-time step required for this process.

For development, you may need to clear the blob symlinks you have locally to avoid checksum mismatch errors. You can use the following command:

git clean -d -f -x .final_builds/

Blobs from prior releases are still available in the S3 blobstore. If you need to switch to a prior release, you’ll need to run through the same cleaning process.

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "logsearch"
  version: "13"
  url: "https://bosh.io/d/github.com/logsearch/logsearch-boshrelease?v=13"
  sha1: "d705c45026f1dc11ae82abf9748bc76553b7498e"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 d705c45026f1dc11ae82abf9748bc76553b7498e \
  "https://bosh.io/d/github.com/logsearch/logsearch-boshrelease?v=13"

Jobs

Packages