Skip to content

Commit

Permalink
Merge pull request #605 from axw/release-v1.5.0
Browse files Browse the repository at this point in the history
Update to v1.5.0
  • Loading branch information
axw authored Jul 31, 2019
2 parents 245fbdc + 6a7ebd0 commit a6e8c6c
Show file tree
Hide file tree
Showing 34 changed files with 52 additions and 52 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased](https://github.com/elastic/apm-agent-go/compare/v1.4.0...master)
## [Unreleased](https://github.com/elastic/apm-agent-go/compare/v1.5.0...master)

## [v1.5.0](https://github.com/elastic/apm-agent-go/releases/tag/v1.5.0)

- Add Context.SetCustom (#581)
- Add support for extracting UUID-like container IDs (#577)
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ adequately cover the code using `go test -cover`.

### Release procedure

1. Update version.go and then run "make update-modules"
1. Update version.go and internal/apmversion/version.go, and then run "make update-modules"
2. Update CHANGELOG.md, adding a new version heading and changing the base tag of the Unreleased comparison URL
3. Merge changes into github.com/elastic/apm-agent-go@master
4. Create tags: vN.N.N, and module/$MODULE/vN.N.N for each instrumentation module
Expand Down
2 changes: 1 addition & 1 deletion internal/apmversion/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ package apmversion

const (
// AgentVersion is the Elastic APM Go Agent version.
AgentVersion = "1.4.0"
AgentVersion = "1.5.0"
)
2 changes: 1 addition & 1 deletion internal/tracecontexttest/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module tracecontexttest

require go.elastic.co/apm/module/apmhttp v1.4.0
require go.elastic.co/apm/module/apmhttp v1.5.0

replace go.elastic.co/apm => ../..

Expand Down
6 changes: 3 additions & 3 deletions module/apmbeego/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module go.elastic.co/apm/module/apmbeego
require (
github.com/astaxie/beego v1.11.1
github.com/stretchr/testify v1.3.0
go.elastic.co/apm v1.4.0
go.elastic.co/apm/module/apmhttp v1.4.0
go.elastic.co/apm/module/apmsql v1.4.0
go.elastic.co/apm v1.5.0
go.elastic.co/apm/module/apmhttp v1.5.0
go.elastic.co/apm/module/apmsql v1.5.0
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
)

Expand Down
4 changes: 2 additions & 2 deletions module/apmchi/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module go.elastic.co/apm/module/apmchi
require (
github.com/go-chi/chi v4.0.2+incompatible
github.com/stretchr/testify v1.3.0
go.elastic.co/apm v1.4.0
go.elastic.co/apm/module/apmhttp v1.4.0
go.elastic.co/apm v1.5.0
go.elastic.co/apm/module/apmhttp v1.5.0
)

replace go.elastic.co/apm => ../..
Expand Down
4 changes: 2 additions & 2 deletions module/apmecho/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ require (
github.com/stretchr/testify v1.3.0
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4 // indirect
go.elastic.co/apm v1.4.0
go.elastic.co/apm/module/apmhttp v1.4.0
go.elastic.co/apm v1.5.0
go.elastic.co/apm/module/apmhttp v1.5.0
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
)

Expand Down
4 changes: 2 additions & 2 deletions module/apmechov4/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ require (
github.com/labstack/echo/v4 v4.0.0
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.3.0
go.elastic.co/apm v1.4.0
go.elastic.co/apm/module/apmhttp v1.4.0
go.elastic.co/apm v1.5.0
go.elastic.co/apm/module/apmhttp v1.5.0
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
)

Expand Down
4 changes: 2 additions & 2 deletions module/apmelasticsearch/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ module go.elastic.co/apm/module/apmelasticsearch

require (
github.com/stretchr/testify v1.3.0
go.elastic.co/apm v1.4.0
go.elastic.co/apm/module/apmhttp v1.4.0
go.elastic.co/apm v1.5.0
go.elastic.co/apm/module/apmhttp v1.5.0
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80
)

Expand Down
4 changes: 2 additions & 2 deletions module/apmelasticsearch/internal/integration/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ require (
github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329 // indirect
github.com/olivere/elastic v6.2.16+incompatible
github.com/stretchr/testify v1.3.0
go.elastic.co/apm v1.4.0
go.elastic.co/apm/module/apmelasticsearch v1.4.0
go.elastic.co/apm v1.5.0
go.elastic.co/apm/module/apmelasticsearch v1.5.0
)

replace go.elastic.co/apm => ../../../..
Expand Down
4 changes: 2 additions & 2 deletions module/apmgin/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ require (
github.com/gin-gonic/gin v1.4.0
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.3.0
go.elastic.co/apm v1.4.0
go.elastic.co/apm/module/apmhttp v1.4.0
go.elastic.co/apm v1.5.0
go.elastic.co/apm/module/apmhttp v1.5.0
)

replace go.elastic.co/apm => ../..
Expand Down
2 changes: 1 addition & 1 deletion module/apmgocql/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require (
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/gocql/gocql v0.0.0-20181124151448-70385f88b28b
github.com/stretchr/testify v1.3.0
go.elastic.co/apm v1.4.0
go.elastic.co/apm v1.5.0
)

replace go.elastic.co/apm => ../..
6 changes: 3 additions & 3 deletions module/apmgokit/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ require (
github.com/go-stack/stack v1.8.0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
github.com/stretchr/testify v1.3.0
go.elastic.co/apm v1.4.0
go.elastic.co/apm/module/apmgrpc v1.4.0
go.elastic.co/apm/module/apmhttp v1.4.0
go.elastic.co/apm v1.5.0
go.elastic.co/apm/module/apmgrpc v1.5.0
go.elastic.co/apm/module/apmhttp v1.5.0
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80
google.golang.org/grpc v1.17.0
)
Expand Down
2 changes: 0 additions & 2 deletions module/apmgokit/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ go.elastic.co/fastjson v1.0.0/go.mod h1:PmeUOMMtLHQr9ZS9J9owrAVg0FkaZDRZJEFTTGHt
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20181220203305-927f97764cc3 h1:eH6Eip3UpmR+yM/qI9Ijluzb1bNv/cAU/n+6l8tRSis=
golang.org/x/net v0.0.0-20181220203305-927f97764cc3/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 h1:Ao/3l156eZf2AW5wK8a7/smtodRU+gha3+BeqJ69lRk=
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
Expand Down
2 changes: 1 addition & 1 deletion module/apmgometrics/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module go.elastic.co/apm/module/apmgometrics
require (
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a
github.com/stretchr/testify v1.3.0
go.elastic.co/apm v1.4.0
go.elastic.co/apm v1.5.0
)

replace go.elastic.co/apm => ../..
4 changes: 2 additions & 2 deletions module/apmgopg/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require (
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/stretchr/testify v1.3.0
go.elastic.co/apm v1.4.0
go.elastic.co/apm/module/apmsql v1.4.0
go.elastic.co/apm v1.5.0
go.elastic.co/apm/module/apmsql v1.5.0
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
Expand Down
2 changes: 1 addition & 1 deletion module/apmgoredis/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/stretchr/testify v1.3.0
go.elastic.co/apm v1.4.0
go.elastic.co/apm v1.5.0
)

replace go.elastic.co/apm => ../..
4 changes: 2 additions & 2 deletions module/apmgorilla/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ require (
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.6.2
github.com/stretchr/testify v1.3.0
go.elastic.co/apm v1.4.0
go.elastic.co/apm/module/apmhttp v1.4.0
go.elastic.co/apm v1.5.0
go.elastic.co/apm/module/apmhttp v1.5.0
)

replace go.elastic.co/apm => ../..
Expand Down
4 changes: 2 additions & 2 deletions module/apmgorm/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ require (
github.com/jinzhu/gorm v1.9.10
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.3.0
go.elastic.co/apm v1.4.0
go.elastic.co/apm/module/apmsql v1.4.0
go.elastic.co/apm v1.5.0
go.elastic.co/apm/module/apmsql v1.5.0
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
google.golang.org/appengine v1.6.1 // indirect
)
Expand Down
4 changes: 2 additions & 2 deletions module/apmgrpc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module go.elastic.co/apm/module/apmgrpc
require (
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
github.com/stretchr/testify v1.3.0
go.elastic.co/apm v1.4.0
go.elastic.co/apm/module/apmhttp v1.4.0
go.elastic.co/apm v1.5.0
go.elastic.co/apm/module/apmhttp v1.5.0
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80
google.golang.org/grpc v1.17.0
)
Expand Down
2 changes: 1 addition & 1 deletion module/apmhttp/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module go.elastic.co/apm/module/apmhttp
require (
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.3.0
go.elastic.co/apm v1.4.0
go.elastic.co/apm v1.5.0
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80
golang.org/x/text v0.3.2 // indirect
)
Expand Down
4 changes: 2 additions & 2 deletions module/apmhttprouter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module go.elastic.co/apm/module/apmhttprouter
require (
github.com/julienschmidt/httprouter v1.2.0
github.com/stretchr/testify v1.3.0
go.elastic.co/apm v1.4.0
go.elastic.co/apm/module/apmhttp v1.4.0
go.elastic.co/apm v1.5.0
go.elastic.co/apm/module/apmhttp v1.5.0
)

replace go.elastic.co/apm => ../..
Expand Down
2 changes: 1 addition & 1 deletion module/apmlambda/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module go.elastic.co/apm/module/apmlambda

require (
github.com/aws/aws-lambda-go v1.8.0
go.elastic.co/apm v1.4.0
go.elastic.co/apm v1.5.0
)

replace go.elastic.co/apm => ../..
2 changes: 1 addition & 1 deletion module/apmlogrus/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require (
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.2.0
github.com/stretchr/testify v1.3.0
go.elastic.co/apm v1.4.0
go.elastic.co/apm v1.5.0
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
)

Expand Down
2 changes: 1 addition & 1 deletion module/apmmongo/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/tidwall/pretty v0.0.0-20180105212114-65a9db5fad51 // indirect
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
github.com/xdg/stringprep v1.0.0 // indirect
go.elastic.co/apm v1.4.0
go.elastic.co/apm v1.5.0
go.mongodb.org/mongo-driver v1.0.0
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
Expand Down
4 changes: 2 additions & 2 deletions module/apmot/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module go.elastic.co/apm/module/apmot
require (
github.com/opentracing/opentracing-go v1.1.0
github.com/stretchr/testify v1.3.0
go.elastic.co/apm v1.4.0
go.elastic.co/apm/module/apmhttp v1.4.0
go.elastic.co/apm v1.5.0
go.elastic.co/apm/module/apmhttp v1.5.0
)

replace go.elastic.co/apm => ../..
Expand Down
2 changes: 1 addition & 1 deletion module/apmprometheus/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require (
github.com/prometheus/client_golang v0.9.2
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
github.com/stretchr/testify v1.3.0
go.elastic.co/apm v1.4.0
go.elastic.co/apm v1.5.0
)

replace go.elastic.co/apm => ../..
2 changes: 1 addition & 1 deletion module/apmredigo/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module go.elastic.co/apm/module/apmredigo
require (
github.com/gomodule/redigo v2.0.0+incompatible
github.com/stretchr/testify v1.3.0
go.elastic.co/apm v1.4.0
go.elastic.co/apm v1.5.0
)

replace go.elastic.co/apm => ../..
4 changes: 2 additions & 2 deletions module/apmrestful/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require (
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/stretchr/testify v1.3.0
go.elastic.co/apm v1.4.0
go.elastic.co/apm/module/apmhttp v1.4.0
go.elastic.co/apm v1.5.0
go.elastic.co/apm/module/apmhttp v1.5.0
)

replace go.elastic.co/apm => ../..
Expand Down
2 changes: 1 addition & 1 deletion module/apmsql/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require (
github.com/lib/pq v1.0.0
github.com/mattn/go-sqlite3 v1.10.0
github.com/stretchr/testify v1.3.0
go.elastic.co/apm v1.4.0
go.elastic.co/apm v1.5.0
google.golang.org/appengine v1.4.0 // indirect
)

Expand Down
2 changes: 1 addition & 1 deletion module/apmzap/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module go.elastic.co/apm/module/apmzap
require (
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.3.0
go.elastic.co/apm v1.4.0
go.elastic.co/apm v1.5.0
go.uber.org/atomic v1.3.2 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.9.1
Expand Down
2 changes: 1 addition & 1 deletion module/apmzerolog/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require (
github.com/pkg/errors v0.8.1
github.com/rs/zerolog v1.12.0
github.com/stretchr/testify v1.3.0
go.elastic.co/apm v1.4.0
go.elastic.co/apm v1.5.0
)

replace go.elastic.co/apm => ../..
2 changes: 1 addition & 1 deletion scripts/genmod/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module genmod

require (
github.com/pkg/errors v0.8.1
go.elastic.co/apm v1.4.0
go.elastic.co/apm v1.5.0
)

replace go.elastic.co/apm => ../..
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ package apm

const (
// AgentVersion is the Elastic APM Go Agent version.
AgentVersion = "1.4.0"
AgentVersion = "1.5.0"
)

0 comments on commit a6e8c6c

Please sign in to comment.