Releases: fordevio/wharf
Releases · fordevio/wharf
v1.2.0
The wharf UI is refactored to the new design.
Features
- New design, enhancing user experience.
- New logo.
What's Changed
- fix: update version number to 1.0.1 and correct container management … by @yp969803 in #88
- update labels in a network by @yp969803 in #90
- rfac: login page css by @yp969803 in #91
- Added Monaco logs by @yashisrani in #94
- Navbar display problem after login by @yp969803 in #100
- Design new Navbar design by @yp969803 in #99
- create home page with server summary by @yp969803 in #106
- rfac: login input positioning by @yp969803 in #110
- Desing container page by @yp969803 in #108
- fix: Updated eye icon by @yashisrani in #102
- docs: Add guidelines for resolving conflicts in the static directory … by @yp969803 in #113
- move delete and edit from cards to respective details section by @yp969803 in #115
- feat: netlify toml by @yp969803 in #122
- Revert "feat: netlify toml" by @yp969803 in #123
- fix: Ensure environment URL is prioritized in hostUrl function by @yp969803 in #124
- feat: Add initial netlify.toml configuration for build and deploy pre… by @yp969803 in #126
- implemented Networks UI by @nilaychugh in #127
- chore: generate by @yp969803 in #128
- implemented volumes UI by @nilaychugh in #129
- Redisgn container detail page by @yp969803 in #134
- Broken link by @yp969803 in #139
- ui: add text ellipsis for long names in name column by @ChrisRoland in #138
- chore: generate and format by @yp969803 in #140
- done with images UI by @nilaychugh in #141
- design network details page by @yp969803 in #142
- rfac: image detail page to new design by @yp969803 in #143
- rfac: network detail page by @yp969803 in #144
- feat: design user page by @yp969803 in #145
- fix: update project version to 1.2.0 in README by @yp969803 in #148
New Contributors
- @nilaychugh made their first contribution in #127
- @ChrisRoland made their first contribution in #138
Full Changelog: v1.0.1...v1.2.0
V1.0.1
What's new
- Used new logo
- Fixed bugs in frontend
- Update labels for container
What's Changed
- add(readme): Added arm64 docker command by @yashisrani in #34
- feat: added codeowners file by @yp969803 in #36
- Licence info by @yp969803 in #45
- fix: slack channel link by @yp969803 in #46
- feat: jwt_test.go by @yp969803 in #47
- ] issue template by @yp969803 in #52
- feat: meeting notes by @yp969803 in #54
- feat: generate ci check by @yp969803 in #56
- feat(testcase): Added Test-case for jwt.go by @yashisrani in #58
- container create options fix in frontend by @yp969803 in #63
- feat: development.md by @yp969803 in #67
- chore: rmoved labels during vol create by @yp969803 in #69
- feat: created network create page by @yp969803 in #71
- feat: added proposal template by @yp969803 in #74
- Create FUNDING.yml by @yp969803 in #77
- rfac: fundings info by @yp969803 in #78
- rfac: rmoved bmc username by @yp969803 in #79
- Container update labels by @yp969803 in #83
- New wharf logo by @yp969803 in #86
New Contributors
- @yashisrani made their first contribution in #34
Full Changelog: V1.0.0...v1.0.1
Version 1.0.0
Features:
- Create,delete, update users.
- Add user permissions such as read, write and execute.
- Create container.
- Delete container.
- View containers running in a server.
- Rename container.
- Disconnect network to container.
- Connect network to container.
- See container logs and stats.
- Volume mounts information of a container.
- Image information of a container.
- Network information of a container.
- Prune unwanted containers.
- View images in a server.
- Prune unwanted images in a server.
- Add tags to images.
- View image details.
- Delete image.
- View volumes present in a server.
- Prune unwanted volumes.
- Delete volume.
- View volume details.
- Create volume.
- View networks present in a server.
- Prune unwanted networks.
- Create network.
- View network details,
- Delete network.