matt
bdedab653a
Fix: WAL partition poll function type ( #2301 )
...
* fix: type
* fix: cast to int32
* debug: add logging
* debug: more logs
* Revert "debug: more logs"
This reverts commit 2ff8033f89 .
* Revert "debug: add logging"
This reverts commit a7aaa05b9c .
* fix: rm unnecessary generic
* feat: span attrs + names
* fix: span naming, more details
2025-09-16 12:44:55 -04:00
Mohammed Nafees
651dee625e
fix split logic for taskid and signalKey in DurableEventGrpcPooledListener ( #2303 )
2025-09-16 18:43:47 +02:00
dependabot[bot]
c4bbd393da
chore(deps): bump github.com/getsentry/sentry-go from 0.35.2 to 0.35.3 ( #2302 )
...
Bumps [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go ) from 0.35.2 to 0.35.3.
- [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.35.2...v0.35.3 )
---
updated-dependencies:
- dependency-name: github.com/getsentry/sentry-go
dependency-version: 0.35.3
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>
2025-09-16 04:14:28 +00:00
Mohammed Nafees
372bb3b94d
add organization ( #2299 )
v0.73.2
2025-09-15 15:42:27 +02:00
dependabot[bot]
e8747903b7
chore(deps): bump axios from 1.11.0 to 1.12.0 in /frontend/app ( #2298 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.11.0...v1.12.0 )
---
updated-dependencies:
- dependency-name: axios
dependency-version: 1.12.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-15 08:23:28 +00:00
matt
8ae760dd15
fix: revert partition pruning ( #2295 )
v0.73.1
2025-09-12 17:33:13 -04:00
Mohammed Nafees
47a065df83
Add panic handler to Go SDK ( #2293 )
v0.73.0
2025-09-12 19:49:51 +02:00
matt
c759da79aa
Feat: Partition pruning for ListTaskParentOutputs, lookup index for v1_payload_wal ( #2294 )
...
* fix: small query rework, partition pruning for `ListTaskParentOutputs`
* feat: migration for adding index
* fix: copilot comments
2025-09-12 13:18:08 -04:00
Ymir
b8ad5ee94c
Added mention of shm_size in docker compose deployment docs. ( #2141 )
...
* Update docker-compose.mdx
* chore: lint
---------
Co-authored-by: mrkaye97 <mrkaye97@gmail.com >
2025-09-12 13:16:11 -04:00
matt
92843bb277
Feat: Payload Store Repository ( #2047 )
...
* feat: add table for storing payloads
* feat: add payload type enum
* feat: gen sqlc
* feat: initial sql impl
* feat: add payload store repo to shared
* feat: add overwrite
* fix: impl
* feat: bulk op
* feat: initial wiring of inputs for task triggers
* feat: wire up dag matches
* feat: create V1TaskWithPayload and use it everywhere
* fix: couple bugs
* fix: clean up types
* fix: overwrite
* fix: rm input from replay
* fix: move payload store to shared repo
* fix: schema
* refactor: repo setup
* refactor: repos
* fix: gen
* chore: lint
* fix: rename
* feat: naming, write dag inputs
* fix: more naming, trigger bug
* fix: dual writes for now
* fix: pass in tx
* feat: initial work on offloader
* feat: improve external offloader
* fix: some refs
* add withExternalHandler
* fix: improve impl of external store
* feat: implement offloading, fix other impls
* feat: add query to update JSON
* fix: implement offloading + updating records in payloads table
* feat: add WAL table
* feat: add queries for polling WAL and evicting
* feat: wire up writes into WAL
* fix: get job working
* refactor: improve types
* fix: infinite loop
* feat: improve offloading logic to run in two separate txes
* refactor: rework how overrides work
* fix: lint
* fix: migration number
* fix: migration
* fix: migration version
* fix: revert back to reading payloads out
* fix: fall back to previous input, part i
* fix: input fallback
* fix: add back input to replay
* fix: input fallback in dispatcher
* fix: nil check
* feat: advisory locks, part i
* fix: no skip locked
* feat: hash partitioned wal table
* fix: modify queries a bit, tweak crud enum
* fix: pk order, function to find tenants
* feat: wal processing
* fix: only write wal if an external store is enabled, fix offloading logic
* fix: spacing
* feat: schema cleanup
* fix: rm external store loc name
* fix: set content to null when offloading
* fix: cleanup, naming
* fix: pass overwrite payload store along
* debug: add some logging
* Revert "debug: add some logging"
This reverts commit 43e71eadf1 .
* fix: typo
* fx: add offloatAt to store opts for offloading
* fix: handle leasing with advisory lock
* fix: struct def
* fix: requeue on payloads not found
* fix: rm hack for triggers
* fix: revert empty input on write
* fix: write input
* feat: env var for enabling / disabling dual writes
* feat: wire up dual writes
* fix: comments
* feat: generics!
* fix: panic from type cast
* fix: migration
* fix: generic
* fix: hack for T key in map
* fix: cleanup
2025-09-12 09:53:01 -04:00
matt
f385964fcc
Fix: Scheduled runs race w/ idempotency key check ( #2077 )
...
* feat: create table for storing key
* feat: is_filled col
* feat: idempotency repo
* fix: handle filling
* fix: improve queries
* feat: check if was created already before triggering
* fix: handle partitions
* feat: improve schema
* feat: initial idempotency key claiming impl
* fix: db
* fix: sql fmt
* feat: crazy query
* fix: downstream
* fix: queries
* fix: query bug
* fix: migration rename
* fix: couple small issues
* feat: eviction job
* fix: copilot comments
* fix: index name
* fix: rm comment
2025-09-12 07:54:42 -04:00
Mohammed Nafees
de08285517
Remove nginx and use custom static fileservers ( #1928 )
...
* serve static files using staticfileserver
* server static files on port 3000 by default
* frontend expose port 80 default
2025-09-12 12:37:32 +02:00
matt
ced1ad43aa
Feat: Filters UI, Events page refactor, Misc. other fixes ( #2276 )
...
* feat: initial filters page work
* feat: cols
* feat: start implementing filters in the hook
* fix: rm some effects
* fix: filter pagination
* fix: placeholder data, query key
* refactor: factor out popover + columns
* fix: tsc
* fix: empty state
* fix: move filters tab down
* fix: remove run id from scheduled runs table
* fix: rm unused
* fix: rm tmp change
* fix: rm one more
* fix: lint
* fix: colname
* feat: declarative checkmark, col key to name mapping
* fix: add more col key to name mappings
* fix: rm log
* fix: rm id checkboxes for events and filters
* refactor: start fixing event cols
* refactor: events hook
* fix: event id
* fix: clickable id
* fix: unwind example
* feat: delete mutation
* feat: form + schema
* feat: update + create mutations
* feat: filter detail
* feat: filter create
* feat: modify cols
* feat: filter detail side panel
* fix: json fallback
* fix: cursors, etc
* fix: cursor
* fix: invalidate
* fix: modal copy
* chore: lint
* fix: openapi spec
v0.72.8
2025-09-11 13:41:12 -04:00
Gabe Ruttner
9692d0d2f3
feat(ruby): initial commit ( #2086 )
...
* initial commit
* init readme
* add gem-release
* tests
* lock file
* init examples
* bundle name
* feat: config
* example
* wip
* init api
* fix patch
* fix patch
* wip events feature
* runs client
* complete feature clients
* modern style
* cleanup
* rm generated
* since
* fix examples
* tests
* alpha
* rest
* rm rest
* fix: pre-commit
---------
Co-authored-by: mrkaye97 <mrkaye97@gmail.com >
2025-09-11 12:52:29 -04:00
github-actions[bot]
ba803abdfc
chore: regenerate examples ( #2291 )
...
Co-authored-by: GitHub Action <action@github.com >
2025-09-11 12:50:17 -04:00
Gabe Ruttner
49772f76fd
Blog: automated docs ( #2226 )
...
* blog automated docs
* example
* Update frontend/docs/pages/blog/automated-documentation.mdx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* fix
* lint
* fix: rm index
* fix: simplify examples, edit
* fix: use snippet
* fix: spacing
* chore: lint
* Revert "chore: lint"
This reverts commit ae724954bd .
* Revert "fix: spacing"
This reverts commit 2619122516 .
* Revert "fix: use snippet"
This reverts commit 4212239fd0 .
* fix: use snippet
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: mrkaye97 <mrkaye97@gmail.com >
2025-09-11 12:49:09 -04:00
Gabe Ruttner
9459dad14d
Feat improve auth error handling ( #1893 )
...
* common errors
* rate limits
* add IP extractor to api server
* use echo rate limit middleware func
* use rate limit for webhooks as well
---------
Co-authored-by: Mohammed Nafees <hello@mnafees.me >
2025-09-11 18:30:07 +02:00
dependabot[bot]
ba6efe234e
chore(deps-dev): bump vite from 6.3.5 to 6.3.6 in /frontend/app ( #2289 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 6.3.5 to 6.3.6.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v6.3.6/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.3.6/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 6.3.6
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-11 16:27:22 +00:00
KonradAdamczyk
a7e20faa17
Update docker-compose.mdx ( #1262 )
...
* Update docker-compose.mdx
Change host.docker.internal to hatchet-engine. Suggest adding depends_on to worker.
host.docker.internal is not production ready. Without depends_on worker will fail randomly depending of starting order.
* chore: lint
* fix: awkward indentation
* fix: pt ii
---------
Co-authored-by: mrkaye97 <mrkaye97@gmail.com >
2025-09-11 11:57:18 -04:00
dependabot[bot]
660061c810
chore(deps): bump k8s.io/client-go from 0.34.0 to 0.34.1 ( #2288 )
...
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go ) from 0.34.0 to 0.34.1.
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.34.0...v0.34.1 )
---
updated-dependencies:
- dependency-name: k8s.io/client-go
dependency-version: 0.34.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>
v0.72.7
v0.72.6
2025-09-11 04:15:28 +00:00
dependabot[bot]
3b8ba733eb
chore(deps): bump github.com/getsentry/sentry-go from 0.35.1 to 0.35.2 ( #2287 )
...
Bumps [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go ) from 0.35.1 to 0.35.2.
- [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.35.1...v0.35.2 )
---
updated-dependencies:
- dependency-name: github.com/getsentry/sentry-go
dependency-version: 0.35.2
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>
2025-09-11 04:14:11 +00:00
dependabot[bot]
ccfebe85c3
chore(deps): bump google.golang.org/grpc from 1.75.0 to 1.75.1 ( #2285 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.75.0 to 1.75.1.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.75.0...v1.75.1 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-version: 1.75.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>
2025-09-11 04:13:55 +00:00
dependabot[bot]
9dd64ec3e3
chore(deps): bump k8s.io/api from 0.34.0 to 0.34.1 ( #2284 )
...
Bumps [k8s.io/api](https://github.com/kubernetes/api ) from 0.34.0 to 0.34.1.
- [Commits](https://github.com/kubernetes/api/compare/v0.34.0...v0.34.1 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-version: 0.34.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>
2025-09-11 04:13:49 +00:00
matt
7538cf4378
fix: credentialless ( #2283 )
2025-09-10 15:00:30 -04:00
matt
ae1c9cde7b
Docs: Fix allowed origin ( #2282 )
...
* fix: origin
* fix: use regex to test
* fix: regex
* fix: allow all origins
* fix: rm origin
2025-09-10 10:43:03 -07:00
matt
d85cf134af
fix: generate snippets more places ( #2281 )
v0.72.5
2025-09-10 11:57:52 -04:00
Mohammed Nafees
91ea0c42f7
Do not show archived tenants anywhere ( #2280 )
...
* do not show archived tenants at all
* fix lint
* update based on data contract
v0.72.4
2025-09-10 08:41:45 -07:00
dependabot[bot]
b02f085c34
chore(deps): bump actions/checkout from 4 to 5 ( #2147 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [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...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
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>
Co-authored-by: abelanger5 <belanger@sas.upenn.edu >
2025-09-10 07:31:06 -04:00
dependabot[bot]
f5699cccd1
chore(deps): bump actions/setup-python from 5 to 6 ( #2279 )
...
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>
2025-09-10 07:29:16 -04:00
dependabot[bot]
7c9a408799
chore(deps): bump google.golang.org/protobuf from 1.36.8 to 1.36.9 ( #2278 )
...
Bumps google.golang.org/protobuf from 1.36.8 to 1.36.9.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-version: 1.36.9
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>
2025-09-10 04:12:56 +00:00
matt
e5e5d81a33
[FE]: Docs-in-app, Part I ( #2183 )
...
* feat: initial commit bringing back side panel
* feat: extend generation to generate docs index in app
* refactor: minor gen cleanup
* feat: side panel first pass
* fix: dragging behavior
* fix: overflow
* fix: replace more uses of `<Sheet`
* fix: slide out animation, back and forward buttons
* fix: drag lag
* feat: docs button, fix header
* fix: lag on drag in iframe
* fix: generation of paths
* feat: first doc button!
* fix: lint
* fix: start fixing builds
* fix: apk
* fix: fe dockerfile
* chore: lint
* fix: gen snips in ci
* fix: copy the python stuff more places
* feat: first empty state
* fix: provider
* fix: reset history on close
* feat: event side panel
* feat: improve styling
* fix: overflow state
* fix: rm selected event, useEffect
* fix: lint
* fix: spacing
* fix: scrollbar for toolbar filters on overflow
* feat: improve scrollbar styling
* fix: scroll metric badges on overflow
* fix: copy improvements
* chore: lint
* fix: sidebar toggle
* fix: empty states, docs button
* fix: docs button variant / size
* feat: theme from param
2025-09-09 17:22:18 -04:00
matt
93454d6e75
Fix: More doc snippets ( #2267 )
...
* fix: batch i
* fix: batch ii
* fix: batch iii
* fix: batch iv
* fix: batch v
* fix: guide
* fix: batch vi
* fix: batch vii
* fix: dag docs
* fix: separate dag tasks
2025-09-09 15:37:20 -04:00
Mohammed Nafees
a4305b486f
Org UI feedback improvements ( #2275 )
...
* org UI feedback
* more UI changes
* more fixes
* PR comments
v0.72.3
2025-09-09 20:30:49 +02:00
Mohammed Nafees
ebb49cb1a0
error out instead of panic ( #2274 )
2025-09-09 17:48:55 +02:00
dependabot[bot]
46ccc395e7
chore(deps): bump actions/setup-go from 5 to 6 ( #2273 )
...
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>
2025-09-09 07:38:38 -04:00
Mohammed Nafees
14dfcbdb6b
fix custom auth casing ( #2268 )
v0.72.2
2025-09-09 10:06:01 +02:00
dependabot[bot]
a4c327f6df
chore(deps): bump github.com/jackc/pgx/v5 from 5.7.5 to 5.7.6 ( #2272 )
...
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx ) from 5.7.5 to 5.7.6.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jackc/pgx/compare/v5.7.5...v5.7.6 )
---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
dependency-version: 5.7.6
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>
2025-09-09 04:13:32 +00:00
dependabot[bot]
59aa6ad4b9
chore(deps): bump golang.org/x/crypto from 0.41.0 to 0.42.0 ( #2271 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.41.0 to 0.42.0.
- [Commits](https://github.com/golang/crypto/compare/v0.41.0...v0.42.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
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>
2025-09-09 04:13:28 +00:00
dependabot[bot]
84aeb4d552
chore(deps): bump google.golang.org/api from 0.248.0 to 0.249.0 ( #2270 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.248.0 to 0.249.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.248.0...v0.249.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-version: 0.249.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>
2025-09-09 04:13:24 +00:00
dependabot[bot]
e7aa0b9083
chore(deps): bump github.com/spf13/viper from 1.20.1 to 1.21.0 ( #2269 )
...
Bumps [github.com/spf13/viper](https://github.com/spf13/viper ) from 1.20.1 to 1.21.0.
- [Release notes](https://github.com/spf13/viper/releases )
- [Commits](https://github.com/spf13/viper/compare/v1.20.1...v1.21.0 )
---
updated-dependencies:
- dependency-name: github.com/spf13/viper
dependency-version: 1.21.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>
2025-09-09 04:13:11 +00:00
matt
cf59a7bcd9
Feat: Worker slot Prom metrics ( #2195 )
...
* feat: add slots to prom metrics
* feat: available
* fix: extension instead
* fix: docs
* fix: rm unused query changes
* fix: rm unused struct
* fix: labels
* feat: improve total slots
* fix: pr feedback
* fix: docs
* Revert "fix: docs"
This reverts commit 7fe105da92 .
* fix: derive total slots
2025-09-08 14:07:44 -04:00
Mohammed Nafees
9b0ec2618e
Go SDK v1 feature client changes ( #2160 )
...
* feature client changes
* remove code duplication
* func name should make sense
* add simple compile gh workflow
2025-09-08 17:10:24 +02:00
Mohammed Nafees
e93b163341
expired invite status ( #2266 )
v0.72.1
2025-09-08 15:43:24 +02:00
Mohammed Nafees
c5f14bc5b0
fix type names ( #2264 )
2025-09-08 14:33:20 +02:00
dependabot[bot]
af0f477e2c
chore(deps): bump golang.org/x/oauth2 from 0.30.0 to 0.31.0 ( #2260 )
...
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2 ) from 0.30.0 to 0.31.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.30.0...v0.31.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
dependency-version: 0.31.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>
2025-09-08 04:24:10 +00:00
dependabot[bot]
b92f213cf5
chore(deps): bump golang.org/x/time from 0.12.0 to 0.13.0 ( #2263 )
...
Bumps [golang.org/x/time](https://github.com/golang/time ) from 0.12.0 to 0.13.0.
- [Commits](https://github.com/golang/time/compare/v0.12.0...v0.13.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/time
dependency-version: 0.13.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>
2025-09-08 04:20:13 +00:00
dependabot[bot]
33f1ee752f
chore(deps): bump golang.org/x/text from 0.28.0 to 0.29.0 ( #2261 )
...
Bumps [golang.org/x/text](https://github.com/golang/text ) from 0.28.0 to 0.29.0.
- [Release notes](https://github.com/golang/text/releases )
- [Commits](https://github.com/golang/text/compare/v0.28.0...v0.29.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/text
dependency-version: 0.29.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>
2025-09-08 04:17:23 +00:00
dependabot[bot]
6b2d32ca45
chore(deps): bump github.com/prometheus/client_golang ( #2262 )
...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.23.1 to 1.23.2.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.23.1...v1.23.2 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-version: 1.23.2
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>
2025-09-08 04:17:21 +00:00
dependabot[bot]
9ab6a6423e
chore(deps): bump golang.org/x/sync from 0.16.0 to 0.17.0 ( #2259 )
...
Bumps [golang.org/x/sync](https://github.com/golang/sync ) from 0.16.0 to 0.17.0.
- [Commits](https://github.com/golang/sync/compare/v0.16.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sync
dependency-version: 0.17.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>
2025-09-08 04:17:08 +00:00
dependabot[bot]
9983713380
chore(deps): bump actions/setup-go from 5 to 6 ( #2252 )
...
* chore(deps): bump actions/setup-go from 5 to 6
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 >
* fix: pinned go versions
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mrkaye97 <mrkaye97@gmail.com >
2025-09-05 15:59:01 -04:00