Skip to content

Commit

Permalink
update v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Oehrli committed May 31, 2022
1 parent 7e1f21a commit 216621a
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 10 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
[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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.0
v0.1.1
2 changes: 1 addition & 1 deletion bin/tns_add.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bin/tns_delete.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bin/tns_dump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bin/tns_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bin/tns_load.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bin/tns_modify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bin/tns_search.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bin/tns_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 216621a

Please sign in to comment.