Skip to content

Releases: hansmi/baamhackl

v0.0.4

22 May 17:43
Compare
Choose a tag to compare

Changelog

  • 9b3f7a3 Update golang.org/x/net to v0.10.0
  • 50a1fe4 Bump github.com/go-playground/validator/v10 from 10.13.0 to 10.14.0
  • 19c3dfa Bump github.com/prometheus/common from 0.43.0 to 0.44.0
  • 5786a77 Bump golang.org/x/sync from 0.1.0 to 0.2.0
  • c36b0c2 Bump github.com/prometheus/common from 0.42.0 to 0.43.0
  • d887a65 Bump golang.org/x/sys from 0.7.0 to 0.8.0
  • e4f714f Bump github.com/go-playground/validator/v10 from 10.12.0 to 10.13.0
  • 000f509 Bump github.com/prometheus/client_golang from 1.14.0 to 1.15.0
  • 07328d0 Bump github.com/cenkalti/backoff/v4 from 4.2.0 to 4.2.1
  • 0541470 Bump golang.org/x/sys from 0.6.0 to 0.7.0
  • dce8e0d Bump github.com/goccy/go-yaml from 1.9.8 to 1.11.0
  • 6f8032d Bump go.uber.org/multierr from 1.10.0 to 1.11.0
  • 84a6e37 Bump github.com/jonboulle/clockwork from 0.3.0 to 0.4.0
  • 65b8096 Bump github.com/go-playground/validator/v10 from 10.11.2 to 10.12.0
  • 3874df3 Bump go.uber.org/multierr from 1.9.0 to 1.10.0
  • 615a250 Bump github.com/prometheus/common from 0.41.0 to 0.42.0
  • 60d596f Bump github.com/prometheus/common from 0.40.0 to 0.41.0
  • 74f9f49 Bump github.com/spf13/afero from 1.9.4 to 1.9.5
  • 1b64c12 Exclude goccy/go-yaml 1.10 as it fails on 32 bit platforms
  • cfb00d6 Bump golang.org/x/sys from 0.5.0 to 0.6.0
  • 92109d8 Bump github.com/goccy/go-yaml from 1.9.8 to 1.10.0
  • 54874af Bump github.com/rivo/uniseg from 0.4.3 to 0.4.4
  • 86b2d93 Bump github.com/spf13/afero from 1.9.3 to 1.9.4
  • cc79b9e Bump github.com/prometheus/common from 0.39.0 to 0.40.0
  • 83b9cad Bump golang.org/x/sys from 0.4.0 to 0.5.0
  • d94af47 Bump github.com/go-playground/validator/v10 from 10.11.1 to 10.11.2
  • 4e806b9 Test for fatal signal in handler command
  • 5716207 Make function for raising a signal reusable
  • 8ad7804 Bump golang.org/x/sys from 0.3.0 to 0.4.0
  • a38de61 Switch to reusable workflow for running tests
  • b408ebe Refer to release workflow by a more dynamic label for simplicity
  • 975a871 Switch to reusable GoReleaser workflow
  • e68b0d2 Reflect computed variables to the CI run log
  • f91c211 Use default environment variables for logic
  • 4b6a402 Include commit in asset name

v0.0.3

21 Dec 01:26
Compare
Choose a tag to compare

Changelog

  • 02bf2a5 Implement optional Prometheus metrics
  • 93d3f45 Deduplicate naming options for journal directories
  • 0a442ac Add router options structure
  • 04a39eb Add generic package returning pointers to arbitrary values
  • ffc822d Remove commented-out code
  • f13d5ec Replace strconv.FormatInt with its equivalent Itoa function
  • c8f1131 Move handlertask invoke function outside the inner function
  • 2183456 Ensure --snapshot is given to goreleaser for pushes on main branch
  • 0b468da Bump goreleaser/goreleaser-action from 3 to 4
  • 71f4299 Run release actions for pull requests and all branches
  • d854334 Determine handler success only once
  • 236c9ec Set correct package description
  • bad54f1 Bump github.com/goccy/go-yaml from 1.9.7 to 1.9.8
  • 8b9ea77 Revert "Bump goreleaser/goreleaser-action from 3 to 4"
  • 763eac6 Bump goreleaser/goreleaser-action from 3 to 4
  • c95d26c Bump go.uber.org/multierr from 1.8.0 to 1.9.0
  • 4fd4c77 Move handlertask to dedicated package
  • fc3fad5 Move fuzzDuration function to dedicated package
  • 2de19b8 Move handleronce to dedicated package
  • 7f548a5 Revert "Move handleronce to dedicated package"
  • 504c210 Move handleronce to dedicated package
  • b1ddf48 handlercommand: Retain options instead of copying them
  • d50f2ab handlercommand: Use local variable for command process state
  • db26faa exepath: Inline the globalSetup function
  • 63bb0f9 Encapsulate logic for archiving changed file in journal
  • 3e45adb Add simple test for journal
  • 9647d42 Move journal to dedicated package
  • d522aa5 Move cleanupgroup to dedicated package
  • 539cdf2 Move handlerretrystrategy to dedicated package
  • 9e1d733 Improve error message wording for paths without name
  • 64e283a Improve error message wording for non-regular files

v0.0.2

07 Dec 00:56
Compare
Choose a tag to compare

Changelog

  • 4318f1c Enable registry integration in release action
  • a1682e8 Build Docker image
  • e23289f Bump github.com/goccy/go-yaml from 1.9.6 to 1.9.7
  • 2ed2af5 Bump golang.org/x/sys from 0.2.0 to 0.3.0
  • 289156a Bump go.uber.org/zap from 1.23.0 to 1.24.0
  • 3432414 Bump github.com/spf13/afero from 1.9.2 to 1.9.3
  • 4c262ff Bump github.com/rivo/uniseg from 0.4.2 to 0.4.3
  • bc1d447 Bump github.com/cenkalti/backoff/v4 from 4.1.3 to 4.2.0
  • 2f7967a Bump golang.org/x/sys from 0.1.0 to 0.2.0
  • 3bb0cc9 Change task log file extension from .ndjson to .txt
  • a4469e4 Bump github.com/goccy/go-yaml from 1.9.5 to 1.9.6
  • 0781c23 Log command output only if there's anything
  • 405f919 Run end-to-end tests as part of the CI workflow
  • 24f2fce Migrate to GitHub environment files
  • 8cd99a8 Update minimum Go version to 1.19 and external dependencies
  • 3629250 Enable Dependabot for GitHub actions
  • 9954265 Bump github.com/go-playground/validator/v10 from 10.11.0 to 10.11.1
  • 11eb965 Bump github.com/google/go-cmp from 0.5.8 to 0.5.9
  • 2efc1dc Bump github.com/rivo/uniseg from 0.3.4 to 0.4.2
  • 2dd9d69 Replace interface{} with any

v0.0.1

07 Sep 21:33
Compare
Choose a tag to compare

Changelog

  • 8b25960 Add Dependabot configuration
  • f0c0692 README: Mention handler configurations explicitly in footnote
  • 441126a Initial commit