Skip to content

Release v0.1.0

Choose a tag to compare

@github-actions github-actions released this 06 Aug 09:49
889e09a

No container image was published for this version — the build failed on a runtime base image that does not exist. Use v0.1.1 or later.

Summary

Prompter's first release: the bot can now be deployed to the Cratis UpCloud Kubernetes cluster from a released version.

Added

  • Pulumi stack running Prompter on the existing UpCloud Kubernetes cluster: namespaced workload, in-cluster Postgres with pgvector, and an ingress publishing only POST /reindex (P-21).
  • Deploy - Production workflow that pins the released image tag, applies the stack, and redeploys or rolls back any version on demand (P-21).

Changed

  • Publish now deploys the version it just pushed, and skips cleanly while the cluster side is unconfigured (P-21).
  • Deployment runbook documents how a release is actually cut: a merged pull request labeled major, minor or patch, or a manual dispatch with an explicit version (P-26).