File tree Expand file tree Collapse file tree
apm-protocol/apm-network/src/main
apm-sniffer/apm-agent-core Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,14 @@ Release Notes.
559.6.0
66------------------
77
8-
8+ * Bump up root parent apache pom to v30.
9+ * Bump up agent-oap protocol to latest(16c51358ebcf42629bf4ffdf952253971f20eb25).
10+ * Bump up gRPC to v1.74.0.
11+ * Bump up netty to v4.1.124.Final.
12+ * Bump up GSON to v2.13.1.
13+ * Bump up guava to v33.4.8.
14+ * Bump up oap to the 10.3-dev.latest(dc8740d4757b35374283c4850a9a080e40f0eb79) in e2e.
15+ * Bump up cli to the 0.15.0-dev.latest(77b4c49e89c9c000278f44e62729d534f2ec842e) in e2e.
916
1017All issues and pull requests are [ here] ( https://github.com/apache/skywalking/milestone/242?closed=1 )
1118
Original file line number Diff line number Diff line change 3434 <properties >
3535 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3636 <generateGitPropertiesFilename >${project.build.outputDirectory}/skywalking-agent-version.properties</generateGitPropertiesFilename >
37- <guava .version>32.0.1 -jre</guava .version>
37+ <guava .version>33.4.8 -jre</guava .version>
3838 <wiremock .version>2.6.0</wiremock .version>
3939 <os-maven-plugin .version>1.4.1.Final</os-maven-plugin .version>
4040 <git-commit-id-plugin .version>4.9.10</git-commit-id-plugin .version>
Original file line number Diff line number Diff line change @@ -216,12 +216,12 @@ The following components are provided under the Apache License. See project link
216216The text of each license is the standard Apache 2.0 license.
217217
218218 raphw (byte-buddy) 1.17.6: http://bytebuddy.net/ , Apache 2.0
219- Google: grpc-java 1.68.1 : https://github.com/grpc/grpc-java, Apache 2.0
220- Google: gson 2.8.9 : https://github.com/google/gson , Apache 2.0
221- Google: proto-google-common-protos 2.0.1 : https://github.com/googleapis/googleapis , Apache 2.0
219+ Google: grpc-java 1.74.0 : https://github.com/grpc/grpc-java, Apache 2.0
220+ Google: gson 2.13.1 : https://github.com/google/gson , Apache 2.0
221+ Google: proto-google-common-protos 2.59.2 : https://github.com/googleapis/googleapis , Apache 2.0
222222 Google: jsr305 3.0.2: http://central.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.0/jsr305-3.0.0.pom , Apache 2.0
223- Google: guava 32.0.1 : https://github.com/google/guava , Apache 2.0
224- netty 4.1.115 : https://github.com/netty/netty/blob/4.1/LICENSE.txt, Apache 2.0
223+ Google: guava 33.4.8 : https://github.com/google/guava , Apache 2.0
224+ netty 4.1.124 : https://github.com/netty/netty/blob/4.1/LICENSE.txt, Apache 2.0
225225 async-profiler 3.0: https://github.com/async-profiler/async-profiler/blob/v3.0/LICENSE, Apache 2.0
226226
227227========================================================================
Original file line number Diff line number Diff line change 2727 <parent >
2828 <groupId >org.apache</groupId >
2929 <artifactId >apache</artifactId >
30- <version >21 </version >
30+ <version >30 </version >
3131 <relativePath />
3232 </parent >
3333
8787
8888 <!-- core lib dependency -->
8989 <bytebuddy .version>1.17.6</bytebuddy .version>
90- <grpc .version>1.68.1 </grpc .version>
91- <netty .version>4.1.115 .Final</netty .version>
92- <gson .version>2.8.9 </gson .version>
90+ <grpc .version>1.74.0 </grpc .version>
91+ <netty .version>4.1.124 .Final</netty .version>
92+ <gson .version>2.13.1 </gson .version>
9393 <os-maven-plugin .version>1.7.1</os-maven-plugin .version>
9494 <protobuf-maven-plugin .version>0.6.1</protobuf-maven-plugin .version>
9595 <com .google.protobuf.protoc.version>3.25.5</com .google.protobuf.protoc.version>
96- <protoc-gen-grpc-java .plugin.version>1.68.1 </protoc-gen-grpc-java .plugin.version>
97- <netty-tcnative-boringssl-static .version>2.0.48 .Final</netty-tcnative-boringssl-static .version>
96+ <protoc-gen-grpc-java .plugin.version>1.74.0 </protoc-gen-grpc-java .plugin.version>
97+ <netty-tcnative-boringssl-static .version>2.0.70 .Final</netty-tcnative-boringssl-static .version>
9898 <javax .annotation-api.version>1.3.2</javax .annotation-api.version>
9999 <objenesis .version>3.1</objenesis .version>
100100 <async-profiler .version>3.0</async-profiler .version>
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ version: '2.1'
1818services :
1919
2020 oap :
21- image : ghcr.io/apache/skywalking/oap:1730f2c84bbd4da999ec2c74d1c26db31d5a0d24
21+ image : ghcr.io/apache/skywalking/oap:dc8740d4757b35374283c4850a9a080e40f0eb79
2222 expose :
2323 - 11800
2424 - 12800
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515
16- SW_CTL_COMMIT=b90255132f916f53eb90955cc8a6445b03a4bec3
16+ SW_CTL_COMMIT=77b4c49e89c9c000278f44e62729d534f2ec842e
You can’t perform that action at this time.
0 commit comments