Skip to content

Releases: abcxyz/pkg

v0.8.0

14 Feb 01:19
a0cda6f
Compare
Choose a tag to compare

What's Changed

  • Deprecate containertest and mysqltest officially by @sethvargo in #277

Full Changelog: v0.7.4...v0.8.0

v0.7.4

10 Feb 16:49
b18b01e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.3...v0.7.4

v0.7.3

10 Feb 16:47
391e5c6
Compare
Choose a tag to compare
Update deps (#265)

v0.7.2

10 Feb 16:47
f57151c
Compare
Choose a tag to compare
fix: specific functions for github access tokens (#227)

Create specific function for calling the GitHub API for generating
installation access tokens.

v0.7.1

10 Feb 16:47
9b36be5
Compare
Choose a tag to compare
v0.7.1

v0.7.0

17 Aug 19:58
def8ffd
Compare
Choose a tag to compare

What's Changed

⚠️ 🛑 BREAKING CHANGES!

This removes our dependency on zap for logging and switches to slog in the standard library for structured logging. This requires all packages be compiled with Go 1.21 and includes API changes. We've tried to make things as compatible as possible, but we encourage users to migrate to the "context" versions of the logging functions (e.g. DebugContext instead of Debug).

Full Changelog: v0.6.1...v0.7.0

v0.6.1

17 Aug 19:50
4fa9e59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

27 Jul 20:03
2c9c188
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

27 Jul 20:04
06e2531
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/abcxyz/pkg/commits/v0.5.0

v0.4.0

27 Jul 20:04
84da38d
Compare
Choose a tag to compare

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