Skip to content

Commit

Permalink
Merge pull request #244 from maier/master
Browse files Browse the repository at this point in the history
v2.7.2
  • Loading branch information
maier authored Dec 21, 2023
2 parents 32f86cb + 9a8a1f4 commit ac0f8c9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# **unreleased**

## v2.7.2

* build(deps): bump github.com/spf13/viper from 1.18.1 to 1.18.2
* build(deps): bump github.com/openhistogram/circonusllhist from 0.3.0 to 0.4.0
* build(deps): bump github.com/google/uuid from 1.4.0 to 1.5.0
* build(deps): bump github/codeql-action from 2 to 3
* build(deps): bump github.com/spf13/viper from 1.18.0 to 1.18.1
* build(deps): bump github.com/spf13/viper from 1.17.0 to 1.18.0
* build(deps): bump github.com/circonus-labs/go-apiclient from 0.7.23 to 0.7.24
* build(deps): bump github.com/shirou/gopsutil/v3 from 3.23.10 to 3.23.11
* build(pkg): logwatch x86_64->amd64 pkg download

## v2.7.1

* build: update to latest lint
Expand Down
2 changes: 1 addition & 1 deletion package/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ fetch_logwatch_repo() {
}
fetch_logwatch_package() {
local stripped_ver=${logwatch_version#v}
logwatch_tgz="${logwatch_name}_${stripped_ver}_${os_type}_x86_64.tar.gz"
logwatch_tgz="${logwatch_name}_${stripped_ver}_${os_type}_amd64.tar.gz"
logwatch_tgz_url="${url_logwatch_repo}/releases/download/${logwatch_version}/$logwatch_tgz"
[[ -f $logwatch_tgz ]] || {
echo "-fetching logwatch package (${logwatch_tgz}) - ${logwatch_tgz_url}"
Expand Down

0 comments on commit ac0f8c9

Please sign in to comment.