Skip to content

Releases: namespacelabs/foundation

v0.0.14

30 Mar 11:28
Compare
Choose a tag to compare

Changelog

  • ded44bc Add todos
  • f4e8f43 Adding logging for version checker.
  • 847982f Publish version: using double quotes in json so Go can parse it.
  • d12422b ingress/nginx: move CA generation to fn, to remove some of the setup latency.

v0.0.13

30 Mar 09:32
Compare
Choose a tag to compare

Changelog

  • 2241ee0 cmd/deploy: made "next steps" non-sticky, and rendered after a successful deployment.
  • 631da06 cmd/keys: inhibit re-encryption if the contents don't change.
  • 8004839 configure: add PackageOwner() to Request, and use it in the postgres tools.
  • 3c7d008 db/postgres: use log.Printf.
  • 0748728 deploy/output: fix formatting of ingress blocks.
  • 212e4e6 display deployment statuses of non-ready pods (#8)
  • 18c3a50 fnapi: clean up dns.allocate-name arguments.
  • 4eae839 fnerrors: use "failed to compute" instead of "failed to resolve".
  • 2881e73 go.mod: bump github.com/aws/aws-sdk-go-v2/config from 1.13.1 to 1.15.2 (#130)
  • 3697901 nodejs: move tracked versions to versions.json (as we do for go, etc).
  • a544710 nodejs: update versions: typescript to 4.6.2, @grpc/grpc-js to 1.5.7, ts-node to 10.7.0.
  • 57d2abd rename tool/bootstrap --> configure.
  • ec28404 workflows/e2e: run startup tests too.
  • 1849aa4 workspace: sort and format prebuilt_binary entries.

v0.0.12

29 Mar 22:35
Compare
Choose a tag to compare

Changelog

  • c90702c cmd/debug: added --check to update-license (and also extensions to ignore).
  • 8534231 grpc/server: use middleware in http router, instead of wrapping handlers.
  • 88b393c internal/fntypes --> schema (Digest should be in the public API).
  • e29f6b2 internal/slicescol: removed in favor of exp/slices.
  • e61bc76 workflows: added check_license (which checks that all files have the expected license headers).

v0.0.11

29 Mar 18:59
Compare
Choose a tag to compare

Changelog

  • 8f7b864 internal/disk: add a comment on why we don't produce fs type in MacOS.
  • 6204837 k3d: check if the root fs is zfs, and if so, fail explicitly (for #14).

v0.0.10

29 Mar 18:34
Compare
Choose a tag to compare

Changelog

  • b1f6edd Adding .history to gitignore. For the "history" VSCode extension.
  • a167db9 Checking for a new version.
  • 855f45b Publish fn version on release on github pages.
  • 55959e2 Publish release version: using a separate "foundation-version" repo.
  • eb8ed23 Publish version: fixing repo name.
  • dd098f8 Using PAT for version publishing.
  • 49a6274 deploy: update issue reference that non-tls grpc revproxy is not working (post-squash).
  • b55cb3b go: always build with the most up-to-date Go known (thus merging 1.17.7 and 1.18 into 1.18).