Releases: namespacelabs/integrations
Releases · namespacelabs/integrations
v0.0.9
What's Changed
- auth: make ExtractClaims public. by @hugosantos in #22
- build(deps): bump golang.org/x/oauth2 from 0.25.0 to 0.27.0 by @dependabot[bot] in #21
- build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 in /buildkit by @dependabot[bot] in #19
- build(deps): bump github.com/containerd/containerd/v2 from 2.0.4 to 2.0.5 in /buildkit by @dependabot[bot] in #20
- auth/claims: added actor_id and workload_region. by @hugosantos in #25
- Update to the latest Compute/Storage API by @gerhard in #26
- storage: enable setting an expiration on created artifacts. by @hugosantos in #27
- updated codegen dependencies. by @hugosantos in #28
- examples/sidecar: added. by @hugosantos in #29
- examples: added macrun. by @hugosantos in #30
- dev by @hugosantos in #31
- examples/sidecar: extend with ssh support. by @hugosantos in #32
- api/vault: added. by @hugosantos in #33
- api/registry: added. by @hugosantos in #35
- update versions by @hugosantos in #37
- nsc/grpcapi: added NewConnectionWithEndpointForTesting. by @hugosantos in #38
- grpcapi: added NewConnectionWithEndpointWithTransportCredentials. by @hugosantos in #39
- grpcapi: allow disabling RequireTransportSecurity for testing purposes. by @hugosantos in #40
- update public API protos. by @hugosantos in #41
- storage: add expire artifact by @InverseIntegral in #44
- bump buf dependency by @InverseIntegral in #46
- bump buf grpc dependency by @InverseIntegral in #47
- go work sync by @InverseIntegral in #49
- update buf dependencies by @InverseIntegral in #50
New Contributors
- @dependabot[bot] made their first contribution in #21
- @gerhard made their first contribution in #26
- @InverseIntegral made their first contribution in #44
Full Changelog: v0.0.8...v0.0.9
v0.0.8
Full Changelog: v0.0.7...v0.0.8
v0.0.7
What's Changed
- examples/buildandrun: update the example to use container-based TCP p… by @hugosantos in #18
Full Changelog: v0.0.6...v0.0.7
v0.0.6
v0.0.5
What's Changed
- examples/buildandrun: one more iteration. by @hugosantos in #16
Full Changelog: v0.0.4...v0.0.5
v0.0.4
v0.0.3
v0.0.2-dev
- api/storage: Introduce CacheURL for pull-through caching.