-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v0.1.12 #236
Merged
Merged
Release v0.1.12 #236
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Also, set the indentation consistent at 4 spaces. Signed-off-by: Dean Roehrich <[email protected]>
This is chart version 7.6.12 from https://github.com/argoproj/argo-helm/releases This chart installs ArgoCD v2.12.6. Signed-off-by: Dean Roehrich <[email protected]>
Signed-off-by: Dean Roehrich <[email protected]>
Signed-off-by: Dean Roehrich <[email protected]>
Signed-off-by: Dean Roehrich <[email protected]>
* Ignore old versions when vendoring new API Change the vendor-new-api.py script to only vendor a new API for the latest API in the target repo. Old API versions may have embedded structs from a vendor API, and we don't want them to change. Also, add an option to specify which version of the vendor API to "go get". Signed-off-by: Matt Richerson <[email protected]> * update README with new options Signed-off-by: Matt Richerson <[email protected]> --------- Signed-off-by: Matt Richerson <[email protected]>
Signed-off-by: Blake Devcich <[email protected]>
Signed-off-by: Blake Devcich <[email protected]>
Vendor api fixes
Signed-off-by: Dean Roehrich <[email protected]>
Adjust vendor-new-api.py so it can vendor into the nnf-integration-test repo. This relies on a new crd-bumper.yaml file in that repo to give some hints. Refactor code that checks whether an API is a hub or a spoke. Refactor code that references the crd-bumper.yaml file. This simplifies the use of the object that holds the content of that file. Reformat code with 'black'. Signed-off-by: Dean Roehrich <[email protected]>
On the docker host, the /tmp/nnf dir is expected to be mounted into each docker container as /mnt/nnf. The k8s pods will add volume mounts for /mnt/nnf and will place their mock devices and filesystems there. Signed-off-by: Dean Roehrich <[email protected]>
Nnf-dm now has overlays, so add that to its repository config. Signed-off-by: Dean Roehrich <[email protected]>
In docker-desktop, I had to increase some Resources: I increased the memory limit from 8GB to 12GB, and the virtual disk limit from 64GB to 72GB. Signed-off-by: Dean Roehrich <[email protected]>
Signed-off-by: Dean Roehrich <[email protected]>
Signed-off-by: Dean Roehrich <[email protected]>
Signed-off-by: Dean Roehrich <[email protected]>
Signed-off-by: Dean Roehrich <[email protected]>
bdevcich
approved these changes
Dec 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release v0.1.12