Skip to content

Releases: namespacelabs/foundation

v0.0.345

23 Feb 16:50
@n-g n-g
Compare
Choose a tag to compare

Changelog

  • bf70051 docker-credential-helper: parse extra registries
  • 648c9d2 oss/minio: add Secure option configurable via EnsureBucketOptions
  • d1957cd oss/minio: add an option to provide CA certificate
  • a29043f oss/minio: append CA to a system CA pool if exists
  • d990278 requestid: allow manual attachment to context.

v0.0.344

21 Feb 16:48
@n-g n-g
7683c09
Compare
Choose a tag to compare

Changelog

  • 7683c09 clearly call out manual deployments

v0.0.343

21 Feb 16:34
@n-g n-g
10c1928
Compare
Choose a tag to compare

Changelog

  • 10c1928 implement ability to require deployment reasons per environment and notify from workspace conf (#1223)
  • 9d72dab provider/teleport: check certificate validity without a margin

v0.0.342

21 Feb 11:18
Compare
Choose a tag to compare

Changelog

  • f8dfcb8 fnapi: Pass token to endpoints that need auth.

v0.0.341

19 Feb 12:49
Compare
Choose a tag to compare

Changelog

  • a2120a3 CollectN: start new roots even if recording is not on.
  • 28d8e53 Go GRPC: ensure context errors are translated into corresponding GRPC status codes.
  • 201d05c Track gogrpc server initialization in prometheus metric per code revision.
  • 8ab2e5c buildx: proxy support local buildkit sock path
  • abf1144 core/env: use proto accessor to get vcs revision
  • 2210a42 ingress/nginx: set upstream-keepalive-requests=1
  • b926150 internal/ssh: print a user friendly error if teleport cert has expired
  • a1cebff postgres: PgxPool: add access to underlying pool.
  • 98fd084 postgres: use pgerrcode instead of rolling our own constants.
  • 2c91594 provider/teleport: set by default --add-keys-to-agent=no
  • 379a9c6 srd/go/grpc: add a metric with server initialization timestamp
  • 0592678 universe/db/postgres: Respect passed TxOptions in ReturnFromTx.

v0.0.340

13 Feb 17:04
Compare
Choose a tag to compare

Changelog

  • af2b6f5 Update releasing instructions
  • 04fd87b internal/ssh: validate Teleport input
  • 8254eea runtime/deployment: use preferable anti affinity (#1222)
  • b8cbd1b version: bump api version due to pod affinity change

v0.0.339

13 Feb 14:21
Compare
Choose a tag to compare

Changelog

  • c6f8e63 provider/k3s: support Teleport SSH transport using both tbot and profile
  • 4ed159d versions: bump api version

v0.0.338

12 Feb 23:26
Compare
Choose a tag to compare

Changelog

  • dc11095 foundation: implement pod_anti_affinity.
  • f72b715 framework/tracing: added NewRoot().
  • 4487fdc sdk: make go 1.21 the default.
  • 0ddeff0 universe/db/postgres: remove unused otel integration.

v0.0.337

12 Feb 13:04
Compare
Choose a tag to compare

Changelog

  • 4bb3325 allow setting a replica count in extensions.

v0.0.336

12 Feb 09:40
@n-g n-g
253d534
Compare
Choose a tag to compare

Changelog

  • bee62ac build: revamp build cluster creation to always use EnsureBuildCluster.
  • 7c631f2 go: generate binary names based on the server name, instead of being /server.
  • 253d534 k8s: make runtime config cleanups more conservative. On concurrent deployments, stateful set rollouts can get stuck if we delete the runtime config too early.
  • f554cb3 pgx/v4 --> pgx/v5.
  • afe9f66 pgx: use a opentelemetry integration with pgx, instead of rolling our own.