2295 Commits

Author SHA1 Message Date
Mohammed Nafees
8cc22e3de1 Management tokens that never expire (#2889)
* management tokens that never expire

* adjust for nil as never expiring

* use duration enum
2026-01-31 01:00:27 +01:00
Gabe Ruttner
e1fd78138b fix: orphaned inactive queues (#2893)
* fix

* fixme

* upsert at end

* unique and all strategies

* feedback

* string
2026-01-30 14:05:05 -08:00
matt
ffe9f5ce74 Log Search Frontend, Part II (#2886)
* fix: don't toggle selection if a user is dragging

* fix: command selection state

* fix: close search bar on enter

* fix: improve search bar styling a bit, make it more consistent with designs

* chore: tsc

* Feat: Logs Frontend, Part III (#2888)

* fix: propagate retry count through properly

* feat: attempt switcher

* fix: attempt numbers

* feat: add attempt param to log query

* feat: wiring

* feat: attempt filter

* chore: changelog

* fix: use the button component

* fix: only close on enter when in FTS mode

* fix: pass retry count and log level in Go

* fix: feedback

* chore: lint

* fix: rm cruft comment
v0.77.37
2026-01-30 13:17:21 -05:00
dependabot[bot]
e3e271f9be chore(deps): bump hatchet-sdk in /examples/python/quickstart (#2891)
Bumps hatchet-sdk from 1.22.11 to 1.22.12.

---
updated-dependencies:
- dependency-name: hatchet-sdk
  dependency-version: 1.22.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-30 04:24:30 +00:00
dependabot[bot]
c2595fe1b8 chore(deps): bump google.golang.org/api from 0.263.0 to 0.264.0 (#2890)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.263.0 to 0.264.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.263.0...v0.264.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-version: 0.264.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-30 04:23:45 +00:00
Mohammed Nafees
b2908c51cc make sure there are no hatchet processes left after a cypress run (#2887) 2026-01-29 22:07:16 +01:00
Mohammed Nafees
d598fc1cd8 Make sure we query for pending invites in the create tenant page (#2883)
* WIP: pending invites onboarding

* check for invites on create tenant onboarding

* add cypress tests
v0.77.36
2026-01-29 20:36:08 +01:00
matt
708f8da2f6 Feat: Log Search Frontend, Part I (#2830)
* feat: initial work on new logs component

* feat: improve autocomplete, refactor a bit

* refactor: remove some unused stuff

* refactor: more cleanup

* fix: on click handler

* refactor: remove duped data, do some cleanup

* chore: simplify a bunch

* fix: pass level through

* chore: cleanup

* fix: tsc

* chore: remove a bunch more stuff

* chore: comments

* fix: revert existing log component, add new filterable one

* refactor: create use logs hook, simplify step-run-logs.tsx

* chore: rename

* chore: rename

* chore: fix tsc

* feat: add a flag to enable the new experience

* chore: lint

* feat: provider

* chore: lint

* fix: cursor jumping

* feat: try to use ghostty-web for rendering log lines instead of ansiToHtml (#2831)

* feat: try to use ghostty-web for rendering log lines instead of ansiToHtml

* feat: light theme and a bunch of perf improvements

* integrate log viewer with terminal viewer

* fix: lint

* pr review comments

* fix: start getting the log viewer scrolling properly again

* fix: more scroll improvements

* feat: replace ghostty

* chore: cleanup

* fix: dynamic height and width

* chore: lint

* chore: format css

* chore: remove unused ref and styles

* chore: cleanup

* fix: terminal styling

* fix: scroll behavior / polling behavior while tasks are running still

* fix: jump to top on search change

* fix: improve loading / empty states

* chore: lint

* fix: status

* fix: enter to submit search

* fix: remove color var to fix ansi highlighting

* feat: expand / collapse on click

* chore: rm unused code

* Add edge detection for scroll callbacks to prevent repeated API calls (#2844)

* Initial plan

* Add edge detection for scroll callbacks to prevent spam

Co-authored-by: mrkaye97 <44219491+mrkaye97@users.noreply.github.com>

* Add clarifying comments about region state reset behavior

Co-authored-by: mrkaye97 <44219491+mrkaye97@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: mrkaye97 <44219491+mrkaye97@users.noreply.github.com>

* Fix polling loop to prevent overlapping requests in log search (#2845)

* Initial plan

* Fix polling loop to prevent overlapping requests using setTimeout chaining and in-flight guard

Co-authored-by: mrkaye97 <44219491+mrkaye97@users.noreply.github.com>

* Use useRef hooks for polling state and timeout to persist across renders

Co-authored-by: mrkaye97 <44219491+mrkaye97@users.noreply.github.com>

* Add proper cleanup to clear timeout and reset polling state

Co-authored-by: mrkaye97 <44219491+mrkaye97@users.noreply.github.com>

* Add clarifying comment about polling state cleanup

Co-authored-by: mrkaye97 <44219491+mrkaye97@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: mrkaye97 <44219491+mrkaye97@users.noreply.github.com>

* chore: lint

* fix: dedupe log lines

* fix: remove duped component

* fix: pass order by direction

---------

Co-authored-by: abelanger5 <belanger@sas.upenn.edu>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
v0.77.35
2026-01-29 13:51:22 -05:00
Gabe Ruttner
e6bfb097cd fix: tenant resource limit resource col migration (#2885)
* fix migration and new migration

* note
v0.77.34
2026-01-29 10:06:33 -08:00
github-actions[bot]
df9c176f27 chore: regenerate examples (#2884)
Co-authored-by: GitHub Action <action@github.com>
2026-01-29 11:39:21 -05:00
matt
a3fe89ef03 Feat: Workflow input JSON schema in trigger preview (#2851)
* feat: add input json schema to workflow version

* feat: add json schema to putworkflow proto

* feat: wire up writes of the json schema

* chore: gen python

* feat: send json schema from the python code

* feat: wiring

* feat: pass json schema into code editor

* feat: pass prop

* fix: clean up validation stuff

* feat: allow zod `input` as optional ts field

* fix: try except logic hack

* fix: rename input -> inputValidator for consistency

* chore: gen api

* fix: improve hack slightly

* chore: changelogs, versions

* feat: zod example

* chore: rework api a bit

* fix: tsc, allow schema to update

* fix: improve loading state

* fix: api cleanup, sqlc cleanup

* fix: initial mount

* chore: lint

* chore: lint

* chore: tsc

* fix: lint

* fix: unwind unneeded change

* [Python] Feat: Default additional metadata (#2876)

* Add doc about autoscaling workers (#2864)

* add doc for autoscaling workers

* oldest also in running stats

* chore(deps): bump google.golang.org/api from 0.262.0 to 0.263.0 (#2869)

Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.262.0 to 0.263.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.262.0...v0.263.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-version: 0.263.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump github.com/getsentry/sentry-go from 0.41.0 to 0.42.0 (#2870)

Bumps [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) from 0.41.0 to 0.42.0.
- [Release notes](https://github.com/getsentry/sentry-go/releases)
- [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-go/compare/v0.41.0...v0.42.0)

---
updated-dependencies:
- dependency-name: github.com/getsentry/sentry-go
  dependency-version: 0.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump hatchet-sdk in /examples/python/quickstart (#2871)

Bumps hatchet-sdk from 1.22.10 to 1.22.11.

---
updated-dependencies:
- dependency-name: hatchet-sdk
  dependency-version: 1.22.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: default additional meta

* feat: wiring

* chore: changelog, version

* fix: copy

* feat: add default meta to stubs

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Mohammed Nafees <hello@mnafees.me>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: migration ver

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Mohammed Nafees <hello@mnafees.me>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v0.77.33
2026-01-29 11:38:25 -05:00
Gabe Ruttner
a8afa07dcf fix: validate json at edges and dont retry on invalid (#2882)
* drop and validate at edges

* rm submod

* use enum

* lint
2026-01-29 08:04:55 -08:00
Gabe Ruttner
da6dcf049a fix: typo (#2875) 2026-01-29 05:20:50 -08:00
Gabe Ruttner
b7ec0bc270 fix: big int alignment for cleanup function (#2877)
* fix function

* Update cmd/hatchet-migrate/migrate/migrations/20260128120000_v1_0_71.sql

Co-authored-by: matt <mrkaye97@gmail.com>

* leeeeent

---------

Co-authored-by: matt <mrkaye97@gmail.com>
2026-01-29 05:19:39 -08:00
dependabot[bot]
1bdba9b62d chore(deps): bump github.com/go-co-op/gocron/v2 from 2.19.0 to 2.19.1 (#2880)
Bumps [github.com/go-co-op/gocron/v2](https://github.com/go-co-op/gocron) from 2.19.0 to 2.19.1.
- [Release notes](https://github.com/go-co-op/gocron/releases)
- [Commits](https://github.com/go-co-op/gocron/compare/v2.19.0...v2.19.1)

---
updated-dependencies:
- dependency-name: github.com/go-co-op/gocron/v2
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-29 04:23:42 +00:00
matt
3c416ee949 Feat: OTel Collector (#2863)
* feat: initial otel collector work

* chore: vendor otel protos

* feat: add rate limiter for otelcol

* fix: clean up naming

* feat: shell implementation

* feat: add buf + generate protos

* fix: naming

* fix: naming

* chore: simplify a bit

* fix: rename logger

* fix: naming cleanup

* fix: rm unused var

* fix: rm unused struct

* chore: rm vendored stuff, don't need it apparently
v0.77.32
2026-01-28 14:10:15 -05:00
dependabot[bot]
db724c331f chore(deps): bump hatchet-sdk in /examples/python/quickstart (#2871)
Bumps hatchet-sdk from 1.22.10 to 1.22.11.

---
updated-dependencies:
- dependency-name: hatchet-sdk
  dependency-version: 1.22.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-28 04:24:38 +00:00
dependabot[bot]
c867a8f098 chore(deps): bump github.com/getsentry/sentry-go from 0.41.0 to 0.42.0 (#2870)
Bumps [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) from 0.41.0 to 0.42.0.
- [Release notes](https://github.com/getsentry/sentry-go/releases)
- [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-go/compare/v0.41.0...v0.42.0)

---
updated-dependencies:
- dependency-name: github.com/getsentry/sentry-go
  dependency-version: 0.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-28 04:23:54 +00:00
dependabot[bot]
0dfe9ec88a chore(deps): bump google.golang.org/api from 0.262.0 to 0.263.0 (#2869)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.262.0 to 0.263.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.262.0...v0.263.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-version: 0.263.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-28 04:23:35 +00:00
Mohammed Nafees
f3fbefa1f5 Add doc about autoscaling workers (#2864)
* add doc for autoscaling workers

* oldest also in running stats
2026-01-27 22:26:37 +01:00
matt
7171c6d2d1 [Python, TS] Fix: Cancellation Propagation (#2865)
* feat: don't send fail / success event on cancelled

* feat: basic bounded dict to handle cancellations without leaking memory

* chore: changelog

* fix: rm redundant line

* chore: ts ver

* chore: changelogs

* fix: add default

* fix: early return
v0.77.31
2026-01-27 15:18:34 -05:00
matt
1a5ea825bc Fix: Make metrics in graph align with badge metrics (#2858)
* Revert "Revert "fix: make point metrics line up with badges (#2739)" (#2857)"

This reverts commit bc37fc7750.

* fix: naming
v0.77.29 v0.77.28 v0.77.30
2026-01-27 10:36:19 -05:00
dependabot[bot]
a520fb6ec5 chore(deps): bump hatchet-sdk in /examples/python/quickstart (#2859)
Bumps hatchet-sdk from 1.22.8 to 1.22.10.

---
updated-dependencies:
- dependency-name: hatchet-sdk
  dependency-version: 1.22.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v0.77.26 v0.77.27
2026-01-27 04:22:53 +00:00
matt
bc37fc7750 Revert "fix: make point metrics line up with badges (#2739)" (#2857)
This reverts commit 26689a1b0f.
v0.77.25
2026-01-26 15:53:09 -05:00
Mohammed Nafees
b48f4bc307 fix with coalesce (#2856) v0.77.24 2026-01-26 21:40:54 +01:00
Alfie Ranstead
df9a791dcb bugfix: allow python healthcheck server to bind on ipv6 hosts (#2855)
* feat: python healthcheck bind address config

* fix(healthcheck): config issue

* fix(pyproject): bump version

* fix(healthcheck): bind address default to all hosts?

* fix(): linting via ./lint.sh

* fix(pr): review

* fix(healthcheck): cast "None" settings value -> None

* fix: simplify validation logic

* chore: changelog

* fix: allow none

* fix: add back validator

* chore: clean up action listener arg passing

* chore: version

* fix: clean up instance vars a little bit

---------

Co-authored-by: mrkaye97 <mrkaye97@gmail.com>
2026-01-26 14:58:19 -05:00
matt
26689a1b0f fix: make point metrics line up with badges (#2739) 2026-01-26 14:54:20 -05:00
matt
dcf1d377ca Feat: Add order by direction param to v1LogLineList (#2849)
* feat: add order by direction param

* fix: order ascending on existing fe

* chore: gen openapi
v0.77.22 v0.77.23
2026-01-26 14:01:03 -05:00
Mohammed Nafees
0a2b8944b3 more tenant related repo methods (#2854) 2026-01-26 19:54:01 +01:00
Jishnu
de1ffedf1e Fix: Invalid OTel exporter in python example, add schedule_workflow unwrap (#2852)
* fix: invalid oltp exporter in python example

* fix: add unwrap for schedule workflow

* Revert "fix: add unwrap for schedule workflow"

This reverts commit e7da2dbd1c.

* add unwrap for schedule workflow

* chore: update ts version, edit py otel doc example

* chore: update python sdk version, changelog, add TS changelog

* fix: lint
2026-01-26 13:39:19 -05:00
matt
2837573b6c [Go] Feat: Webhooks feature client for the Go SDK (#2792)
* feat: webhooks feature client

* feat: add webhook client

* feat: add v1 webhook client

* feat: example

* fix: webhook client impl

* fix: example + error handling + other client

* fix: missing webhook resources

* chore: gen
v0.77.20 v0.77.21
2026-01-23 11:04:34 -05:00
dependabot[bot]
660e9a031a chore(deps): bump google.golang.org/api from 0.261.0 to 0.262.0 (#2846)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.261.0 to 0.262.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.261.0...v0.262.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-version: 0.262.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-23 04:24:03 +00:00
dependabot[bot]
8c40496304 chore(deps): bump hatchet-sdk in /examples/python/quickstart (#2841)
Bumps hatchet-sdk from 1.22.7 to 1.22.8.

---
updated-dependencies:
- dependency-name: hatchet-sdk
  dependency-version: 1.22.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v0.77.18 v0.77.17
2026-01-22 04:24:54 +00:00
dependabot[bot]
7f765d164c chore(deps): bump google.golang.org/api from 0.260.0 to 0.261.0 (#2840)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.260.0 to 0.261.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.260.0...v0.261.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-version: 0.261.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-22 04:24:03 +00:00
dependabot[bot]
d28e78d580 chore(deps): bump github.com/posthog/posthog-go from 1.9.0 to 1.9.1 (#2839)
Bumps [github.com/posthog/posthog-go](https://github.com/posthog/posthog-go) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/posthog/posthog-go/releases)
- [Changelog](https://github.com/PostHog/posthog-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/posthog/posthog-go/compare/v1.9.0...v1.9.1)

---
updated-dependencies:
- dependency-name: github.com/posthog/posthog-go
  dependency-version: 1.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-22 04:23:56 +00:00
Gabe Ruttner
ffd0941dc3 fix: list concurrency strategies queries (#2838)
* fixes

* lint
v0.77.15 v0.77.16
2026-01-21 13:56:01 -08:00
Mohammed Nafees
419819c36c take exclusive lock (#2837) v0.77.11 v0.77.13 2026-01-21 20:30:38 +01:00
matt
b093cc4878 Feat: Add search and levels to logs API (#2835)
* feat: add log levels and search query to log query

* feat: pass levels, search through

* feat: add log level to query

* feat: wire up levels and search query
2026-01-21 14:27:47 -05:00
Gabe Ruttner
c792113f06 more updates (#2836) 2026-01-21 10:52:26 -08:00
Gabe Ruttner
a894f5e82c feat: python health check improvements (#2826)
* improvements

* version bump

* lint

* docs

* Update sdks/python/hatchet_sdk/worker/action_listener_process.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update sdks/python/hatchet_sdk/worker/action_listener_process.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update sdks/python/hatchet_sdk/worker/action_listener_process.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* nits

* rm deadcode

* enum

* no getattr

* timedelta

* lint

* continuous lag

* stuck starting unhealthy

* [Python] Chore: Remove Poetry scripts from the Python package (#2825)

* fix: remove poetry scripts

* chore: version

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: matt <mrkaye97@gmail.com>
v0.77.10
2026-01-21 10:42:53 -08:00
Gabe Ruttner
622e2d9db9 updates (#2827) 2026-01-21 09:32:21 -08:00
Gabe Ruttner
81eb3f43b9 fix: flaky integration test (#2834)
* disable cache

* simpler fix
2026-01-21 09:10:35 -08:00
Mohammed Nafees
cdf12a42ca [hotfix] Indicate unauthorized access to billing page for non-owners (#2833)
* force unauthorized access to billing page for non-owners

* only unauthorized for billing information
v0.77.7 v0.77.8 v0.77.6 v0.77.9
2026-01-21 15:27:58 +01:00
abelanger5
a6e88074de refactor: have log line lookups use external id (#2822)
* fix: modify log line query to use external id

* pass in task external id
v0.77.2-alpha.5 v0.77.2-alpha.4 v0.77.2-alpha.3 v0.77.5 v0.77.4 v0.77.3
2026-01-20 11:17:06 -05:00
dependabot[bot]
db787e4403 chore(deps): bump hatchet-sdk in /examples/python/quickstart (#2823)
Bumps hatchet-sdk from 1.22.6 to 1.22.7.

---
updated-dependencies:
- dependency-name: hatchet-sdk
  dependency-version: 1.22.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v0.77.2-alpha.2
2026-01-20 04:24:58 +00:00
dependabot[bot]
15c824855e chore(deps): bump actions/setup-node from 4 to 6 (#2818)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v0.77.2-alpha.1
2026-01-19 07:45:46 -05:00
dependabot[bot]
61c486f832 chore(deps): bump actions/setup-python from 5 to 6 (#2817)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-19 07:45:39 -05:00
dependabot[bot]
d57616b997 chore(deps): bump actions/setup-go from 5 to 6 (#2816)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-19 07:45:23 -05:00
dependabot[bot]
b966e8986a chore(deps): bump oven-sh/setup-bun from 1 to 2 (#2815)
Bumps [oven-sh/setup-bun](https://github.com/oven-sh/setup-bun) from 1 to 2.
- [Release notes](https://github.com/oven-sh/setup-bun/releases)
- [Commits](https://github.com/oven-sh/setup-bun/compare/v1...v2)

---
updated-dependencies:
- dependency-name: oven-sh/setup-bun
  dependency-version: '2'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-19 07:45:09 -05:00
dependabot[bot]
7e3004dae5 chore(deps): bump actions/checkout from 4 to 6 (#2814)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-19 07:44:54 -05:00