Skip to content

v0.0.36

Compare
Choose a tag to compare
@hugosantos hugosantos released this 22 Apr 21:07
· 4547 commits to main since this release

Changelog

  • ed74c69 Add aws/s3 abstraction represented by a Bucket object. (#275)
  • 3653ce9 Add universal/development/localstack/s3 (#277)
  • 161e028 Allow for the password to be echo-ed into 'fn keys import' (#269)
  • c75ba7b CONTRIBUTING: updated secret section to mention bundles.
  • f20826c Disable CGO for debugging as it doesn't build with that mode.
  • a15b21f Extend age14p9lkss5zqksfey7syx5anw3q8erv0999664qqlf7lpz27t7luwsju9vy4 with the command. (#262)
  • 5707435 Fix fn keys shell (#271)
  • 9b89326 Fix lint errors. (#278)
  • a61f474 Handling "provides" for NodeJS extensions. (#270)
  • e66eb8e Minor formating fixes. (#264)
  • 8ee4fed NodeJs: only add a node as a Yarn dependency if it has NodeJs codegen. (#272)
  • 86d1786 Updating schema.pb.go
  • 2ca906e cli/cmd/secrets: added --from_file to set.
  • 15938e1 cli/cmd: add "secrets" commands to manage secret bundles.
  • 9056dd6 flake.nix: add aws-iam-authenticator.
  • 58e5e40 internal/fnfs: remove dependency on internal/console.
  • 4c916e4 internal/fnfs: remove dependency on workspace/tasks.
  • 8754896 internal/frontend/cuefrontend: add backwards compatibility to FetchEnv.
  • 5b62dbf internal/secrets: added support for --rawtext (for testing purposes).
  • 39048f7 internal/secrets: changed bundle to have a user-readable header.
  • 402e5cd provision/deploy: added ability for adding servers to the stack to be conditioned on ephemerality.
  • a9332da provision/deploy: added ability to snapshot single files in invocation handlers.
  • 32791d1 provision: pass ops.Environment in EvalProvision.
  • 117b80d runtime/kubernetes: retrieve last failed container logs on CrashLoopBackOff.
  • c0606d8 runtime/tools: bump max invocation time to one minute.
  • 3b9098c s/Coallesce/Coalesce in wscontents.go
  • e4ddc08 sentry: added sentry extension in universe/monitoring/sentry.
  • 66a81d2 std/go/http/csrf: secret name must not use underscores.
  • 1643189 std/secrets: added ability to use server.secrets bundles.
  • a5f8729 std/secrets: don't require a secrets/ directory to exist.
  • 1919861 std/secrets: make sure that a data map is valid when all secrets are generated.
  • 21ebf53 std/secrets: remove dead code.
  • 0b3b8c1 std/secrets: skip fetching user-managed secrets for generated secrets.
  • 783e976 std/testdata/server/gogrpc: change to cmd/secrets.
  • 4e2b0f7 universe/db/redis: added in-cluster redis integration.
  • 8005b47 workspace/compute: throttle leases were not being applied in fn dev.