Skip to content

Commit

Permalink
Merge branch 'mt-ag:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
kkamani authored Aug 1, 2023
2 parents d6d84d7 + cf819a0 commit 697ae7c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/otel-java-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build-and-push-otel-java-agent:
strategy:
matrix:
version: ["1.23.0", "1.24.0"]
version: ["1.23.0", "1.24.0", "1.25.0", "1.25.1", "1.26.0", "1.27.0", "1.28.0"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion otel-java-agent/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.17.2

ARG AGENT_VERSION="1.23.0"
ARG AGENT_VERSION="1.28.0"

WORKDIR /app
COPY checksum-${AGENT_VERSION}.txt /app/
Expand Down
1 change: 1 addition & 0 deletions otel-java-agent/checksum-1.25.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fab04e9685a665a28e096139035df5052fc3ceac017d0482222f2d8d27218a9c
1 change: 1 addition & 0 deletions otel-java-agent/checksum-1.25.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
59d712f6e9f13c731a3eb4cc0de5f719251d42220e58930794bda1fcfb8780cd
1 change: 1 addition & 0 deletions otel-java-agent/checksum-1.26.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
49911f9ddbeda0d47a6f5463afcad90a6e8b2958630aba67b4b300ac792451f1
1 change: 1 addition & 0 deletions otel-java-agent/checksum-1.27.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a62bc255d70bb114289d2432dba9b0de97a37e3166a726756c99ef6179523e8c
1 change: 1 addition & 0 deletions otel-java-agent/checksum-1.28.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
eccd069da36031667e5698705a6838d173d527a5affce6cc514a14da9dbf57d7

0 comments on commit 697ae7c

Please sign in to comment.