Skip to content

Releases: sol-eng/wbi

v0.0.15

05 Apr 20:26
e475d7f
Compare
Choose a tag to compare

Changelog

  • fe71908 Add DEBIAN_FRONTEND=noninteractive for gdebi installers
  • b4de7d1 Add Parallel to integration tests
  • 3b18f38 Add in checks for existing index url in pip.conf
  • c73f936 Add in unit tests for PRs and unit + integration tests before release
  • 018db8c Add install integration tests
  • 80007ca Add license to integration tests
  • bad12b3 Add param unit and command integration tests for Activate command
  • 8a17efd Add prereq installer to install commands
  • 923b414 Add setup unit tests
  • 28ff41c Add some param tests to install command
  • 80e46a6 Add unit and integration tests for config commands
  • a7d8593 Add unit and integration tests for scan
  • 065edbd Add unit and integration tests for verify commands
  • 609e802 Bump the default timeout to 30m
  • 021224e Fix integration test issue
  • 7bf5a93 Fix issues with Python integration
  • d5917d0 Fix newline messages
  • cbee3a9 Fix setup unit tests
  • b650ed7 Merge branch 'add-tests-for-cmds' of github.com:sol-eng/wbi into add-tests-for-cmds
  • 96f256c Merge branch 'main' into add-tests-for-cmds
  • eeef31f Merge pull request #129 from sol-eng/adjust-how-errors-are-handled
  • 1fab15b Merge pull request #132 from sol-eng/add-tests-for-cmds
  • cfc8748 Merge pull request #136 from sol-eng/fix-integration-tests
  • e475d7f Merge pull request #138 from sol-eng/integration-test-fix
  • 533a37a Reafactor activate integration tests
  • 350a278 Reduce timeout time to 5 seconds
  • b18a28c Remove TODO
  • e4b3a2b Remove extra line breaks
  • 1bf8c69 Remove integration tests from automatic process
  • 9db3920 Restructure Package Manager prompts to allow for retry and skip to exit
  • b5beceb Switch to string slice for integration

Installation Instructions

Linux

sudo wget https://github.com/sol-eng/wbi/releases/download/v0.0.15/wbi_Linux_x86_64.tar.gz -O /tmp/wbi.tar.gz
sudo tar xzf /tmp/wbi.tar.gz wbi
sudo mv wbi /usr/local/bin/wbi
sudo chmod +x /usr/local/bin/wbi

Linux User

Assumes ~/bin is available in your PATH

wget https://github.com/sol-eng/wbi/releases/download/v0.0.15/wbi_Linux_x86_64.tar.gz -O /tmp/wbi.tar.gz
tar xzf /tmp/wbi.tar.gz wbi
mv wbi ~/bin/wbi
chmod +x ~/bin/wbi

v0.0.13

31 Mar 19:14
523f155
Compare
Choose a tag to compare

Changelog

  • 5c80d70 Add retry prompts with a skip option to Connect prompt
  • 2325a66 Add the ability to retry if no R or Python versions are selected
  • 523f155 Merge pull request #131 from sol-eng/add-retries-for-r

Installation Instructions

Linux

sudo wget https://github.com/sol-eng/wbi/releases/download/v0.0.13/wbi_Linux_x86_64.tar.gz -O /tmp/wbi.tar.gz
sudo tar xzf /tmp/wbi.tar.gz wbi
sudo mv wbi /usr/local/bin/wbi
sudo chmod +x /usr/local/bin/wbi

Linux User

Assumes ~/bin is available in your PATH

wget https://github.com/sol-eng/wbi/releases/download/v0.0.13/wbi_Linux_x86_64.tar.gz -O /tmp/wbi.tar.gz
tar xzf /tmp/wbi.tar.gz wbi
mv wbi ~/bin/wbi
chmod +x ~/bin/wbi

v0.0.14

31 Mar 19:14
Compare
Choose a tag to compare

