|
65 | 65 | <li><a href="#contributing">Contributing</a></li>
|
66 | 66 | <li><a href="#license">License</a></li>
|
67 | 67 | <li><a href="#authors">Authors</a></li>
|
68 |
| - <li><a href="#troubleshooting">Troubleshooting</a></li> |
69 | 68 | </ol>
|
70 | 69 |
|
71 | 70 | <!-- ABOUT THE PROJECT -->
|
|
80 | 79 |
|
81 | 80 | Docketeer is an open source initiative comprising contributions from dozens of talented and passionate software engineers. Our application provides a simple interface to manage Docker resources & visualize both host and container metric data. Docketeer is a containerized application that can be deployed alongside your application cluster with hardly any effort. To learn more about our application and how to get started, keep reading!
|
82 | 81 |
|
83 |
| -### What's New in Version 18.0.0? |
| 82 | +### What's New in Version 19.0.0? |
84 | 83 |
|
85 | 84 | | Feature | Status |
|
86 | 85 | |---------------------------------------------------------------------------------------------------------------------------------------------|-----------|
|
87 |
| -| More vulnerability info such as packages name & CVE ID with link. | ✅ | |
88 |
| -| Data visualization graph for each image. | ✅ | |
89 |
| -| Users can now `Rescan` to bypass Redis Caching from Version 17.0. | ✅ | |
90 |
| -| Ability to `Save Scan` and retrieve history scans to compare on a time series graph. | ✅ | |
91 |
| -| **New updated UI and utilities.** | ✅ | |
| 86 | +| Image vulnerability scans utilizing Memcached to replace non-open source Redis | ✅ | |
| 87 | +| Added critical details to vulnerabilities, such as links to all vulnerability types and information on patched package versions | ✅ | |
| 88 | +| Users can now use the Configuration Page to modify Prometheus target/metric settings, and restart Prometheus container within the app | ✅ | |
| 89 | +| Users can now save newly modified Prometheus settings to MongoDB database | ✅ | |
| 90 | +| Loading and error modals added to avoid waiting on potential crashes | ✅ | |
| 91 | +| Updated color schemes for better readability, and high contrast mode for color-deficient users | ✅ | |
| 92 | +| Functional network and list reducer tests | ✅ | |
92 | 93 |
|
93 | 94 | - ✅ = Ready to use
|
94 | 95 |
|
@@ -127,6 +128,7 @@ Docketeer is an open source initiative comprising contributions from dozens of t
|
127 | 128 | - Docketeer offers the ability to create, delete, and attach containers to networks.
|
128 | 129 | - It's a community-maintained project, with frequent updates and bug fixes.
|
129 | 130 | - Docketeer is licensed under the MIT license, meaning it can be used and modified freely, even for commercial projects.
|
| 131 | +- Read, modify, and save Prometheus configurations all within the extension |
130 | 132 |
|
131 | 133 | <p align="right">(<a href="#readme-top">back to top</a>)</p>
|
132 | 134 |
|
@@ -164,18 +166,18 @@ Dev & Contributors - See [DevGettingStarted](/docs/DevGettingStarted.md) & Contr
|
164 | 166 |
|
165 | 167 | | Feature | Status |
|
166 | 168 | |---------------------------------------------------------------------------------------------------------------------------------------------|-----------|
|
167 |
| -| More advanced container configuration options within Docketeer. | ⏳ | |
168 | 169 | | CI/CD pipeline for Docketeer repo. | ⏳ |
|
169 | 170 | | Improve test coverage with additional unit tests and integration tests. | ⏳ |
|
170 | 171 | | Optimize frontend rendering performance with lazy loading to reduce initial bundle size and eliminating redundant re-renders. | ⏳ |
|
171 | 172 | | Add support for more advanced Docker features, like multi-stage builds or Docker secrets, to expand the capabilities of Docketeer. | ⏳ |
|
172 | 173 | | Add the ability to control Docker containers deployed in AWS. | ⏳ |
|
173 | 174 | | Develop aggregation service to collect and cache data from prometheus data sources. | ⏳ |
|
174 | 175 | | Implement endpoint scraping of any kubernetes cluster running prometheus. ([Read more](/docs/dev/features/Configuration(Alpha).md)) | ⏳ |
|
175 |
| -| Work on improving the connect/disconnnect button under networks button in Containers Tab. | ⏳ | |
| 176 | +| Work on improving the connect/disconnect button under networks button in Containers Tab. | ⏳ | |
176 | 177 | | Adding additional key metrics to the snapshot functionality. | ⏳ |
|
177 | 178 | | Setup a error catcher to alert Users of errors that are in the Docker Container Log. | ⏳ |
|
178 | 179 | | Implement functionality that alerts users when certain metrics reach critical threshold. | ⏳ |
|
| 180 | +| Add functionality to load previously saved Prometheus configurations to the current container | ⏳ | |
179 | 181 |
|
180 | 182 | - ✅ = Ready to use
|
181 | 183 | - ⏳ = In progress
|
@@ -222,10 +224,11 @@ Read our [contributing guide](https://github.com/open-source-labs/Docketeer/blob
|
222 | 224 | <br />
|
223 | 225 |
|
224 | 226 | ## <b>Read More</b>
|
| 227 | +- [Docketeer XIX: New Features in Uncharted Seas](https://medium.com/@ellissong/docketeer-xix-new-features-in-uncharted-seas-3baf72099488) |
225 | 228 | - [Docketeer XVIII: A Whale of An Improvement](https://medium.com/@docketeerxii/announcing-docketeer-18-0-a-whale-of-an-improvement-67282fbbbe61)
|
226 | 229 | - [Docketeer XVII: Transforming with Security](https://medium.com/@docketeerxii/docketeer-xvii-transforming-with-security-45cd06da061d)
|
227 | 230 | - [Docketeer XVI: The Journey Continues](https://medium.com/@docketeerxii/introducing-docketeer-xvi-the-journey-continues-f34fc5bf7749)
|
228 |
| -- [Docketeer XV: Naviating the Seas of Docker with Docketeer v15](https://medium.com/@christiandoescoding/navigating-the-seas-of-docker-with-docketeer-v15-0-ad5bd9540d14) |
| 231 | +- [Docketeer XV: Navigating the Seas of Docker with Docketeer v15](https://medium.com/@christiandoescoding/navigating-the-seas-of-docker-with-docketeer-v15-0-ad5bd9540d14) |
229 | 232 | - [Docketeer XIV: Coming Home](https://medium.com/@grantschussler/docketeer-xiv-coming-home-6eb011990a34)
|
230 | 233 | - [Docketeer XIII: A Tool for Docker!](https://medium.com/@michael_kwon_liu/docketeer-a-tool-for-docker-273793014eb0)
|
231 | 234 | - [Docketeer XII: Now Ready for Launch!](https://medium.com/@jaenixlee/docketeer-xii-now-ready-for-launch-d06e8f26cd0f)
|
@@ -254,6 +257,11 @@ Please ⭐️ this project if you found it helpful, thank you!
|
254 | 257 | <br />
|
255 | 258 |
|
256 | 259 | ## Contributors
|
| 260 | +- Aiden Carere [@AidenCarere](https://github.com/AidenCarere) | [Linkedin](https://www.linkedin.com/in/aidencarere/) |
| 261 | +- Chris Rodriguez [@chrisr0892](https://github.com/chrisr0892) | [Linkedin](https://www.linkedin.com/in/chris-kossky-rodriguez/) |
| 262 | +- Dylan Sterling [@dsterling7](https://github.com/dsterling7) | [Linkedin](https://www.linkedin.com/in/dylan-sterling-2b7256180/) |
| 263 | +- Ellis Song [@elsong86](https://github.com/elsong86) | [Linkedin](http://www.linkedin.com/in/ellissong) |
| 264 | +- Joseph Ahn [@joeahn95](https://github.com/joeahn95) | [Linkedin](https://www.linkedin.com/in/dohyun-joseph-ahn/) |
257 | 265 | - Quan Nguyen [@ZinWR](https://github.com/ZinWR) | [Linkedin](https://www.linkedin.com/in/quan-nguyen27/)
|
258 | 266 | - Alexander David [@alexjosephdavid](https://github.com/alexjosephdavid) | [Linkedin](https://www.linkedin.com/in/alexander-joseph-david)
|
259 | 267 | - Andy White [@ComfyClicks](https://github.com/ComfyClicks) | [Linkedin](https://www.linkedin.com/in/andywhite5)
|
|
0 commit comments