Skip to content

Releases: namespacelabs/foundation

v0.0.355

10 Apr 13:29
@n-g n-g
047d492
Compare
Choose a tag to compare

Changelog

  • 05719b8 Ensure deterministic pod specs: Allocate secrets in parallel, fill them in order.
  • 068d588 Remove NixOS-specific go binary patching (#1225)
  • 45d872a postgres: added DatabaseReference.
  • 43f6302 universe/db/postgres: Add postgres.PgErrCode for convenience.
  • b848de6 workaround the fact that foundation doesn't know primitive types.

v0.0.354

04 Apr 13:24
Compare
Choose a tag to compare

Changelog

  • 0c1c088 create: added support for --volume.
  • 2a86f2d goreleaser: Actually do non-draft releases with updated GoReleaser.
  • eb20f33 tracing: provide a noop tracer by default if no exporter is configured.

v0.0.353

28 Mar 13:45
@n-g n-g
86e20e1
Compare
Choose a tag to compare

Changelog

  • 86e20e1 read external secrets (e.g. 1Password) in parallel (#1224)

v0.0.352

27 Mar 15:29
@n-g n-g
c955acb
Compare
Choose a tag to compare

Changelog

  • c955acb Golang: - use the same Go version for local and buildkit builds - ensure we always resolve to the latest known Go version
  • 8b92210 fix licenses and formatting

v0.0.351

18 Mar 12:41
@n-g n-g
8b92210
Compare
Choose a tag to compare

Changelog

  • df3c047 Improve reauth error message for docker-credential-nsc
  • db608b3 buildkit: added --buildkit_force_estargz.
  • d454ef3 e2e: ensure correct go version
  • e5894eb e2e: fix test
  • a8891de make_fs: support compressed fs images as layers.
  • 139cf2e makefs: support generating ext4 images in macos.
  • 55d4664 makefsimage: extend coverage.

v0.0.350

11 Mar 16:47
@n-g n-g
d454ef3
Compare
Choose a tag to compare

Changelog

  • 7bf401e Register nsc destroy as a convenience alias.

v0.0.349

11 Mar 16:35
@n-g n-g
fc14a8a
Compare
Choose a tag to compare

Changelog

  • fc14a8a Consistent naming: Update descriptive strings from cluster -> instance and add a command alias.
  • c298005 ns generate
  • 173fbdd postgres: add NewDatabaseFromConnectionUri which is backwards compat.
  • f9f32d9 postgres: add ability to configure max_conns via injection.

v0.0.348

08 Mar 13:36
Compare
Choose a tag to compare

Changelog

v0.0.347

07 Mar 12:03
Compare
Choose a tag to compare

Changelog

  • 56cc9b0 Go: update to latest versions.
  • 66ac864 cmd/nsc: Add nsc admin sign-partner-token.

v0.0.346

06 Mar 15:58
@n-g n-g
63e013f
Compare
Choose a tag to compare

Changelog

  • 63e013f golang: align import name resolution with golang tooling.
  • 926dcfb migrate to nsl archive action
  • 2401b96 minio: re-usable minio client initialization.
  • a75767f nsgrpc: add ability to register multiple drain funcs.
  • 5a87235 plugandplay: add foundation.framework.deploy.Deployment.
  • 6970d51 tracing: fix ordering dependency b/w Attribute and NewRoot