Skip to content

Commit

Permalink
Merge branch 'main' into script/update-license-headers
Browse files Browse the repository at this point in the history
  • Loading branch information
yurishkuro authored Aug 11, 2024
2 parents cf31464 + f1db79c commit e13762e
Show file tree
Hide file tree
Showing 29 changed files with 715 additions and 95 deletions.
2 changes: 1 addition & 1 deletion .mockery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ packages:
github.com/jaegertracing/jaeger/plugin/sampling/leaderelection:
config:
all: true
github.com/jaegertracing/jaeger/plugin/storage/grpc:
github.com/jaegertracing/jaeger/plugin/storage/grpc/shared:
interfaces:
PluginCapabilities:
github.com/jaegertracing/jaeger/plugin/storage/kafka:
Expand Down
3 changes: 2 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
* A curated list of notable changes and links to PRs. Do not simply dump git log, select the changes that affect the users.
To obtain the list of all changes run `make changelog` or use `scripts/release-notes.py`.
* The section can be split into sub-section if necessary, e.g. UI Changes, Backend Changes, Bug Fixes, etc.
* If the jaeger-ui submodule has changes cut a new release and also upgrade the submodule versions then commit, for example:
* If the jaeger-ui submodule has changes cut a new release
* Then upgrade the submodule versions and finally commit. For example:
```
git submodule init
git submodule update
Expand Down
2 changes: 0 additions & 2 deletions cmd/tracegen/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2'

services:
jaeger:
image: jaegertracing/all-in-one:latest
Expand Down
2 changes: 0 additions & 2 deletions crossdock/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2'

services:
crossdock:
image: crossdock/crossdock
Expand Down
2 changes: 0 additions & 2 deletions crossdock/jaeger-docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2'

services:
jaeger-remote-storage:
image: jaegertracing/jaeger-remote-storage
Expand Down
2 changes: 0 additions & 2 deletions docker-compose/cassandra/v3/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
cassandra:
image: cassandra:3.11
Expand Down
2 changes: 0 additions & 2 deletions docker-compose/cassandra/v4/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
cassandra:
image: cassandra:4.1
Expand Down
2 changes: 0 additions & 2 deletions docker-compose/elasticsearch/v6/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch-oss:6.8.23
Expand Down
2 changes: 0 additions & 2 deletions docker-compose/elasticsearch/v7/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.22
Expand Down
2 changes: 0 additions & 2 deletions docker-compose/elasticsearch/v8/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.14.1
Expand Down
2 changes: 0 additions & 2 deletions docker-compose/jaeger-docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2'

services:
hotrod:
image: jaegertracing/example-hotrod:latest
Expand Down
2 changes: 0 additions & 2 deletions docker-compose/kafka-integration-test/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
kafka:
image: bitnami/kafka:3.7.0
Expand Down
2 changes: 0 additions & 2 deletions docker-compose/kafka/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "2.1"

services:
zookeeper:
image: bitnami/zookeeper
Expand Down
1 change: 0 additions & 1 deletion docker-compose/monitor/docker-compose-v2.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.5"
services:
jaeger:
networks:
Expand Down
1 change: 0 additions & 1 deletion docker-compose/monitor/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.5"
services:
jaeger:
networks:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose/opensearch/v1/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
opensearch:
image: opensearchproject/opensearch:1.3.17
Expand Down
2 changes: 0 additions & 2 deletions docker-compose/opensearch/v2/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
opensearch:
image: opensearchproject/opensearch:2.15.0
Expand Down
4 changes: 2 additions & 2 deletions docker/debug/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.5-alpine AS build
FROM golang:1.22.6-alpine AS build
ARG TARGETARCH
ENV GOPATH /go
RUN apk add --update --no-cache ca-certificates make git build-base mailcap
Expand All @@ -10,7 +10,7 @@ RUN if [[ "$TARGETARCH" == "s390x" || "$TARGETARCH" == "ppc64le" ]] ; then \
go install github.com/go-delve/delve/cmd/dlv@latest; \
fi

FROM golang:1.22.5-alpine
FROM golang:1.22.6-alpine
COPY --from=build /go/bin/dlv /go/bin/dlv
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
COPY --from=build /etc/mime.types /etc/mime.types
2 changes: 0 additions & 2 deletions examples/grafana-integration/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2'

services:
grafana:
image: grafana/grafana:10.2.2
Expand Down
1 change: 0 additions & 1 deletion examples/hotrod/docker-compose-v2.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.7'
# To run a specific version of Jaeger, use environment variable, e.g.:
# JAEGER_VERSION=1.52 docker compose up

Expand Down
1 change: 0 additions & 1 deletion examples/hotrod/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.7'
# To run a specific version of Jaeger, use environment variable, e.g.:
# JAEGER_VERSION=1.52 docker compose up

Expand Down
2 changes: 0 additions & 2 deletions examples/reverse-proxy/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.7'

services:
jaeger:
image: jaegertracing/all-in-one:latest
Expand Down
1 change: 0 additions & 1 deletion pkg/es/config/.nocover

This file was deleted.

Loading

0 comments on commit e13762e

Please sign in to comment.