-
Notifications
You must be signed in to change notification settings - Fork 12
[DISCUSSION] Roadmap to version 1.0.0 #36
Comments
@l0nax first thanks a lot for all your contributions to the project, we really appreciate it.
|
@rimusz Updated Can you explain me what the Xray Feature is? As I understood it's a advanced Feature of the JFrog Artifactory. |
JFrog Xray scans artefacts in Artifactory, by Xray feature I mean to implement https://github.com/jfrog/kubexray into Kubenab. |
Ah ok. |
yup https://www.jfrog.com/confluence/display/XRAY/Xray+REST+API |
Okay thanks Could you create a Milestone and a develop branch? So we can keep track and other Users will have the stable Version of |
I have created the milestone and |
Thanks :) |
Hi, |
Hey @lhotrifork currently this project – especially release v1 – has a very high priority on our internal (and personal) Task list. So if you have any ideas/ features please post it here so we can discuss about it :D |
@rimusz could you please give me the privileges to push to the |
And whats about the CI/CD? |
@l0nax github does not support privileges per branch :( |
Ok :(
Ok, thanks :) |
@rimusz Can the |
@l0nax yes, the chart will be moved to JFrog charts github repo |
Started working on those features on dev-1.0.0 branch. |
@rimusz Any updates about the |
@l0nax I have no update on |
Top, thanks @rimusz :) |
I have now some "free" time so I will start integrating all those features – and update the chart, etc... |
Should the things we discussed separated in different Issues (and linked here) to discuss about them and create PR's which are related to them? But keep the "global" discussion about v1 in this Issue. |
yes :) |
I will take care of CircleCI integration |
Just wondering if a path to 1.0.0 is still planned? Or did everyone jump ship to tugger or something? |
Since I can not create a Milestone this Issue is a Request to create such a Milestone.
This Project uses Semantic Versioning and the "declaration" of Version 1.0.0 is that the Project is production ready. All Versions below 1.0.0 is "tagged" as breaking-changes may occur.
Here are some breaking Changes which I want to make to get this Project (really?) production-ready:
Documentation
-> 1 and 2)CHANGELOG.md
kubenab
Source Code is undercmd/kubenab
, K8s related things underdeployment
,chart
,tls
andwebhook
)kubenab
Dockerfile
/ resulting Imagescratch
Imagelog
Library of golang (which isn't bad) but there are better/ faster libraries especially for Microservicesfasthttp
instead of the defaulthttp
Library of golang (=> faster)*_test.go
Fieles for Unit-Testing and Benchmarking of single FunctionsSo @rimusz is this a good goal for Version 1.0.0?
The text was updated successfully, but these errors were encountered: