-
Notifications
You must be signed in to change notification settings - Fork 3
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.0.4 #60
Merged
roehrich-hpe
merged 13 commits into
DataWorkflowServices:releases/v0
from
roehrich-hpe:release-v0.0.4
Mar 22, 2024
Merged
Release v0.0.4 #60
roehrich-hpe
merged 13 commits into
DataWorkflowServices:releases/v0
from
roehrich-hpe:release-v0.0.4
Mar 22, 2024
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
Signed-off-by: Dean Roehrich <[email protected]>
Cert-manager 1.12.0 and 1.13.0 were big releases. It's time to catch up. Signed-off-by: Dean Roehrich <[email protected]>
If the slurm users home directory is nil then the dir_exists function will fail. We encountered this while running slurmctl as root. log output: `error: /etc/slurm/burst_buffer.lua: /etc/slurm/burst_buffer.lua:407: attempt to concatenate a nil value (local 'dname')` Signed-off-by: Kevin Pelzel <[email protected]>
) Change the layout to follow the Standard Go Project Layout, as described in https://book.kubebuilder.io/migration/v3vsv4. This allows newer releases of kubebuilder to be used with this repo Signed-off-by: Dean Roehrich <[email protected]>
Edit the server line in the kubeconfig file by using the `kubectl config set-server` command. I recently updated my yq(1) and the new one no longer works as this code expected. So, switch to kubectl for this work; it specifically has a function to do this anyway. Signed-off-by: Dean Roehrich <[email protected]>
Upgrade the python docker library to address some bit rot that has been preventing the Integration Test workflow from succeeding. Upgrade a few other libs while I'm here. Remove the incorrect use of cache_from in the docker-compose.yml files. Signed-off-by: Dean Roehrich <[email protected]>
Use 'kubectl config' to edit kubeconfig file
Signed-off-by: Dean Roehrich <[email protected]>
Support multi architecture building
Update the submodules to their latest master/main. Fix the build of dws-test-driver. The resulting pod, with the new docker desktop, was sensitive to its container URL. (I did not dig deeper.) 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
Mar 22, 2024
roehrich-hpe
merged commit Mar 22, 2024
9f47041
into
DataWorkflowServices:releases/v0
4 checks passed
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.
No description provided.