Files
addons/ssh/CHANGELOG.md
jfette 06328e13fa Adding config option for bash_profile in SSH (#767)
* Adding option for bash_profile

* Bumping version to 7.0, comments for bash_profile

* bash_profile is now a list, updated README and CHANGELOG

* Made .bash_profile a persistent file, using sed to replace token if necessary

* Fixing config.json typo

* Simplifying logic, if statement to update token when necessary

* Moving file perm out of if statement

* File must be created in /data not /root
2019-11-18 18:34:25 +01:00

1.2 KiB

Changelog

7.0

  • Added bash_profile as a persistent file

6.4

  • Changed logging from DEBUG -> INFO

6.3

  • Update Hass.io CLI to 3.1.0

6.2

  • Update Hass.io CLI to 3.0.0

6.1

  • Update Hass.io CLI to 2.3.0

6.0

  • Update and pin base image to Alpine 3.10

5.6

  • Fixes crash when using authorized keys

5.5

  • Rewrite add-on onto Bashio
  • Added documentation to add-on repository
  • Code styling improvements

5.4

  • Update Hass.io CLI to 2.2.0

5.3

  • Fix: User root not allowed because account is locked

5.2

  • Update Hass.io CLI to 2.1.0

5.1

  • Map all serial devices into container for manual adjustments

5.0

  • Update Hass.io CLI to 2.0.1, include bash completion

4.0

  • Update Hass.io CLI to 1.4.0
  • Add new API role profile
  • Update OpenSSH to 7.7

3.7

  • Add YAML highlighting for nano

3.6

  • Update Hass.io CLI to 1.3.1

3.5

  • Update Hass.io CLI to 1.3.0

3.4

  • Update Hass.io CLI to 1.2.1

3.3

  • Update Hass.io CLI to 1.1.2

3.2

  • Downgrade Hass.io CLI to 1.0.1

3.1

  • Update Hass.io CLI to 1.1.1
  • Change internal token handling for Hass.io API

3.0

  • Use new base images
  • Add hassio-cli version 1.0
  • Use bash as default shell