8000 Tags · binlabnet/runitor · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: binlabnet/runitor

Tags

v1.2.0-build.2

Toggle v1.2.0-build.2's commit message

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

Toggle v1.3.0-beta.2's commit message

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

Toggle v1.3.0-beta.1's commit message
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

Toggle v1.2.0's commit message

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 bdd#79.

v1.2.0-beta.1

Toggle v1.2.0-beta.1's commit message

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 bdd#79.

v1.1.1

Toggle v1.1.1's commit message
v1.1.1

Bugfix:
- Fixes bdd#75
- Retracts Go mod v1.1.0

v1.1.1-rc.1

Toggle v1.1.1-rc.1's commit message
v1.1.1-rc.1

Bugfix:
- Fixes bdd#75

v1.1.0

Toggle v1.1.0's commit message

Verified

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

New Features:

* Add Run Id support
  https://blog.healthchecks.io/2022/11/using-run-ids-to-track-run-times-of-overlapping-jobs/
  A UUID-4 (random) run id is generated for every run and sent with
  related pings, unless instructed otherwise with `-no-run-id` flag.
  .
  For use cases where runitor is in charge of periodically running a
  command (specified with `-every <duration>`), each run gets its own
  random UUID as expected.
  .
  There is no way for the user to supply the run ids, and I don't intend
  to add such functionality. Furthermore I may consider removing
  `-no-run-id` flag altogether.

Misc:

* Require Go 1.19

v1.1.0-beta.2

Toggle v1.1.0-beta.2's commit message

Verified

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

v1.1.0-beta.1

Toggle v1.1.0-beta.1's commit message
0