Skip to content

Releases: brunojppb/rush-cache-server

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 22 Jul 12:02

Changes

39582ba Release v1.0.3
f9131a4 Update otel/opentelemetry-collector Docker tag to v0.157.0 (#63)
98114cb Update Rust crate serde_json to v1.0.151 (#60)
665e07c Update Rust crate tokio to v1.53.1 (#61)
d563a40 Update Rust crate tokio-util to v0.7.19 (#62)
f959a90 Update Rust crate futures to v0.3.33 (#57)
bc13c94 Update Rust crate serde to v1.0.229 (#58)
537dad6 Update jaegertracing/jaeger Docker tag to v2.20.0 (#59)

Downloads

Platform Binary
Linux x86_64 rush-cache-server-x64
Linux ARM64 rush-cache-server-arm64

Docker Images

  • docker pull brunojppb/rush-cache-server:1.0.3
  • docker pull ghcr.io/brunojppb/rush-cache-server:1.0.3

Run with Docker

docker run -d \
  --name rush-cache-server \
  -p 8080:8080 \
  -e S3_BUCKET=my-rush-cache \
  -e S3_REGION=us-east-1 \
  -e CACHE_TOKENS_READ_ONLY=tok_ro_1 \
  -e CACHE_TOKENS_READ_WRITE=tok_rw_1 \
  ghcr.io/brunojppb/rush-cache-server:1.0.3

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 17 Jul 14:22

Changes

831e885 Release v1.0.2
db8f790 Update Rust to v1.97.1 (#56)
469e768 Update Rust crate tokio to v1.53.0 (#55)
796c8aa Lock file maintenance (#54)

Downloads

Platform Binary
Linux x86_64 rush-cache-server-x64
Linux ARM64 rush-cache-server-arm64

Docker Images

  • docker pull brunojppb/rush-cache-server:1.0.2
  • docker pull ghcr.io/brunojppb/rush-cache-server:1.0.2

Run with Docker

docker run -d \
  --name rush-cache-server \
  -p 8080:8080 \
  -e S3_BUCKET=my-rush-cache \
  -e S3_REGION=us-east-1 \
  -e CACHE_TOKENS_READ_ONLY=tok_ro_1 \
  -e CACHE_TOKENS_READ_WRITE=tok_rw_1 \
  ghcr.io/brunojppb/rush-cache-server:1.0.2

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 12 Jul 14:27

Changes

3edf19e Release v1.0.1
568d215 Lock file maintenance (#53)
5819593 Pin Rust toolchain via rust-toolchain.toml (#52)
4ef7aa4 Update prom/prometheus Docker tag to v3.13.1 (#51)
246bb15 Update Rust crate sysinfo to v0.39.6 (#50)
9022bb4 Update Rust crate bytes to v1.12.1 (#49)
ade5693 Update otel/opentelemetry-collector Docker tag to v0.156.0 (#48)
04318aa Update otel/opentelemetry-collector Docker tag to v0.155.0 (#43)
5b3d103 Update prom/prometheus Docker tag to v3.13.0 (#46)
7003d23 Lock file maintenance (#47)
78185a7 Lock file maintenance (#45)
6d8b544 Lock file maintenance (#42)
579d10e Update Rust crate sysinfo to v0.39.5 (#40)
af9bc36 Lock file maintenance (#41)

Downloads

Platform Binary
Linux x86_64 rush-cache-server-x64
Linux ARM64 rush-cache-server-arm64

Docker Images

  • docker pull brunojppb/rush-cache-server:1.0.1
  • docker pull ghcr.io/brunojppb/rush-cache-server:1.0.1

Run with Docker

docker run -d \
  --name rush-cache-server \
  -p 8080:8080 \
  -e S3_BUCKET=my-rush-cache \
  -e S3_REGION=us-east-1 \
  -e CACHE_TOKENS_READ_ONLY=tok_ro_1 \
  -e CACHE_TOKENS_READ_WRITE=tok_rw_1 \
  ghcr.io/brunojppb/rush-cache-server:1.0.1

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 18:59

Changes

c3dff39 Release v1.0.0
558f970 Update actions/checkout action to v7 (#35)
4764608 Lock file maintenance (#36)
7649835 Add 'Run with Docker' section to release notes (#37)
e32ae25 Update Rust crate bytes to v1.12.0 (#34)
0a11e32 Update alpine Docker tag to v3.24.1 (#33)
81fbf35 Lock file maintenance (#32)
05a91e2 Update Rust crate openssl to v0.10.81 (#31)
86dfc29 Update alpine Docker tag to v3.24.0 (#29)
356af37 Update otel/opentelemetry-collector Docker tag to v0.154.0 (#30)
23dcaf8 Update Rust crate http to v1.4.2 (#28)
1ebdf5f Lock file maintenance (#27)
583e899 Refactor README content and structure (#26)
9dbcbe3 docs: add Buffer to 'Used by folks at' section in README (#24)

Downloads

Platform Binary
Linux x86_64 rush-cache-server-x64
Linux ARM64 rush-cache-server-arm64

Docker Images

  • docker pull brunojppb/rush-cache-server:1.0.0
  • docker pull ghcr.io/brunojppb/rush-cache-server:1.0.0

Run with Docker

docker run -d \
  --name rush-cache-server \
  -p 8080:8080 \
  -e S3_BUCKET=my-rush-cache \
  -e S3_REGION=us-east-1 \
  -e CACHE_TOKENS_READ_ONLY=tok_ro_1 \
  -e CACHE_TOKENS_READ_WRITE=tok_rw_1 \
  ghcr.io/brunojppb/rush-cache-server:1.0.0

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 04 Jun 17:02

Changes

d73c53f Release v0.1.3
e3b81ca Update tonic monorepo to v0.14.6 (#18)
2a018ad Update Rust crate rust-s3 to v0.37.2 (#16)
214a76e Update tokio-tracing monorepo to v0.2.5 (#10)
1d595d6 Update Rust crate sysinfo to 0.39 (#20)
8e4103b Update opentelemetry (#23)
3b7442d Consolidate renovate config with Otel packages aligned (#22)
28d626b Update prom/prometheus Docker tag to v3.12.0 (#12)
c2d31f9 Update Rust crate http to v1.4.1 (#15)
7cd84f3 Update Rust crate actix-web to v4.13.0 (#13)
d295389 Update Rust crate serde_json to v1.0.150 (#17)
a5ea103 Update Rust crate reqwest to v0.13.4 (#11)
9e71631 Update alpine Docker tag to v3.23.4 (#9)
bb6821c Update otel/opentelemetry-collector Docker tag to v0.153.0 (#8)
114d04f Update jaegertracing/jaeger Docker tag to v2.19.0 (#7)
8cfaa6a Update Rust crate tokio to v1.52.3 (#5)
0bc28a8 Update Rust crate openssl to v0.10.80 (#4)
a4b8cfd Update softprops/action-gh-release action to v3 (#14)
0095fa9 Add renovate.json (#3)

Downloads

Platform Binary
Linux x86_64 rush-cache-server-x64
Linux ARM64 rush-cache-server-arm64

Docker Images

  • docker pull brunojppb/rush-cache-server:0.1.3
  • docker pull ghcr.io/brunojppb/rush-cache-server:0.1.3

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 07 Apr 07:33

Changes

92220a5 Release v0.1.2
ec3af43 Use secrecy crate to protect tokens and S3 credentials (#2)

Downloads

Platform Binary
Linux x86_64 rush-cache-server-x64
Linux ARM64 rush-cache-server-arm64

Docker Images

  • docker pull brunojppb/rush-cache-server:0.1.2
  • docker pull ghcr.io/brunojppb/rush-cache-server:0.1.2

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 06 Apr 21:57

Downloads

Platform Binary
Linux x86_64 rush-cache-server-x64
Linux ARM64 rush-cache-server-arm64

Docker Images

  • docker pull brunojppb/rush-cache-server:0.1.1
  • docker pull ghcr.io/brunojppb/rush-cache-server:0.1.1