Skip to content

Commit e0de2e4

Browse files
joeahn95elsong86chrisr0892dsterling7AidenCarere
committed
Updated version to 19.0.1, updated dockerfile, README, and known issues
Co-authored-by: Ellis <[email protected]> Co-authored-by: Chris <[email protected]> Co-authored-by: Joseph <[email protected]> Co-authored-by: Dylan <[email protected]> Co-authored-by: Aiden <[email protected]>
1 parent 13137f0 commit e0de2e4

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
EXTENSION_IMAGE?=docketeerxiv/docketeer-extension
55

66
# ONLY CHANGE THIS VERSION TO YOUR GROUP | ex: 18.0.0 or 19.0.0 so on
7-
VERSION?=19.0.0
7+
VERSION?=19.0.1
88

99
DEV_EXTENSION_NAME=docketeer-extension-dev
1010
DOCKERFILEDIRECTORY=extension
@@ -88,6 +88,7 @@ prepare-buildx: ## Create buildx builder for multi-arch build, if not exists
8888
## NOTE: validate-prod and prepare-buildx may fail during deployment steps. If so, ignore and move on to next steps in the 'make help' process
8989

9090
## Pushing one image will push all the others it references in the chain. push-extension will push everything to docker hub
91+
## NOTE: Pushing may take time (> 5 min). To verify push, login to docker hub with docketeer account. New docketeer extension version will take time to become available on Docker Desktop (~1-24 hours)
9192
push-extension: prepare-buildx## Build & Upload extension image to hub. Do not push if VERSION already exists: make push-extension VERSION=0.1
9293
docker pull $(EXTENSION_IMAGE):$(VERSION) && echo "Failure: Tag already exists" || docker buildx build --push --builder=$(BUILDER) --platform=linux/amd64,linux/arm64 --build-arg TAG=$(VERSION) --tag=$(EXTENSION_IMAGE):$(VERSION) -f ${DOCKERFILEDIRECTORY}/dockerfile.prod .
9394

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Dev & Contributors - See [DevGettingStarted](/docs/DevGettingStarted.md) & Contr
191191
- ✅ = Ready to use
192192
- ⏳ = In progress
193193

194-
See the [Known Issues Docs](/docs/KnownIssues.md) and [open issues](https://github.com/open-source-labs/Docketeer/issues) for a list of known issues.
194+
See the [Known Issues Docs](/docs/KnownIssues.md) for a list of known issues.
195195

196196
<p align="right">(<a href="#readme-top">back to top</a>)</p>
197197

@@ -230,6 +230,8 @@ Don't forget to give the project a star! Thanks again!
230230

231231
Read our [contributing guide](https://github.com/open-source-labs/Docketeer/blob/master/CONTRIBUTING.md) for more information on how to purpose bugfixes and improvements to Docketeer.
232232

233+
Need ideas for improvement? Check our [known issues](/docs/KnownIssues.md) for possible improvements / fixes!
234+
233235
<br />
234236

235237
## <b>Read More</b>

docs/KnownIssues.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* Still no Kubernetes monitoring metrics. More specifically, no clear solution to replace current workaround of manually starting and port-forwarding Kubernetes (i.e. Minikube) to extension (see `docs/DevGettingStarted.md` for manual instructions). Was originally an MVP, but would not recommend future groups to tackle this as an MVP, as the purpose was more for a development environment rather than user experience. Ideally, user would spin up their own cluster for monitoring, as opposed to some template Minikube cluster.
99
* Snapshots for Metrics do successfully save and load from SQL database. However, when selecting a date to retrieve, text does not appear after selection.
1010
* Refreshing while on the Volumes page causes volumes to disappear. Will reappear when going to another tab and coming back.
11+
* Docketeer header bar height is based on window size, which can tend to cover top elements at times. Recommend changing this height to something absolute.
1112

1213
***Pre Docketeer 19.0 Issues***
1314
* Container metrics in browser does not appear due to CLI configurations from a previous group (see DevGettingStarted).

extension/dockerfile.prod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ LABEL org.opencontainers.image.title="Docketeer" \
5959
{"alt":"Metrics page","url":"https://i.ibb.co/Ms4FshF/metric-Tab-new.gif"}, \
6060
{"alt":"Configuration page","url":"https://i.ibb.co/FzBMBJG/config-Gif.gif"}, \
6161
{"alt":"Kubernetes page","url":"https://i.ibb.co/44Yq102/k8-Tab-new.gif"}, \
62-
{"alt":"Other page","url":"https://i.ibb.co/7vMSNGQ/hamburger-Tab-new.gif"}]' \
63-
com.docker.extension.detailed-description=" <h3>What's New In Version 19.0.0?</h3> \
62+
{"alt":"Other page","url":"https://i.ibb.co/WgBD8nh/other.gif"}]' \
63+
com.docker.extension.detailed-description=" <h3>What's New In Version 19?</h3> \
6464
<ul> \
6565
<li><strong>New updated UI and utilities.</strong></li> \
6666
<li>Continued functionality of vulnerability caching via Memcached.</li> \

0 commit comments

Comments
 (0)