What's Changed
We made various improvements to the project codebase, including adding an offline bundle Makefile target for offline development. We also enhanced the documentation by refactoring the README.md file, including FAQs and a CLI docs link. Unused texts were removed, making the readme more concise. To improve usability, we enhanced the API descriptions and examples in the web documentation. We also introduced container config annotations for greater container configuration flexibility. Deployment management and tracking were improved with the implementation of deployment and event index functionalities.
We resolved a team invite captcha error and introduced code formatting for better readability. For logging and monitoring, we implemented HTTP and WebSocket audit log functionalities. Documentation organization was enhanced by adding .md files, and we improved the pull request labeling process. Title validation for pull requests was implemented, and OpenAPI descriptions and UUID parameter handling were validated. A PR labeler was added to automate labeling, and a deployment events API was introduced. In the UI module, we made the signup page responsive and implemented reCAPTCHA for team invites to enhance security.
0.4.0 (2023-05-11)
- chore:add offline bundle Makefile target (#558)
- docs:refactor the README.md & add some FAQs from users (#523)
- docs:add CLI docs link to readme (#595)
- docs:remove unused texts from README.md (#593)
- docs:(web): improve descriptions of the api (#579)
- docs:change for to where in README (#528)
- feat:(web): container config annotations (#587)
- feat:(web): deployment and event index (#585)
- feat:(web): team invite captcha error (#581)
- feat:introduce yamlfmt and apply formatting (#580)
- feat:(web): http and ws audit log (#570)
- feat:(ci): add .md files to documentation source (#572)
- feat:(ci): add PR labeling based on title (#562)
- feat:(ci): validate title of the PR (#557)
- feat:(crux): OpenAPI description and summary extensions (#560)
- feat:(crux): OpenAPI description improvements (#549)
- feat:(crux): validate all HTTP UUID Params (#532)
- feat:(ci): add pr labeler (#556)
- feat:(crux): deployment events api (#544)
- feat:(crux-ui): signup page responsive (#547)
- feat:(web): team invite recaptcha (#541)
- feat:(web): health http api (#527)
- feat:(crux): node container status list (#526)
- feat:(web): implemented nodes http api (#520)
- feat:(web): storage http api (#515)
- feat:(web): implement template and notification http apis (#513)
- feat:(cli): add silent mode, hiding welcome message (#518)
- feat:container runtime version check (#491)
- feat:(web): refactor gRPC to HTTP API (#506)
- feat:storage (#493)
- feat:(web): add kratos rate limit (#482)
- feat:implement Audit and Dashboard APIs (#495)
- feat:add production ready compose file (#483)
- feat:(web): send cookies in grpc metadata (#485)
- feat:(crux): add deployment events API & path image (#484)
- feat:(web): copy deployments from default version (#481)
- feat:(web): reset container field buttons (#467)
- feat:(crux): swagger @ApiBody({}) DTO generator (#463)
- feat:(crux-ui): select initial config filters based on node type (#476)
- fix:improver release target in makefile (#600)
- fix:(web): finetuning in docker-compose (#599)
- fix:minor fixes (#597)
- fix:(cli): invalid gRPC port (#596)
- fix:(web): websocket connection issues (#591)
- fix:(crux): team delete audit fix & version list name filter (#592)
- fix:(ci): image builder (#586)
- fix:(crux): nestjs clientStream workaround (#590)
- fix:rename emails (#582)
- fix:production compose database healthcheck user (#577)
- fix:nodejs dns resolution (#576)
- fix:(web): node page connection bugs (#574)
- fix:reorder some of the sections in the README.md (#573)
- fix:swagger path (#569)
- fix:labeler refactor (#575)
- fix:(crux): node update (#568)
- fix:(ci): labeling by title (#571)
- fix:(ci): PR labeling based on changes (#565)
- fix:(crux): add missing optionals to DTOs (#554)
- fix:(web): move notifications & add API optionals (#551)
- fix:respect dynamic email configuration & cli fixes (#550)
- fix:(crux-ui): instance config editor bugs (#543)
- fix:(crux-ui): hydration errors (#546)
- fix:(crux): api schema errors (#542)
- fix:(web): minor ui bugs (#531)
- fix:changelog should be optional (#539)
- fix:node get script open-api return type (#540)
- fix:(crux): OpenAPI improvements (#536)
- fix:controller route params (#538)
- fix:createdBy mapping (#537)
- fix:createdBy mapping
- fix:improve the CLI Docker Engine Server errror message (#533)
- fix:run log and trace when the pipeline failed (#529)
- fix:(agent): import container (#524)
- fix:(crux): jwt identity (#530)
- fix:(cli): add missing protocol for CRUX_UI_URL (#521)
- fix:dyrectorio compose traefik has missing labels (#516)
- fix:(cli): crux unreachable via localhost using cli (#514)
- fix:(ci): image push upon pipeline completion (#510)
- fix:(crux): joining script for nodes when using podman (#499)
- fix:agent version, add missing env (#494)
- fix:(crux): grpc identity illegal characters (#492)
- fix:(crux-ui): flaky image config test (#486)
- fix:(crux): token delete access guard & unique key & ui delete (#477)
- fix:(ci): pipeline set output tag syntax error
- fix:change to tags to use stable everywhere (#496)
- refactor:remove /new tag from crux api (#567)
- refactor:(web): registry connections (#566)
- refactor:(web): move websocket to crux (#548)
- refactor:golang integration tests (#525)
- refactor:(web): Teams http api (#522)
- refactor:(web): deployment http api (#519)
- refactor:add Container better builder interfacing (#517)
- refactor:(web): image endpoints (#512)
- refactor:(crux-ui): wait for url (#501)
- refactor:(cli): add dynamic prefix, removed swallowed params (#509)
- refactor:change dynamic crane manifests & dynamic tags (#508)
- refactor:container management (#488)
Full Changelog: 0.3.4...0.4.0