Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-08 | 9.4 kB | |
v0.1.6 source code.tar.gz | 2025-08-08 | 7.2 MB | |
v0.1.6 source code.zip | 2025-08-08 | 7.7 MB | |
Totals: 3 Items | 14.9 MB | 2 |
What's Changed
- Makefile modification by @zerosnake0 in https://github.com/uber/kraken/pull/249
- fix setuptools breaking venv by @zerosnake0 in https://github.com/uber/kraken/pull/250
- Fixed a small grammatical issue in the README.md by @ankit7201 in https://github.com/uber/kraken/pull/251
- Helm chart by @zerosnake0 in https://github.com/uber/kraken/pull/255
- image pull policy in helm chart by @zerosnake0 in https://github.com/uber/kraken/pull/257
- Add option to disable blob hash verification by @yiranwang52 in https://github.com/uber/kraken/pull/246
- downgrading protobouf to 1.3.3 for compatibility reasons by @SQUIDwarrior in https://github.com/uber/kraken/pull/258
- Fixed a small issue in testfs helm template by @jimoosciuc in https://github.com/uber/kraken/pull/260
- Handle nil pointer error caused by empty bitfield message by @yiranwang52 in https://github.com/uber/kraken/pull/261
- Improved new meta info creation by @EltonzHu in https://github.com/uber/kraken/pull/263
- (docs): enabled syntax highlighting by @0xflotus in https://github.com/uber/kraken/pull/265
- Replace Redis with local in-memory peer store by @codygibb in https://github.com/uber/kraken/pull/270
- Fix docker_daemon config by @evelynl94 in https://github.com/uber/kraken/pull/271
- Always delete upload file after MoveUploadFileToCache by @evelynl94 in https://github.com/uber/kraken/pull/274
- Allow upload to a different origin on retryable errors by @evelynl94 in https://github.com/uber/kraken/pull/275
- make nginx path configurable by @zerosnake0 in https://github.com/uber/kraken/pull/252
- Propagate PathNotFound error in proxy by @evelynl94 in https://github.com/uber/kraken/pull/276
- Allow overriding nginx log paths by @codygibb in https://github.com/uber/kraken/pull/279
- Fix Makefile dependencies for binaries by @codygibb in https://github.com/uber/kraken/pull/280
- Remove outdated nginx log migration by @codygibb in https://github.com/uber/kraken/pull/281
- Allow overriding nginx stdout log path by @codygibb in https://github.com/uber/kraken/pull/282
- Switch agent to use V2 announce endpoint by @codygibb in https://github.com/uber/kraken/pull/292
- Migrate SQL and shadow backend from Uber internal repo by @SQUIDwarrior in https://github.com/uber/kraken/pull/294
- Remove persistedretry queue counter by @codygibb in https://github.com/uber/kraken/pull/316
- Get rid of unnecessary github.com/go-errors/errors dep by @codygibb in https://github.com/uber/kraken/pull/317
- [feat] Change pressly/chi imports to go-chi/chi by @adtm in https://github.com/uber/kraken/pull/321
- [fix] Remove left out pressly/chi/middleware import by @adtm in https://github.com/uber/kraken/pull/322
- Support containerd in preload endpoint by @evelynl94 in https://github.com/uber/kraken/pull/324
- Support Multi-Arch by Supporting Manifest List by @xinlongz1 in https://github.com/uber/kraken/pull/326
- Disable HTTPS to HTTP fallback by @xinlongz1 in https://github.com/uber/kraken/pull/327
- Route health check request to agent server by @xinlongz1 in https://github.com/uber/kraken/pull/330
- Remove the new line sign from health check response by @xinlongz1 in https://github.com/uber/kraken/pull/331
- Add Aggressive cleanup when disk util is high by @xinlongz1 in https://github.com/uber/kraken/pull/335
- [Kraken] Add WithPullUnpack option for PullImage by @banka-pranoy in https://github.com/uber/kraken/pull/343
- Support file read/write with max part size by @xinlongz1 in https://github.com/uber/kraken/pull/346
- Delete codecov.yml by @evelynl94 in https://github.com/uber/kraken/pull/350
- Disable TLS1.0 by @xinlongz1 in https://github.com/uber/kraken/pull/355
- Allow storing the registry password in a file by @kcolford in https://github.com/uber/kraken/pull/348
- tally stats for backend clients by @zachcheu in https://github.com/uber/kraken/pull/357
- Add eth2 to supported interfaces by @evelynl94 in https://github.com/uber/kraken/pull/359
- Fix shadow backend mode auth config parsing by @Anton-Kalpakchiev in https://github.com/uber/kraken/pull/362
- Fixed Broken Unit tests in Kraken by @gkeesh7 in https://github.com/uber/kraken/pull/363
- Repository upkeep by @gkeesh7 in https://github.com/uber/kraken/pull/361
- Fix typo in CONFIGURATION.md by @squat in https://github.com/uber/kraken/pull/353
- Adding CGO flags to supress warnings and fix build failures by @gkeesh7 in https://github.com/uber/kraken/pull/364
- Added the init() method to the shadow backend and SQL backend code by @gkeesh7 in https://github.com/uber/kraken/pull/365
- chore: os.SEEK_SET has been deprecated since Go 1.7, remove it by @testwill in https://github.com/uber/kraken/pull/347
- add gcs egress defaults by @zachcheu in https://github.com/uber/kraken/pull/369
- Change Go version in CICD pipeline by @Anton-Kalpakchiev in https://github.com/uber/kraken/pull/375
- Add ability to check backend readiness by @Anton-Kalpakchiev in https://github.com/uber/kraken/pull/372
- Add origin readiness endpoint by @Anton-Kalpakchiev in https://github.com/uber/kraken/pull/373
- Add origin readiness client by @Anton-Kalpakchiev in https://github.com/uber/kraken/pull/374
- Add build index readiness endpoint and client by @Anton-Kalpakchiev in https://github.com/uber/kraken/pull/377
- Add tracker readiness endpoint and client by @Anton-Kalpakchiev in https://github.com/uber/kraken/pull/380
- fix(docs): corrects typo in project documentation by @plan-do-break-fix in https://github.com/uber/kraken/pull/305
- Add agent readiness endpoint by @Anton-Kalpakchiev in https://github.com/uber/kraken/pull/381
- Refactor readiness tests not to use regex by @Anton-Kalpakchiev in https://github.com/uber/kraken/pull/383
- Enable caching of agent readiness success by @Anton-Kalpakchiev in https://github.com/uber/kraken/pull/384
- Expose agent readiness endpoint on nginx port by @Anton-Kalpakchiev in https://github.com/uber/kraken/pull/387
- Deprecate TLS v1.1, change ciphers by @hweawer in https://github.com/uber/kraken/pull/388
- logs for backend manager and backends by @zachcheu in https://github.com/uber/kraken/pull/389
- default time encoder by @zachcheu in https://github.com/uber/kraken/pull/391
- Remove 3DES from the list of supported ciphers by @hweawer in https://github.com/uber/kraken/pull/392
- Bump babel from 2.7.0 to 2.9.1 by @dependabot[bot] in https://github.com/uber/kraken/pull/312
- Bump jinja2 from 2.10.1 to 3.1.5 by @dependabot[bot] in https://github.com/uber/kraken/pull/395
- Updated the architecture diagram by @gkeesh7 in https://github.com/uber/kraken/pull/399
- Prefetch endpoint proxy by @hweawer in https://github.com/uber/kraken/pull/402
- Additional metric for measuring blobs download by @hweawer in https://github.com/uber/kraken/pull/406
- Integrate MAKEFILE into ci by @hweawer in https://github.com/uber/kraken/pull/407
- Bump jinja2 from 3.1.5 to 3.1.6 by @dependabot[bot] in https://github.com/uber/kraken/pull/400
- Bump urllib3 from 1.25.3 to 2.5.0 by @dependabot[bot] in https://github.com/uber/kraken/pull/410
- Bump requests from 2.22.0 to 2.32.4 by @dependabot[bot] in https://github.com/uber/kraken/pull/409
- Fix ci forks by @hweawer in https://github.com/uber/kraken/pull/416
- Fix Mac setup issues and add comprehensive codelab by @ArnabBir in https://github.com/uber/kraken/pull/414
- Fixing 404 at uber-kraken.readthedocs.io by @egorikas in https://github.com/uber/kraken/pull/420
- Handling a silent error in HashedPeerID by @egorikas in https://github.com/uber/kraken/pull/422
- Remove noisy log by @hweawer in https://github.com/uber/kraken/pull/421
New Contributors
- @zerosnake0 made their first contribution in https://github.com/uber/kraken/pull/249
- @ankit7201 made their first contribution in https://github.com/uber/kraken/pull/251
- @SQUIDwarrior made their first contribution in https://github.com/uber/kraken/pull/258
- @jimoosciuc made their first contribution in https://github.com/uber/kraken/pull/260
- @0xflotus made their first contribution in https://github.com/uber/kraken/pull/265
- @adtm made their first contribution in https://github.com/uber/kraken/pull/321
- @xinlongz1 made their first contribution in https://github.com/uber/kraken/pull/326
- @banka-pranoy made their first contribution in https://github.com/uber/kraken/pull/343
- @kcolford made their first contribution in https://github.com/uber/kraken/pull/348
- @zachcheu made their first contribution in https://github.com/uber/kraken/pull/357
- @Anton-Kalpakchiev made their first contribution in https://github.com/uber/kraken/pull/362
- @gkeesh7 made their first contribution in https://github.com/uber/kraken/pull/363
- @squat made their first contribution in https://github.com/uber/kraken/pull/353
- @testwill made their first contribution in https://github.com/uber/kraken/pull/347
- @plan-do-break-fix made their first contribution in https://github.com/uber/kraken/pull/305
- @hweawer made their first contribution in https://github.com/uber/kraken/pull/388
- @dependabot[bot] made their first contribution in https://github.com/uber/kraken/pull/312
- @ArnabBir made their first contribution in https://github.com/uber/kraken/pull/414
- @egorikas made their first contribution in https://github.com/uber/kraken/pull/420
Full Changelog: https://github.com/uber/kraken/compare/v0.1.4...v0.1.6