diff --git a/CHANGELOG.md b/CHANGELOG.md index 641aaea..4dd4774 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed +## [0.1.1] - 2022-05-31 + +### Fixed + +- Fix missing ETC_BASE variable in *tns_functions.sh* +- Rename config files + ## [0.1.0] - 2022-05-31 ### Added @@ -29,4 +36,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed [unreleased]: https://github.com/oehrlis/oradba -[0.1.0]: https://github.com/oehrlis/oradba \ No newline at end of file +[0.1.0]: https://github.com/oehrlis/oradba/releases/tag/v0.1.0 +[0.1.1]: https://github.com/oehrlis/oradba/releases/tag/v0.1.1 diff --git a/VERSION b/VERSION index b82608c..8308b63 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.1.0 +v0.1.1 diff --git a/bin/tns_add.sh b/bin/tns_add.sh index 2dd5085..13ca068 100755 --- a/bin/tns_add.sh +++ b/bin/tns_add.sh @@ -28,7 +28,7 @@ set -o pipefail # pipefail exit after 1st piped commands fai # - Environment Variables --------------------------------------------------- # define generic environment variables -VERSION=v0.1.0 +VERSION=v0.1.1 TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode diff --git a/bin/tns_delete.sh b/bin/tns_delete.sh index 2753e65..92f17e7 100755 --- a/bin/tns_delete.sh +++ b/bin/tns_delete.sh @@ -28,7 +28,7 @@ set -o pipefail # pipefail exit after 1st piped commands fai # - Environment Variables --------------------------------------------------- # define generic environment variables -VERSION=v0.1.0 +VERSION=v0.1.1 TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode diff --git a/bin/tns_dump.sh b/bin/tns_dump.sh index cc1b434..f2c7d70 100755 --- a/bin/tns_dump.sh +++ b/bin/tns_dump.sh @@ -29,7 +29,7 @@ set -o pipefail # pipefail exit after 1st piped commands fai # - Environment Variables --------------------------------------------------- # define generic environment variables -VERSION=v0.1.0 +VERSION=v0.1.1 TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode diff --git a/bin/tns_functions.sh b/bin/tns_functions.sh index 901580b..f1084ca 100755 --- a/bin/tns_functions.sh +++ b/bin/tns_functions.sh @@ -42,7 +42,7 @@ set -o pipefail # pipefail exit after 1st piped commands fai # - Environment Variables --------------------------------------------------- # define generic environment variables -VERSION=v0.1.0 +VERSION=v0.1.1 TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode diff --git a/bin/tns_load.sh b/bin/tns_load.sh index 8d92f0a..0ebbc07 100755 --- a/bin/tns_load.sh +++ b/bin/tns_load.sh @@ -29,7 +29,7 @@ set -o pipefail # pipefail exit after 1st piped commands fai # - Environment Variables --------------------------------------------------- # define generic environment variables -VERSION=v0.1.0 +VERSION=v0.1.1 TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode diff --git a/bin/tns_modify.sh b/bin/tns_modify.sh index 0e740a4..9d000f1 100755 --- a/bin/tns_modify.sh +++ b/bin/tns_modify.sh @@ -28,7 +28,7 @@ set -o pipefail # pipefail exit after 1st piped commands fai # - Environment Variables --------------------------------------------------- # define generic environment variables -VERSION=v0.1.0 +VERSION=v0.1.1 TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode diff --git a/bin/tns_search.sh b/bin/tns_search.sh index 1312aa0..efedc6c 100755 --- a/bin/tns_search.sh +++ b/bin/tns_search.sh @@ -28,7 +28,7 @@ set -o pipefail # pipefail exit after 1st piped commands fai # - Environment Variables --------------------------------------------------- # define generic environment variables -VERSION=v0.1.0 +VERSION=v0.1.1 TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode diff --git a/bin/tns_test.sh b/bin/tns_test.sh index 41b1195..940ccb6 100755 --- a/bin/tns_test.sh +++ b/bin/tns_test.sh @@ -28,7 +28,7 @@ set -o nounset # exit if script try to use an uninitialised # - Environment Variables --------------------------------------------------- # define generic environment variables -VERSION=v0.1.0 +VERSION=v0.1.1 TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode