Skip to content

Releases: sol-eng/wbi

v0.0.25

11 May 01:09
55d7453
Compare
Choose a tag to compare

Changelog

  • 55d7453 Merge pull request #163 from sol-eng/patch-python-root-warning
  • 4c97b42 Switch to PIP_ROOT_USER_ACTION for ipykernel and jupyter installs
  • 22b60f3 Switch to an env variable to ignore root warning

Installation Instructions

Linux

sudo wget https://github.com/sol-eng/wbi/releases/download/v0.0.25/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.25/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.24

02 May 20:11
454ab46
Compare
Choose a tag to compare

Changelog

  • 378a10c Add DeleteStrings function
  • b7c2bd3 Add a prompt for server URL which is passed into the ssl write config function
  • ac748b6 Add in a step to remove the old http launcher-sessions-callback-address
  • 7efe0fd Clarify example server URL and change flow
  • be83b81 Merge branch 'main' into adjust-launcher-callback-ssl
  • 454ab46 Merge pull request #148 from sol-eng/adjust-launcher-callback-ssl
  • 1da6ad8 Update language

Installation Instructions

Linux

sudo wget https://github.com/sol-eng/wbi/releases/download/v0.0.24/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.24/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.23

30 Apr 15:57
13fd3b6
Compare
Choose a tag to compare

Changelog

  • 63797c2 Add check for error and return of error when convertin string to version
  • 72ab427 Add version sorting of /opt to both R and Python during scanning
  • 13fd3b6 Merge pull request #149 from sol-eng/adjust-r-python-order

Installation Instructions

Linux

sudo wget https://github.com/sol-eng/wbi/releases/download/v0.0.23/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.23/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.22

30 Apr 12:27
b364c15
Compare
Choose a tag to compare

Changelog

  • 3044555 Add sleep to allow update-ca-trust to avoid timing issue.
  • f385238 Added trust for found root certificates
  • b530e6f Debug commit.
  • 277d874 Final Commit
  • f2cf56d First pass at writing the certificate
  • 80231e1 Fixed system command
  • 446154e Fixing errors
  • b364c15 Merge pull request #147 from sol-eng/trust-ca
  • bfe7431 Move certificate reverification to bash because SystemCertPool is not updated during the scope of this binary run.
  • ab929e1 Switch to system.WriteStrings
  • 9d1b794 Testing Only commit
  • f51a4ee Update prompts to use new logging framework

Installation Instructions

Linux

sudo wget https://github.com/sol-eng/wbi/releases/download/v0.0.22/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.22/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.21

29 Apr 19:52
a6190e4
Compare
Choose a tag to compare

Changelog

  • 7766660 Add authentication message to the end with helpful links
  • 55d9393 Fix to guard against no additional python kernels to register
  • a6190e4 Merge pull request #152 from sol-eng/remove-authentication-components
  • ddaadbf Remove auth from config command
  • 1cd9029 Remove auth from setup command and steps of setup
  • 6490c7b Remove auth functionality
  • e054403 Remove saml and oidc from prereq prompt

Installation Instructions

Linux

sudo wget https://github.com/sol-eng/wbi/releases/download/v0.0.21/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.21/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.20

29 Apr 15:28
e1c43f2
Compare
Choose a tag to compare

Changelog

  • 7ebe72a Add root pip ignore and other ignore pip commands
  • e1c43f2 Merge pull request #145 from sol-eng/add-root-ignore-for-pip

Installation Instructions

Linux

sudo wget https://github.com/sol-eng/wbi/releases/download/v0.0.20/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.20/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.19

27 Apr 19:27
df0c640
Compare
Choose a tag to compare

Changelog

  • 5f576f1 Add log file
  • d7b7f9f Add logging to all print statements
  • 2342ab9 Add logging to all prompts
  • 8be8f78 Merge branch 'main' into add-logging
  • df0c640 Merge pull request #140 from sol-eng/add-logging

Installation Instructions

Linux

sudo wget https://github.com/sol-eng/wbi/releases/download/v0.0.19/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.19/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.18

25 Apr 18:27
dcaa722
Compare
Choose a tag to compare

Changelog

  • dcaa722 Merge pull request #133 from sol-eng/ssl-verify
  • a8c2fe8 Resolving review comments from PR
  • c5de7ec Split host and md5 verification and add function for checking if certificate is trusted.
  • 4dfee00 Switch from cert.Subject to cert.DNSNames[0]
  • d25cb1a VerifyTrustedCertificate is now working and refactored to parse certificates once.
  • 72446e5 updating duplicate error message

Installation Instructions

Linux

sudo wget https://github.com/sol-eng/wbi/releases/download/v0.0.18/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.18/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.17

06 Apr 13:01
af55af9
Compare
Choose a tag to compare

Changelog

  • af55af9 Merge pull request #137 from sol-eng/silence-usage-on-error
  • 84cc306 Only silence usage
  • dae8974 Silence usage and second error when erroring out

Installation Instructions

Linux

sudo wget https://github.com/sol-eng/wbi/releases/download/v0.0.17/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.17/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.16

06 Apr 13:00
c939b4c
Compare
Choose a tag to compare

Changelog

  • 3df23d2 Add prompts and functions to register additional Python Jupyter kernels
  • c939b4c Merge pull request #135 from sol-eng/add-additional-python-kernel-prompts

Installation Instructions

Linux

sudo wget https://github.com/sol-eng/wbi/releases/download/v0.0.16/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.16/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