Skip to content

v0.4.0

Compare
Choose a tag to compare
@sethvargo sethvargo released this 27 Jul 20:04
· 277 commits to main since this release
84da38d

What's Changed

  • build(deps): bump github.com/opencontainers/runc from 1.1.4 to 1.1.5 by @dependabot in #102
  • Add general-purpose serving infrastructure by @sethvargo in #103
  • Ignore the right regexes for wrapcheck by @sethvargo in #104
  • create terraform lint input to prevent walking child dirs by @verbanicm in #105
  • feat: add shortcut for writing stdout and stderr in the cli package by @yolocs in #106
  • Do not use AUDIT_CLIENT prefixes for the logger by @sethvargo in #107
  • Do not allow a nil lookuper in cfgloader by @sethvargo in #108
  • add healthcheck for http and grpc by @shan4993 in #110
  • build(deps): bump github.com/docker/docker from 23.0.1+incompatible to 23.0.3+incompatible by @dependabot in #111
  • Use static strings for health checks by @sethvargo in #112
  • Extract mysql from db test to allow for future modularity by @pdewilde in #109
  • containertest: switch to pgx5 and pgx driver by @pdewilde in #113
  • feat: generalized GitHub app token creation by @bradegler in #114
  • Make GitHubApp implement the TokenSource interface by @shan4993 in #115
  • add want-lgtm-all reusable workflow by @verbanicm in #116
  • Add a helper for creating a test renderer by @sethvargo in #120
  • Fetch pr body from api instead of context by @volzmc in #123
  • Add shell auto-completions support for the CLI by @sethvargo in #125
  • Add time flags by @sethvargo in #129
  • Fix CLI flag bug in handling default value with setter by @yolocs in #128
  • Add yamllint to lint the YAMLs by @sethvargo in #131
  • Remove locale by @sethvargo in #132
  • Include the target for yamllint by @sethvargo in #133
  • Enhancement: Add ExposedPorts to container setup RunOptions by @kevya-google in #134
  • Add multicloser implementation by @sethvargo in #136

New Contributors

Full Changelog: v0.3.0...v0.4.0