Changelog

  • 5c80d70 Add retry prompts with a skip option to Connect prompt

Installation Instructions

Linux

sudo wget https://github.com/sol-eng/wbi/releases/download/v0.0.14/wbi_Linux_x86_64.tar.gz -O /tmp/wbi.tar.gz
sudo tar xzf /tmp/wbi.tar.gz wbi
sudo mv wbi /usr/local/bin/wbi
sudo chmod +x /usr/local/bin/wbi

Linux User

Assumes ~/bin is available in your PATH

wget https://github.com/sol-eng/wbi/releases/download/v0.0.14/wbi_Linux_x86_64.tar.gz -O /tmp/wbi.tar.gz
tar xzf /tmp/wbi.tar.gz wbi
mv wbi ~/bin/wbi
chmod +x ~/bin/wbi

v0.0.12

29 Mar 12:56
692dc59
Compare
Choose a tag to compare

Changelog

  • a7f445d Correct public package manager URL
  • 692dc59 Merge pull request #128 from sol-eng/fix-public-packagemanager

Installation Instructions

Linux

sudo wget https://github.com/sol-eng/wbi/releases/download/v0.0.12/wbi_Linux_x86_64.tar.gz -O /tmp/wbi.tar.gz
sudo tar xzf /tmp/wbi.tar.gz wbi
sudo mv wbi /usr/local/bin/wbi
sudo chmod +x /usr/local/bin/wbi

Linux User

Assumes ~/bin is available in your PATH

wget https://github.com/sol-eng/wbi/releases/download/v0.0.12/wbi_Linux_x86_64.tar.gz -O /tmp/wbi.tar.gz
tar xzf /tmp/wbi.tar.gz wbi
mv wbi ~/bin/wbi
chmod +x ~/bin/wbi

v0.0.11

28 Mar 21:17
d8ca189
Compare
Choose a tag to compare

Changelog

  • 5d8b540 Add the actual command run in the error messages
  • 98bc2cf Add the actual command to the error
  • 4226196 Add write config for public package manager
  • aff9a7a Change run commands to take a display and delay value and set them throughout wbi
  • 8b9609f Fix bad merge
  • 523cb27 Merge branch 'main' into add-message-flexibility
  • fc99eee Merge branch 'main' into add-message-flexibility
  • 9111173 Merge pull request #116 from sol-eng/add-message-flexibility
  • d8ca189 Merge pull request #127 from sol-eng/add-public-package-manager-config

Installation Instructions

Linux

sudo wget https://github.com/sol-eng/wbi/releases/download/v0.0.11/wbi_Linux_x86_64.tar.gz -O /tmp/wbi.tar.gz
sudo tar xzf /tmp/wbi.tar.gz wbi
sudo mv wbi /usr/local/bin/wbi
sudo chmod +x /usr/local/bin/wbi

Linux User

Assumes ~/bin is available in your PATH

wget https://github.com/sol-eng/wbi/releases/download/v0.0.11/wbi_Linux_x86_64.tar.gz -O /tmp/wbi.tar.gz
tar xzf /tmp/wbi.tar.gz wbi
mv wbi ~/bin/wbi
chmod +x ~/bin/wbi

v0.0.10

28 Mar 18:16
45b9032
Compare
Choose a tag to compare

Changelog

  • af9a5c5 Add OR true to firewall active and enabled commands
  • 45b9032 Merge pull request #124 from sol-eng/add-true-commands-firewall

Installation Instructions

Linux

sudo wget https://github.com/sol-eng/wbi/releases/download/v0.0.10/wbi_Linux_x86_64.tar.gz -O /tmp/wbi.tar.gz
sudo tar xzf /tmp/wbi.tar.gz wbi
sudo mv wbi /usr/local/bin/wbi
sudo chmod +x /usr/local/bin/wbi

Linux User

Assumes ~/bin is available in your PATH

