Skip to content

Tags: uber/kraken

Tags

v0.1.24

Toggle v0.1.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(proxy): add support for oci manifest images (#628)

v0.1.23

Toggle v0.1.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(build-index): fix blob dependency resolver for multi-arch manifes…

…ts (#620)

v0.1.22

Toggle v0.1.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump google.golang.org/grpc from 1.40.0 to 1.79.3 (#579)

* build(deps): bump google.golang.org/grpc from 1.40.0 to 1.79.3

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.40.0 to 1.79.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.40.0...v1.79.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-version: 1.79.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* add 1.24 to test action

* fix golangcilint make rule

* make go version to 1.24.0

* fix scheduler test

* bump go version in CLAUDE.md

---------

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

v0.1.21

Toggle v0.1.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump aquasecurity/trivy-action to v0.35.0 (#581)

v0.1.20

Toggle v0.1.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(origin): reduce blobrefresh namespace metric tag cardinality (#575)

v0.1.19

Toggle v0.1.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add unit tests for cluster_client.go Locations function (#539)

* Add unit tests for cluster_client.go Locations function

- Add table-driven tests for blobclient.Locations()
- Test cases: empty cluster, single node, multiple nodes, failover, all fail
- Use t.Cleanup() for automatic test server cleanup
- Add mock hostlist.List implementation for testing

* Simplify slice comparison: replace reflect.DeepEqual with require.Equal

---------

Co-authored-by: gauravk <gauravk@uber.com>

v0.1.18

Toggle v0.1.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixing lint errors (#527)

## Summary
  - Fix golangci-lint errcheck violations by properly handling errors.

## Changes
  - Use `closers.Close()` for deferred Close() calls in non-test code
  - Use `require.NoError()` for error checks in test files
  - Update `localdb.Fixture()` to accept `*testing.T` for proper test error handling
  - Fix type assertion checks in `file_map.go`

Signed-off-by: egorikas <egorgrishechko@gmail.com>

v0.1.17

Toggle v0.1.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Metrics for writeback queue (#520)

* feat: Metrics for writeback queue

* Update lib/persistedretry/manager.go

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

* Report metric interval

* Remove 0 checks

* Update

---------

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

v0.1.16

Toggle v0.1.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Disable caching for README badges (#516)

Co-authored-by: gauravk <gauravk@uber.com>

v0.1.15

Toggle v0.1.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(build-index): Add retry logic for manifest download during depend…

…ency resolution (#502)

* fix(build-index): Add retry logic for manifest download during dependency resolution

* Fix

* Fix

* Fix

* Revert log

* Test retries

* Increase timeout, fix