This is a major release:
FEATURES:
- See in real time logs container logs
- Connect to a device through SSH in the UI
- List your Docker's images, networks and volumes across all your devices in "Services"
- Improve responsiveness of the UI
- Small animations has been added for main features
- Lots of bug fixes
- Performance improvements for the UI
- Real time update of the UI/Client through socket events
What's Changed
- [CHORE] Update Node.js version in client Dockerfile by @SquirrelDeveloper in #154
- Bump luxon from 3.4.4 to 3.5.0 in /server by @dependabot in #160
- Bump antd from 5.19.4 to 5.20.0 in /client by @dependabot in #156
- [CHORE] Update package versions to 0.1.17 by @SquirrelDeveloper in #149
- Bump eslint-plugin-jest from 28.6.0 to 28.7.0 in /client by @dependabot in #157
- Bump lint-staged from 15.2.7 to 15.2.8 in /client by @dependabot in #158
- Bump @aws-sdk/client-ecr from 3.622.0 to 3.623.0 in /server by @dependabot in #161
- [FEAT] Enhanced features for services by @SquirrelDeveloper in #177
- Bump @umijs/lint from 4.3.11 to 4.3.12 in /client by @dependabot in #170
- Bump node from 22.5.1-alpine to 22.6.0-alpine in /client by @dependabot in #166
- Bump express-validator from 7.1.0 to 7.2.0 in /server by @dependabot in #174
- Bump node from 22.5.1-alpine to 22.6.0-alpine in /server by @dependabot in #172
- Bump @aws-sdk/client-ecr from 3.623.0 to 3.624.0 in /server by @dependabot in #175
- Bump eslint-plugin-jest from 28.7.0 to 28.8.0 in /client by @dependabot in #167
- [FEAT] Feat socket real time logs / SSH Connect by @SquirrelDeveloper in #181
- Bump axios from 1.7.3 to 1.7.4 in /server in the npm_and_yarn group by @dependabot in #182
- Bump elliptic from 6.5.5 to 6.5.7 in /client in the npm_and_yarn group by @dependabot in #185
- Bump rc-menu from 9.14.1 to 9.15.1 in /client by @dependabot in #194
- Bump antd from 5.20.0 to 5.20.1 in /client by @dependabot in #192
- Bump @umijs/max from 4.3.11 to 4.3.14 in /client by @dependabot in #191
- Bump lint-staged from 15.2.8 to 15.2.9 in /client by @dependabot in #193
- Bump @typescript-eslint/eslint-plugin from 8.0.1 to 8.1.0 in /server by @dependabot in #190
- Bump @stylistic/eslint-plugin from 2.6.1 to 2.6.4 in /server by @dependabot in #189
- Bump mongoose from 8.5.2 to 8.5.3 in /server by @dependabot in #188
- Bump @aws-sdk/client-ecr from 3.624.0 to 3.632.0 in /server by @dependabot in #187
- Bump @eslint/js from 9.8.0 to 9.9.0 in /server by @dependabot in #186
- Refactor imports and remove unused code by @SquirrelDeveloper in #196
- [CHORE] Refacto and clean by @SquirrelDeveloper in #197
- [CHORE] Chore optimization by @SquirrelDeveloper in #198
- [BUG] Remove outdated comment and ensure server initialization by @SquirrelDeveloper in #199
- [BUG] Fix cron value synchronization in AutomationTriggerInnerCard by @SquirrelDeveloper in #200
- [BUG] Update Carousel lazyLoad and behavior settings by @SquirrelDeveloper in #201
- [CHORE] Refactor components and update UI interactions by @SquirrelDeveloper in #202
- [CHORE] Refactor updateStatus query to use strict equality. by @SquirrelDeveloper in #204
- [CHORE] Chore small improvements by @SquirrelDeveloper in #205
- [CHORE] Refactor layout and improve responsiveness by @SquirrelDeveloper in #206
- [CHORE] Standardize event names using SsmEvents enum by @SquirrelDeveloper in #207
- [FEAT] Add real-time updates for containers and notifications by @SquirrelDeveloper in #208
- [BUG] Add SSH connection method configuration by @SquirrelDeveloper in #209
Full Changelog: v0.1.16...v0.1.17