-
Notifications
You must be signed in to change notification settings - Fork 0
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
5.0.0 / 2023-11-03 #30
Merged
Merged
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
halostatue
force-pushed
the
update-and-add-setup-script
branch
from
October 12, 2023 13:31
8d13cc5
to
cc5f068
Compare
halostatue
force-pushed
the
update-and-add-setup-script
branch
2 times, most recently
from
October 30, 2023 17:03
2f8ef92
to
f48b387
Compare
halostatue
force-pushed
the
update-and-add-setup-script
branch
from
October 30, 2023 17:12
03ac08f
to
546b1cb
Compare
ohnit
previously approved these changes
Oct 30, 2023
halostatue
force-pushed
the
update-and-add-setup-script
branch
from
October 30, 2023 18:17
546b1cb
to
f84393a
Compare
halostatue
force-pushed
the
update-and-add-setup-script
branch
from
October 30, 2023 18:27
f84393a
to
34832af
Compare
mikestok
reviewed
Nov 1, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand enough to provide useful comments.
halostatue
force-pushed
the
update-and-add-setup-script
branch
from
November 2, 2023 04:27
34832af
to
a416fb1
Compare
- Upgraded to Python 3.12 - Upgraded to Ansible 8.5.0 - Renamed the `run` script to `kineticcafe-ansible` and fixed several issues: - Bash 4 or later is required for associative array support. Ensured that this would be respected on macOS by using `/usr/bin/env bash` instead of `/bin/bash`. - Updated the script to use the current version of the image. - Fixed various issues with file and directory mounts. Many more mountable files (`--become-password-file`, etc.) are supported than `--vault-password-file`. Note that not _all_ possible file parameters are supported, such as `--module-paths` or `--extra-vars @file`. Pull requests for supporting these would be considered. - Fixed an overzealous application of `--ask-vault-password`, even for commands that could not use it. - Changed the `sh` subcommand to execute `bash` and added `bash` as a known subcommand. - Added support for deriving the entry point from `basename $0`. - Updated the Docker image to use HEREDOC. - Added `less`, `nano`, and `vim-nox` packages. - Added an `install` script to install `kineticcafe-ansible` and optional symlinks.
halostatue
force-pushed
the
update-and-add-setup-script
branch
from
November 2, 2023 04:34
a416fb1
to
ef03e3d
Compare
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.
Upgraded to Python 3.12
Upgraded to Ansible 8.5.0
Renamed the
run
script tokineticcafe-ansible
and fixed several issues:Bash 4 or later is required for associative array support. Ensured that
this would be respected on macOS by using
/usr/bin/env bash
instead of/bin/bash
.Updated the script to use the current version of the image.
Fixed various issues with file and directory mounts. Many more mountable
files (
--become-password-file
, etc.) are supported than--vault-password-file
. Note that not all possible file parameters aresupported, such as
--module-paths
or--extra-vars @file
. Pull requestsfor supporting these would be considered.
Fixed an overzealous application of
--ask-vault-password
, even forcommands that could not use it.
Changed the
sh
subcommand to executebash
and addedbash
as a knownsubcommand.
Added support for deriving the entry point from
basename $0
.Updated the Docker image to use HEREDOC.
less
,nano
, andvim-nox
packages.Added an
install
script to installkineticcafe-ansible
and optionalsymlinks.