Skip to content

Commit

Permalink
Merge pull request #50 from tongson/release_groggy_pauper
Browse files Browse the repository at this point in the history
Release groggy pauper
  • Loading branch information
tongson authored May 7, 2024
2 parents 0cc60ae + 6bc6d44 commit bec2dcf
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ shell script manager and runner inspired by rerun[1], bashing[2] and drist[3]
Your shell script multi-tool. Automate all the things. Can be used for:

1. Runbooks
2. Launchers
3. Deployment
4. Release Engineering
5. Builds
6. Compiles
7. Testing

Checkout the companion [ll](https://github.com/tongson/LadyLua) (Lua interpreter) for anything complex with shell scripts.
1. Deployment
1. Builds
1. Configuration management
18 changes: 18 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
#### 2.0.0

Groggy Pauper

* Removed some external dependencies to slash around 500KiB from the executable size
* New extensive testing suite
* New VARS file for includes and variables
* Changed SSH config from `rr.hosts` to `HOSTS`
* Changed log filename from `rr.json` to `LOG`
* Changed `rrl` mode output headers and log format
* Changed string for "repaired" result/status detection to `__REPAIRED__`
* Changed `__REPAIRED__` output detection from STDOUT to STDERR
* Quicker copying over SSH because of one less SSH connection
* Quicker remote runs, removed SSH hostname matching
* More compact `rrl` mode output
* STDOUT now streamed in terminal mode
* Several code improvements and dependency upgrades

#### 1.0.4

* Update dependencies
Expand Down

0 comments on commit bec2dcf

Please sign in to comment.