Skip to content

Releases: namespacelabs/foundation

v0.0.333

05 Feb 13:09
Compare
Choose a tag to compare

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

26 Jan 09:04
26886de
Compare
Choose a tag to compare

Changelog

  • 26886de teleport: add an option to request ECR creds via Teleport app (#1221)

v0.0.331

22 Jan 11:42
@n-g n-g
7767820
Compare
Choose a tag to compare

Changelog

  • 7767820 Add registry URL to nsc workspace describe for convenience. Allow field selection with -k.

v0.0.330

17 Jan 14:51
Compare
Choose a tag to compare

Changelog

  • 8eca7f8 buildx: annotate builds by default and skip internal solves
  • ffd0c66 universe/db/postgres: Mark AdminShutdown error as retriable.

v0.0.329

12 Jan 11:51
Compare
Choose a tag to compare

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

08 Jan 18:24
Compare
Choose a tag to compare

Changelog

  • 6eb5985 orchestration/slack: do not pass nil option to NewSectionBlock

v0.0.327

08 Jan 17:15
4f05095
Compare
Choose a tag to compare

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

07 Jan 23:47
Compare
Choose a tag to compare

Changelog

  • 4b940f6 ingress: do not generate public ingress for exported HTTP paths that are not internet facing services.
  • 3da84cf kubernetes: skip checking readiness of non-tcp ports.

v0.0.325

04 Jan 11:13
@n-g n-g
e7b4385
Compare
Choose a tag to compare

Changelog

  • e7b4385 Add experimental command nsc aws ecr-docker-login (#1219)
  • c90935a Unhide nsc aws assume-role. It is part of the public docs.

v0.0.324

04 Jan 09:22
@n-g n-g
Compare
Choose a tag to compare

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.