Releases: namespacelabs/foundation
Releases · namespacelabs/foundation
v0.0.333
Changelog
- ffbfd5e Add internal experimental flag for nsc run.
- b4df1aa Use actions/download-artifact@v4
- 713ea15 add missing license headers
- dc745fc buildx: move builder creation to public API
- 2a4ea65 fix go fmt
- e3bb2bc go mod tidy
- 6ae5d08 go: also use 1.21.6 when building using buildkit.
- 3d89ec6 go: bump Go to 1.21.6 and 1.20.13
- 42d8c5e migrate to actions/checkout@v4
- ca7fb65 nsc: accept NSC_IAM_ENDPOINT and NSC_GLOBAL_ENDPOINT.
- 2f26b67 run: added instance_experimental.
- 39d9434 teleport: do not require
registry_certs_dir
for tbot kubeconfig - e215859 tracing: don't generate orphan spans when the parent is not recording.
- cb5a913 updated integrations version
- 38b4705 use actions/setup-go@v5
- 14d5345 use actions/upload-artifact@v4
v0.0.332
v0.0.331
v0.0.330
v0.0.329
Changelog
- aeba4e5 Builkit: emit final error when waiting for readiness.
- cf6a3f4 Redirect pprof debug output to stderr. This allows pprof to be used with
ns t kubectl
. - 8d218cb buildx: make build annotation a opt-in flag
- eb57313 feature/annotate docker builds (#1220)
- d878e2f grpcproxy: prepare to intercept solve requests
- d9760c7 honeycomb: export base endpoint without schema.
- 1071f72 planning: call out what deployable didn't become ready.
- e2d51d1 std/go/core: emit the package name that fails to initialize.
- 1d0d180 std/go/core: more logging.
- 4d80073 vnc: added command.
v0.0.328
v0.0.327
Changelog
- 4f05095 Categorize ResourceExhausted as user error.
- 96fa1eb binary: add ability to specify a context_dir in docker_build.
- f8c38af internal/providers: implement Teleport kubernetes config provider (#1218)
- 471daf6 pprof: if enabled, emit endpoint to named log instead of debug log.
- 1478cc2 slack: include build author in the message.
- 9b88f9a slack: include message in the message as well.
v0.0.326
v0.0.325
v0.0.324
Changelog
- 8d76083 Do not use our cache action for pure ns invocations.
- e709963 Use nscloud-cache-action across the board.
- 93d8959 grpc: bind package-level grpc.ServiceRegistrar based on configuration.
- 47bb756 grpc: introduced
configurations
, to add additional grpc servers, with separate configurations. - ec290a7 http: make registered middlewares re-usable.
- b94279d planning: refactor port matching.
- 2156afd server: remove dead code.
- a2f7a2d server: support multiple listeners for grpc, and non-grpc services.