Feat v0.6.18 ci bundled packages (#53)
All checks were successful
All checks were successful
Co-authored-by: Jeffrey Smith <jasafpro@gmail.com> Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
This commit was merged in pull request #53.
This commit is contained in:
16
CHANGELOG.md
16
CHANGELOG.md
@@ -2,6 +2,22 @@
|
||||
|
||||
All notable changes to Armature are documented here.
|
||||
|
||||
## v0.6.18 — CI Bundle Wiring
|
||||
|
||||
Wire `BUNDLED_PACKAGES` env var into the Gitea CI pipeline so each
|
||||
environment gets the correct package set at boot.
|
||||
|
||||
### Changed
|
||||
|
||||
- **CI: dev deploys** — `BUNDLED_PACKAGES=*` (install all, matches docker-compose default).
|
||||
- **CI: test deploys** — `BUNDLED_PACKAGES=notes,chat,chat-core` (core surfaces only).
|
||||
- **CI: prod deploys** — `BUNDLED_PACKAGES=notes,chat,chat-core,mermaid-renderer,schedules`.
|
||||
- **docker-compose.yml** — default `BUNDLED_PACKAGES` changed from empty to `*` (install all for local dev).
|
||||
|
||||
### Fixed
|
||||
|
||||
- **TestBundledInstall_DefaultAllowlist** — updated test assertions to match v0.6.17's empty default set (was still expecting `notes` in curated defaults).
|
||||
|
||||
## v0.6.17 — Bug Fixes & Welcome Logic
|
||||
|
||||
Fixes broken UI interactions (folder creation, team member add), dropdown
|
||||
|
||||
Reference in New Issue
Block a user