Skip to content

Releases: cupofpython/catbot

v2.0.0

01 May 20:46

Choose a tag to compare

Release notes

  • Refactor app into frontend and backend containers
  • Remove ollama container and use MCP server for local dev

v1.0.4

23 Apr 21:51

Choose a tag to compare

Release notes

  • Update to slimmer containers
  • Pre-pulled model on self-managed Ollama container
  • Updated tests to use custom LLM container

v1.0.3

23 Apr 18:17

Choose a tag to compare

Release notes

  • Update to deploy to cluster on different AWS account
  • Modify deployment as well as AWS cert ARN
  • Update GH Actions to authenticate to AWS with OIDC instead of long standing credentials

v1.0.2

15 Apr 17:21
c41f093

Choose a tag to compare

Release notes

  • Update README with new demo video
  • Set up tests with Jest and TestContainers to test against /generate endpoint of Ollama container
  • Set up GitHub actions workflow to do npm test on TestContainers Cloud

v1.0.1

11 Apr 21:16

Choose a tag to compare

Release notes

  • Update README to reflect new domain name
  • Update K8s manifests to use an ingress that accepts the AWS certificate for https
  • Route traffic correctly to the server service
  • Update API call logic to point to local API endpoint

v1.0.0

11 Apr 18:42

Choose a tag to compare

Release notes

  • App with streaming responses
  • Build with Docker Build cloud in GitHub workflow
  • Increase resource requests to accomodate or md5x.large node size and reduce failures interacting with model containers

0.0.0

09 Apr 21:34
6b520f0

Choose a tag to compare

0.0.0 Pre-release
Pre-release

First release