wget https://github.com/sol-eng/wbi/releases/download/v0.0.10/wbi_Linux_x86_64.tar.gz -O /tmp/wbi.tar.gz
tar xzf /tmp/wbi.tar.gz wbi
mv wbi ~/bin/wbi
chmod +x ~/bin/wbi

v0.0.9

28 Mar 18:13
092c89a
Compare
Choose a tag to compare

Changelog

  • c35026e Add wildcard to RHEL 9 and RHEL8 code ready installs
  • 092c89a Merge pull request #123 from sol-eng/add-flexibility-to-codeready

Installation Instructions

Linux

sudo wget https://github.com/sol-eng/wbi/releases/download/v0.0.9/wbi_Linux_x86_64.tar.gz -O /tmp/wbi.tar.gz
sudo tar xzf /tmp/wbi.tar.gz wbi
sudo mv wbi /usr/local/bin/wbi
sudo chmod +x /usr/local/bin/wbi

Linux User

Assumes ~/bin is available in your PATH

wget https://github.com/sol-eng/wbi/releases/download/v0.0.9/wbi_Linux_x86_64.tar.gz -O /tmp/wbi.tar.gz
tar xzf /tmp/wbi.tar.gz wbi
mv wbi ~/bin/wbi
chmod +x ~/bin/wbi

v0.0.8

28 Mar 13:50
abec397
Compare
Choose a tag to compare

Changelog

Installation Instructions

Linux

sudo wget https://github.com/sol-eng/wbi/releases/download/v0.0.8/wbi_Linux_x86_64.tar.gz -O /tmp/wbi.tar.gz
sudo tar xzf /tmp/wbi.tar.gz wbi
sudo mv wbi /usr/local/bin/wbi
sudo chmod +x /usr/local/bin/wbi

Linux User

Assumes ~/bin is available in your PATH

wget https://github.com/sol-eng/wbi/releases/download/v0.0.8/wbi_Linux_x86_64.tar.gz -O /tmp/wbi.tar.gz
tar xzf /tmp/wbi.tar.gz wbi
mv wbi ~/bin/wbi
chmod +x ~/bin/wbi

v0.0.7

28 Mar 10:57
7f2179e
Compare
Choose a tag to compare

Changelog

Installation Instructions

Linux

sudo wget https://github.com/sol-eng/wbi/releases/download/v0.0.7/wbi_Linux_x86_64.tar.gz -O /tmp/wbi.tar.gz
sudo tar xzf /tmp/wbi.tar.gz wbi
sudo mv wbi /usr/local/bin/wbi
sudo chmod +x /usr/local/bin/wbi

Linux User

Assumes ~/bin is available in your PATH

wget https://github.com/sol-eng/wbi/releases/download/v0.0.7/wbi_Linux_x86_64.tar.gz -O /tmp/wbi.tar.gz
tar xzf /tmp/wbi.tar.gz wbi
mv wbi ~/bin/wbi
chmod +x ~/bin/wbi

v0.0.6

24 Mar 21:38
05f33e1
Compare
Choose a tag to compare

Changelog

  • 05f33e1 Merge pull request #120 from sol-eng/customize-start-and-end-message
  • 40bf1b2 Update intro message

Installation Instructions

Linux

sudo wget https://github.com/sol-eng/wbi/releases/download/v0.0.6/wbi_Linux_x86_64.tar.gz -O /tmp/wbi.tar.gz
sudo tar xzf /tmp/wbi.tar.gz wbi
sudo mv wbi /usr/local/bin/wbi
sudo chmod +x /usr/local/bin/wbi

Linux User

Assumes ~/bin is available in your PATH

wget https://github.com/sol-eng/wbi/releases/download/v0.0.6/wbi_Linux_x86_64.tar.gz -O /tmp/wbi.tar.gz
tar xzf /tmp/wbi.tar.gz wbi
mv wbi ~/bin/wbi
chmod +x ~/bin/wbi