Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jul 21:38
· 36 commits to main since this release
dc07c74

Release Notes

Added

  • New Project field external_id. The value can be provided when creating a project.
    This is an optional field that can be used to store a custom identifier
    for the project, e.g. for multi-tenancy purposes.
  • New ListProjects field filter.external_ids allows to filter projects by their
    external_id field value.
  • Tracing: added support for otlp exporter, to replace deprecated jaeger exporter,
    which is deprecated and will be removed in the next release.

Deprecated

  • jaeger tracing exporter is deprecated, use otlp instead. See documentation
    for details on how to configure the new exporter.

You can always see all important changes described in a friendly format in CHANGELOG.

Changelog

  • dc07c74 Merge pull request #163 from auditumio/release-0.3.0
  • 4daef77 Prepare release: 0.3.0
  • de88fad Merge pull request #162 from auditumio/dependabot/github_actions/docker/build-push-action-6.4.0
  • 3baa97d build(deps): bump docker/build-push-action from 6.3.0 to 6.4.0
  • 0909624 Merge pull request #161 from auditumio/dependabot/github_actions/actions/setup-go-5.0.2
  • 5446ebb build(deps): bump actions/setup-go from 5.0.1 to 5.0.2
  • eeb44ba Merge pull request #106 from auditumio/dependabot/go_modules/github.com/ryboe/q-1.0.21
  • 75c73f1 build(deps): bump github.com/ryboe/q from 1.0.20 to 1.0.21
  • ff5d7de Merge pull request #104 from auditumio/dependabot/go_modules/go.uber.org/zap-1.27.0
  • b6da8c8 build(deps): bump go.uber.org/zap from 1.26.0 to 1.27.0
  • 7d25de7 Merge pull request #160 from auditumio/update-go
  • e6fa313 🆙 go 1.22.5, golangci-lint 1.59.1
  • a22ef1f Merge pull request #151 from auditumio/project-external-id
  • ebfe13f Add external_id to project
  • 5fb8420 Merge pull request #159 from auditumio/update-bun
  • 4da7a24 Update bun to 1.2.1
  • e877fd4 Merge pull request #158 from auditumio/update-otel
  • 9aa233e Update otel to 1.28.0
  • cbef0bf Merge pull request #157 from auditumio/grpc-gateway
  • e2df28c Update grpc-gateway 2.20.0
  • 10c5b70 Merge pull request #156 from auditumio/update-protobuf-grpc
  • e5a70ef Update protobuf 1.34.2, grpc 1.65.0
  • 51e72b6 Merge pull request #153 from auditumio/dependabot/github_actions/docker/build-push-action-6.3.0
  • 442ef66 build(deps): bump docker/build-push-action from 6.2.0 to 6.3.0
  • e184b32 Merge pull request #154 from auditumio/dependabot/github_actions/docker/setup-buildx-action-3.4.0
  • 2e4ae77 build(deps): bump docker/setup-buildx-action from 3.3.0 to 3.4.0
  • 1dfa6e2 Merge pull request #155 from auditumio/dependabot/github_actions/docker/setup-qemu-action-3.1.0
  • 496ea8f build(deps): bump docker/setup-qemu-action from 3.0.0 to 3.1.0
  • 31dc602 Merge pull request #150 from auditumio/dependabot/go_modules/github.com/knadh/koanf/providers/file-1.0.0
  • 80d60d8 build(deps): bump github.com/knadh/koanf/providers/file
  • ed52693 Merge pull request #135 from auditumio/dependabot/github_actions/golangci/golangci-lint-action-6.0.1
  • d43ced4 Remove legacy golangci-lint options
  • fe9a118 build(deps): bump golangci/golangci-lint-action from 4.0.0 to 6.0.1
  • 7c95ac5 Merge pull request #136 from auditumio/dependabot/go_modules/github.com/prometheus/client_golang-1.19.1
  • 748f502 build(deps): bump github.com/prometheus/client_golang
  • 2e39b6b Merge pull request #149 from auditumio/dependabot/github_actions/docker/build-push-action-6.2.0
  • 2cd1d61 build(deps): bump docker/build-push-action from 5.3.0 to 6.2.0
  • 13e71bd Merge pull request #132 from auditumio/dependabot/github_actions/actions/setup-go-5.0.1
  • 5cdb1c4 build(deps): bump actions/setup-go from 5.0.0 to 5.0.1
  • 836f7c7 Merge pull request #137 from auditumio/dependabot/go_modules/github.com/gofrs/uuid/v5-5.2.0
  • 8ab1064 build(deps): bump github.com/gofrs/uuid/v5 from 5.1.0 to 5.2.0
  • 33dca92 Merge pull request #148 from auditumio/dependabot/npm_and_yarn/website/braces-3.0.3
  • 98bc5a4 build(deps): bump braces from 3.0.2 to 3.0.3 in /website
  • 5c26408 Merge pull request #141 from auditumio/dependabot/github_actions/docker/login-action-3.2.0
  • 68b975f build(deps): bump docker/login-action from 3.1.0 to 3.2.0
  • 6053348 Merge pull request #143 from auditumio/dependabot/github_actions/goreleaser/goreleaser-action-6.0.0
  • 306567f Update goreleaser to v2
  • 6e5eb07 build(deps): bump goreleaser/goreleaser-action from 5.0.0 to 6.0.0
  • 8507b84 Merge pull request #140 from auditumio/dependabot/go_modules/github.com/jackc/pgx/v5-5.6.0
  • 6c6d782 build(deps): bump github.com/jackc/pgx/v5 from 5.5.5 to 5.6.0
  • 088c1a1 Merge pull request #144 from auditumio/dependabot/github_actions/actions/checkout-4.1.7
  • 067205e build(deps): bump actions/checkout from 4.1.4 to 4.1.7
  • 4de89fc Merge pull request #123 from auditumio/dependabot/go_modules/github.com/knadh/koanf/v2-2.1.1
  • 437f0b7 build(deps): bump github.com/knadh/koanf/v2 from 2.1.0 to 2.1.1
  • 4f42ee7 Merge pull request #120 from auditumio/dependabot/npm_and_yarn/website/express-4.19.2
  • 812abdc build(deps): bump express from 4.18.2 to 4.19.2 in /website
  • 19a7667 Merge pull request #107 from auditumio/dependabot/go_modules/github.com/prometheus/client_golang-1.19.0
  • f82ff1f build(deps): bump github.com/prometheus/client_golang
  • 3989780 Merge pull request #122 from auditumio/dependabot/github_actions/docker/setup-buildx-action-3.3.0
  • ec17828 build(deps): bump docker/setup-buildx-action from 3.2.0 to 3.3.0
  • bc9cb4b Merge pull request #125 from auditumio/dependabot/go_modules/github.com/gofrs/uuid/v5-5.1.0
  • 47a68db build(deps): bump github.com/gofrs/uuid/v5 from 5.0.0 to 5.1.0
  • b6e9249 Merge pull request #127 from auditumio/dependabot/go_modules/golang.org/x/net-0.23.0
  • d2e2af3 build(deps): bump golang.org/x/net from 0.21.0 to 0.23.0
  • 25a89f0 Merge pull request #129 from auditumio/dependabot/github_actions/actions/checkout-4.1.4
  • ebad246 build(deps): bump actions/checkout from 4.1.2 to 4.1.4
  • d59c197 Merge pull request #115 from auditumio/dependabot/github_actions/actions/checkout-4.1.2
  • c26ad53 build(deps): bump actions/checkout from 4.1.1 to 4.1.2
  • c306f75 Merge pull request #114 from auditumio/dependabot/go_modules/github.com/grpc-ecosystem/go-grpc-middleware/v2-2.1.0
  • 9878564 build(deps): bump github.com/grpc-ecosystem/go-grpc-middleware/v2
  • fbaa0b5 Merge pull request #118 from auditumio/dependabot/github_actions/docker/login-action-3.1.0
  • e6d3a38 build(deps): bump docker/login-action from 3.0.0 to 3.1.0
  • 6e2b525 Merge pull request #117 from auditumio/dependabot/github_actions/docker/setup-buildx-action-3.2.0
  • 3f07bd6 build(deps): bump docker/setup-buildx-action from 3.0.0 to 3.2.0
  • 87c90fa Merge pull request #108 from auditumio/dependabot/go_modules/github.com/stretchr/testify-1.9.0
  • 396233e build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0
  • bd230bc Merge pull request #116 from auditumio/dependabot/github_actions/docker/build-push-action-5.3.0
  • c0993e8 build(deps): bump docker/build-push-action from 5.1.0 to 5.3.0
  • 8b0b2d2 Merge pull request #112 from auditumio/dependabot/go_modules/github.com/jackc/pgx/v5-5.5.5
  • c4f196e build(deps): bump github.com/jackc/pgx/v5 from 5.5.3 to 5.5.5
  • 7ed3125 Merge pull request #100 from auditumio/dependabot/github_actions/golangci/golangci-lint-action-4.0.0
  • fa2bf2d build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0
  • c6076db Merge pull request #98 from auditumio/dependabot/go_modules/github.com/jackc/pgx/v5-5.5.3
  • c0b0c9d build(deps): bump github.com/jackc/pgx/v5 from 5.5.2 to 5.5.3
  • d22a852 Merge pull request #101 from auditumio/dependabot/go_modules/github.com/knadh/koanf/v2-2.1.0
  • 5fcb824 build(deps): bump github.com/knadh/koanf/v2 from 2.0.1 to 2.1.0
  • 931c106 Merge pull request #97 from auditumio/dependabot/github_actions/docker/metadata-action-5.5.1
  • 0832510 build(deps): bump docker/metadata-action from 5.5.0 to 5.5.1
  • ced4d8f Merge pull request #95 from auditumio/dependabot/go_modules/github.com/jackc/pgx/v5-5.5.2
  • d4490fa build(deps): bump github.com/jackc/pgx/v5 from 5.5.1 to 5.5.2
  • 7eab698 Merge pull request #89 from auditumio/dependabot/go_modules/github.com/prometheus/client_golang-1.18.0
  • 856d172 build(deps): bump github.com/prometheus/client_golang
  • 8589699 Merge pull request #93 from auditumio/dependabot-ignore
  • 224fc61 dependabot: keep grpc & protobuf versions
  • f9cdba0 Merge pull request #90 from auditumio/dependabot/github_actions/docker/metadata-action-5.5.0
  • fa1d44a build(deps): bump docker/metadata-action from 5.4.0 to 5.5.0
  • d8b2c2a Merge pull request #88 from auditumio/migrate
  • f7fb067 Update migrate to 4.17.0 and add to dependabot ignore
  • eb660d9 Merge pull request #85 from auditumio/dependabot/go_modules/google.golang.org/grpc-1.60.1
  • d7f3cf7 build(deps): bump google.golang.org/grpc from 1.59.0 to 1.60.1
  • 6a67a5a Merge pull request #82 from auditumio/dependabot/github_actions/docker/metadata-action-5.4.0
  • 9246bdf build(deps): bump docker/metadata-action from 5.3.0 to 5.4.0
  • 7cbd037 Merge pull request #84 from auditumio/dependabot/go_modules/golang.org/x/crypto-0.17.0
  • b779297 build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0
  • 2a19c8b Merge pull request #80 from auditumio/dependabot/github_actions/actions/setup-go-5.0.0
  • 4693a21 build(deps): bump actions/setup-go from 4.1.0 to 5.0.0
  • 232c5e2 Merge pull request #81 from auditumio/dependabot/go_modules/github.com/jackc/pgx/v5-5.5.1
  • d666a0c build(deps): bump github.com/jackc/pgx/v5 from 5.5.0 to 5.5.1
  • df08605 Merge pull request #79 from auditumio/update-go-grpc-middleware
  • b80ce69 Update go-grpc-middleware to v2
  • 19aac4b Merge pull request #78 from auditumio/dependabot/github_actions/docker/metadata-action-5.3.0
  • 50f6b68 build(deps): bump docker/metadata-action from 5.0.0 to 5.3.0
  • a1b22a4 Merge pull request #69 from auditumio/dependabot/go_modules/bun-74335bdbf1
  • 2c4d073 build(deps): bump the bun group with 5 updates
  • cddf55a Merge pull request #76 from auditumio/otel-collector
  • 8fb08d1 Add support for OTLP and deprecate Jaeger
  • 513babc Merge pull request #75 from auditumio/update-gen
  • 1f1ed56 Update codegen tooling versions
  • 1af5204 Merge pull request #74 from auditumio/dependabot/github_actions/docker/build-push-action-5.1.0
  • 352282b build(deps): bump docker/build-push-action from 5.0.0 to 5.1.0
  • bda592f Merge pull request #72 from auditumio/update-go
  • 09cd77b Update Go to 1.21
  • 667e9e5 Merge pull request #70 from auditumio/dependabot/go_modules/github.com/jackc/pgx/v5-5.5.0
  • 8405fb4 build(deps): bump github.com/jackc/pgx/v5 from 5.4.3 to 5.5.0
  • 35068f9 Merge pull request #61 from auditumio/dependabot/go_modules/go.uber.org/zap-1.26.0
  • 18568a0 build(deps): bump go.uber.org/zap from 1.25.0 to 1.26.0
  • 1c3d0c2 Merge pull request #68 from auditumio/group-bun
  • 0fc0701 Group bun deps
  • 233aef0 Merge pull request #62 from auditumio/dependabot/go_modules/google.golang.org/grpc-1.59.0
  • ceb5e08 build(deps): bump google.golang.org/grpc from 1.57.0 to 1.59.0
  • ff75624 Merge pull request #58 from auditumio/dependabot/github_actions/docker/setup-qemu-action-3.0.0
  • d814e77 build(deps): bump docker/setup-qemu-action from 2.2.0 to 3.0.0
  • 5c7ddea Merge pull request #57 from auditumio/dependabot/github_actions/docker/build-push-action-5.0.0
  • bff35e3 build(deps): bump docker/build-push-action from 4.1.1 to 5.0.0
  • a148a26 Merge pull request #59 from auditumio/dependabot/github_actions/actions/checkout-4.1.1
  • 4209313 build(deps): bump actions/checkout from 4.1.0 to 4.1.1
  • 9beff68 Merge pull request #67 from auditumio/dependabot/go_modules/github.com/ryboe/q-1.0.20
  • 58ef135 build(deps): bump github.com/ryboe/q from 1.0.19 to 1.0.20
  • 8163fc5 Merge pull request #56 from auditumio/dependabot-reconfigure
  • 9d2142e dependabot: set weekly; ignore otel
  • a5a7790 Merge pull request #53 from auditumio/dependabot/go_modules/golang.org/x/net-0.17.0
  • 535c565 build(deps): bump golang.org/x/net from 0.14.0 to 0.17.0
  • 0493f6c Merge pull request #49 from auditumio/dependabot/go_modules/github.com/prometheus/client_golang-1.17.0
  • 3564208 build(deps): bump github.com/prometheus/client_golang
  • 6b69976 Merge pull request #43 from auditumio/dependabot/github_actions/goreleaser/goreleaser-action-5.0.0
  • bfdbc0e build(deps): bump goreleaser/goreleaser-action from 4.4.0 to 5.0.0
  • 5bbd4f4 Merge pull request #44 from auditumio/dependabot/github_actions/docker/metadata-action-5.0.0
  • 7edd8c8 build(deps): bump docker/metadata-action from 4.6.0 to 5.0.0
  • ab7c1c2 Merge pull request #46 from auditumio/dependabot/github_actions/docker/setup-buildx-action-3.0.0
  • 18635ef build(deps): bump docker/setup-buildx-action from 2.10.0 to 3.0.0
  • d191749 Merge pull request #45 from auditumio/dependabot/github_actions/docker/login-action-3.0.0
  • 41161fd build(deps): bump docker/login-action from 2.2.0 to 3.0.0
  • 5c0e9c8 Merge pull request #42 from auditumio/dependabot/github_actions/actions/checkout-4.1.0
  • 1b0e329 build(deps): bump actions/checkout from 3.6.0 to 4.1.0
  • 30832d8 Merge pull request #34 from auditumio/dependabot/go_modules/go.opentelemetry.io/otel/exporters/stdout/stdouttrace-1.17.0
  • e076038 build(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace
  • 7e7c7b2 Merge pull request #39 from auditumio/dependabot/go_modules/otel-8e7f614c51
  • a369e30 build(deps): bump the otel group with 1 update
  • 52c0d39 Merge pull request #38 from auditumio/dependabot-group-otel
  • b7427d3 dependabot: group otel deps
  • 930b759 Merge pull request #37 from auditumio/dependabot/github_actions/docker/setup-buildx-action-2.10.0
  • ebdcbd6 build(deps): bump docker/setup-buildx-action from 2.9.1 to 2.10.0