Skip to content

Tags: bdd/runitor

Tags

v1.3.0-build.5

Verified

This tag was signed with the committer’s verified signature.
bdd Berk D. Demir
Rebuild with go1.24.1

v1.4.0-beta.2

Verified

This tag was signed with the committer’s verified signature.
bdd Berk D. Demir
v1.4.0-beta.2

New Feature:
- Add `file:` prefix support for flag and environment variable
  indirection. A safer way to pass secrets, like ping key, or check
  UUID.

Changes:
- Add PING_KEY environment variable, a canonical replacement for
  HC_PING_KEY. The original will remain supported throughout v1.x.x
  versions.

v1.3.0-build.4

Verified

This tag was signed with the committer’s verified signature.
bdd Berk D. Demir
v1.3.0-build.4

Rebuild with go1.23.3

v1.3.0-build.2

v1.3.0-build.2

Rebuild with go1.23.0

v1.3.0

Verified

This tag was signed with the committer’s verified signature.
bdd Berk D. Demir
v1.3.0

New Features:
- Adds support for Check Auto-Provisioning
  See https://blog.healthchecks.io/2023/07/new-feature-check-auto-provisioning/

- User-Agent header now includes OS and architecture in along with
  runitor version.

   Previously runitor used to send:
      runitor/v1.2.0 (+https://bdd.fi/x/runitor)

   After this change it will send an equivalent of:
      runitor/v1.3.0 (linux-amd64 +https://bdd.fi/x/runitor)

v1.2.0-build.2

Verified

This commit was signed with the committer’s verified signature.
bdd Berk D. Demir
scripts/mkoci: Remove dry-run echo prefix

v1.3.0-beta.2

Verified

This tag was signed with the committer’s verified signature.
bdd Berk D. Demir
v1.3.0-beta.2

New Features:
- Adds support for Check Auto-Provisioning
  See https://blog.healthchecks.io/2023/07/new-feature-check-auto-provisioning/

- User-Agent header now includes OS and architecture in along with
  runitor version.

   Previously runitor used to send:
      runitor/v1.2.0 (+https://bdd.fi/x/runitor)

   After this change it will send an equivalent of:
      runitor/v1.3.0 (linux-amd64 +https://bdd.fi/x/runitor)

v1.3.0-beta.1

v1.3.0-beta.1

New Features:
- Adds support for automatically provisioned check slugs
  See healthchecks/healthchecks#626 (comment)

- User-Agent header now includes OS and architecture in along with
  runitor version.

   Previously runitor used to send:
      runitor/v1.2.0 (+https://bdd.fi/x/runitor)

   After this change it will send an equivalent of:
      runitor/v1.3.0 (linux-amd64 +https://bdd.fi/x/runitor)

v1.2.0

Verified

This tag was signed with the committer’s verified signature.
bdd Berk D. Demir
v1.2.0

New Features:
- Support HTTP 307 and 308 redirects, allowing the POST body to be
  preserved and sent to redirected URL.

  Use case of this is the ability to have a custom and more permanent
  API URL which can be trivially directed to either hc-ping.com or a
  private instance of Healthchecks as described in #79.

v1.2.0-beta.1

Verified

This tag was signed with the committer’s verified signature.
bdd Berk D. Demir
v1.2.0-beta.1

New Features:
- Support HTTP 307 and 308 redirects, allowing the POST body to be
  preserved and sent to redirected URL.

  Use case of this is the ability to have a custom and more permanent
  API URL which can be trivially directed to either hc-ping.com or a
  private instance of Healthchecks as described in #79.