Skip to content

Release: v1.1.6#463

Open
github-actions[bot] wants to merge 100 commits into
mainfrom
develop
Open

Release: v1.1.6#463
github-actions[bot] wants to merge 100 commits into
mainfrom
develop

Conversation

@github-actions
Copy link
Copy Markdown

Improvements

Technical

@github-actions
Copy link
Copy Markdown
Author

github-actions Bot commented Feb 17, 2026

Changelog

- Enhance input sanitization and normalize pronouns @AkhilRB0204
- Fix: duplicate healthcheck key in docker-compose db service [#462] @amahuli03
- fix: changed donate button link to direct to balancer github page [#465] @amahuli03
- Fix 401 by using adminApi instead of raw axios [#468] @amahuli03
- Fixed error 1 (openAI title sanitization) and added unit tests [#466] @amahuli03
- Fix: File downloads and opens used wrong API URL [#471] @amahuli03
- update site links on README [#479] @amahuli03
- Generate API docs [#472] @amahuli03
- Update files that Git should ignore [#457] @sahilds1
- fix: openAI fallback crash in title generation [#474] @amahuli03
- refactor: file upload uses font size and more lenient regex to extract titles [#475] @amahuli03
- [#441] [IMPROVE] Preload embedding model at startup  [#461] @sahilds1
- [#187] [ADD] Documentation [#496] @sahilds1
- Add sandbox link to README usage section @sahilds1
- [#187] [IMPROVE] Documentation [#506] @sahilds1
- feat: integrate Gateway API, CORS config, and CNPG database for sandbox [#507] @TineoC

amahuli03 and others added 23 commits February 17, 2026 13:55
…docker-compose

Fix: duplicate healthcheck key in docker-compose db service
fix: changed donate button link to direct to balancer github page
Fix 401 by using adminApi instead of raw axios
Fixed error 1 (openAI title sanitization) and added unit tests
Fix: File downloads and opens used wrong API URL
TineoC and others added 30 commits April 18, 2026 19:09
# Conflicts:
#	deploy/manifests/balancer/base/kustomization.yaml
#	deploy/manifests/balancer/overlays/production/kustomization.yaml
#	deploy/manifests/balancer/overlays/sandbox/kustomization.yaml
# Conflicts:
#	deploy/manifests/balancer/base/kustomization.yaml
#	deploy/manifests/balancer/overlays/sandbox/kustomization.yaml
database.yaml already has namespace: cloudnative-pg hardcoded.
The kustomize patch was a no-op replacing the same value.
The Database resource must live in the cloudnative-pg namespace alongside
the Cluster CRD. Kustomize's namespace field overrides all resources,
making it impossible to keep a cross-namespace resource in the app overlay.
Moved to infra/cloudnative-pg/balancer-database.yaml in cfp-sandbox-cluster.
Kustomize's namespace field overrides ALL resources, making it impossible
to keep the Database in cloudnative-pg namespace within the main overlay.
Created a separate kustomization at overlays/sandbox/cnpg/ without the
namespace field, so the Database stays in cloudnative-pg namespace.

This keeps sandbox and production databases separate - production overlay
has no CNPG resources.
Adds the balancer-db-credentials SealedSecret to the sandbox CNPG overlay so
cnpg can set the balancer role password. The sealed secret uses the cluster's
sealed-secrets controller cert and targets the cloudnative-pg namespace.
…ndbox-cluster

The Database CR and SealedSecret should live in cfp-sandbox-cluster
under the cloudnative-pg namespace, not in the app overlay.
feat: integrate Gateway API, CORS config, and CNPG database for sandbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants