Skip to content

Releases: infratographer/x

v0.0.6 Release

20 Apr 19:15
f02e52d
Compare
Choose a tag to compare

What's Changed

  • add ServerWithContext and RunWithContext by @mikemrm in #33
  • fix(deps): update module github.com/pressly/goose/v3 to v3.10.0 by @renovate in #26
  • Fix double slash by @mikemrm in #34
  • fix(deps): update module github.com/spf13/cobra to v1.7.0 by @renovate in #27
  • fix(deps): update module github.com/gin-gonic/gin to v1.9.0 by @renovate in #25
  • fix(deps): update module github.com/cockroachdb/cockroach-go/v2 to v2.3.3 by @renovate in #24
  • fix(deps): update module github.com/cenkalti/backoff/v4 to v4.2.1 by @renovate in #35
  • fix(deps): update module go.uber.org/goleak to v1.2.1 by @renovate in #36
  • increase golangci-lint timeout to 5 minutes by @mikemrm in #37
  • fix(deps): update module github.com/lib/pq to v1.10.8 by @renovate in #31
  • fix(deps): update module github.com/spf13/viper to v1.15.0 by @renovate in #28
  • chore(deps): update buildkite plugin docker to v5.6.0 by @renovate in #21
  • fix(deps): update module github.com/xsam/otelsql to v0.21.0 by @renovate in #23
  • fix(deps): update module go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin to v0.40.0 by @renovate in #29
  • fix(deps): update opentelemetry-go monorepo to v1.14.0 by @renovate in #30
  • fix(deps): update module golang.org/x/oauth2 to v0.7.0 by @renovate in #38

Full Changelog: v0.0.5...v0.0.6

v0.0.5 Release

20 Apr 16:02
593b471
Compare
Choose a tag to compare

What's Changed

  • keep existing keyfunc if ones is provided by @mikemrm in #32

Full Changelog: v0.0.4...v0.0.5

v0.0.4 Release

14 Apr 19:47
3616ee7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.3...v0.0.4

v0.0.3 Release

24 Feb 20:11
a3f7084
Compare
Choose a tag to compare
Add initial infratographer urn lib (#18)

Initial library that allows for building and parsing URNs in a format
that we expect to use within infratographer

---------

Signed-off-by: Tyler Auerbeck <tylerauerbeck@users.noreply.github.com>
Signed-off-by: Tyler Auerbeck <tauerbeck@equinix.com>
Co-authored-by: Tyler Auerbeck <tylerauerbeck@users.noreply.github.com>
Co-authored-by: E Camden Fisher <fish@fishnix.net>

v0.0.2 Release

11 Jan 21:24
1cb6750
Compare
Choose a tag to compare
crdbx: Add utility function to build crdb Config from viper flags (#14)

this is a convenience function to get a `crdbx.Config` object. This
makes it very simple to just call this function and pass it to the
database connection builder `NewDB`.

Signed-off-by: Juan Antonio Osorio <juan.osoriorobles@eu.equinix.com>

Signed-off-by: Juan Antonio Osorio <juan.osoriorobles@eu.equinix.com>

Initial release

15 Dec 20:14
f012697
Compare
Choose a tag to compare
[chore]: run go mod tidy (#11)

Update mostly for Otel deps

Signed-off-by: Andrew Holtzmann <aholtzmann@equinix.com>