Skip to content

Commit be92943

Browse files
committed
Start 1.3.7
1 parent c9f61f5 commit be92943

File tree

8 files changed

+29
-19
lines changed

8 files changed

+29
-19
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
repo ?= hub.jdcloud.com/jmsf
2-
version:=1.2.1-$(shell git rev-parse --short HEAD)4
2+
version:=1.2.2-$(shell git rev-parse --short HEAD)4
33

44
ifeq (,$(shell go env GOBIN))
55
GOBIN=$(shell go env GOPATH)/bin

deploy/all-cr.yaml

+13-8
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ data:
9696
bootstrap.properties: |
9797
app.name=${APPLICATION_NAME}
9898
app.service.name=${APPLICATION_SERVICE_NAME:${APPLICATION_NAME}}
99-
app.service.namespace=${APPLICATION_SERVICE_NAMESPACE:default}
100-
app.service.group=${APPLICATION_SERVICE_GROUP:default}
99+
app.service.namespace=${APPLICATION_SERVICE_NAMESPACE}
100+
app.service.group=${APPLICATION_SERVICE_GROUP}
101101
app.service.gateway=${APPLICATION_SERVICE_GATEWAY:NONE}
102102
app.service.weight=${APPLICATION_SERVICE_WEIGHT:100}
103103
app.service.warmupDuration=${APPLICATION_SERVICE_WARMUP_DURATION:}
@@ -135,7 +135,7 @@ data:
135135
retransformEnabled: true
136136
poolEnabled: true
137137
loggerEnabled: true
138-
exporterEnabled: false
138+
exporterEnabled: ${CONFIG_ENHANCE_EXPORTER_ENABLED:false}
139139
excludePrefixes: null
140140
excludeTypes: null
141141
excludeInterfaces: null
@@ -261,8 +261,7 @@ data:
261261
interval: 100
262262
timeout: 5000
263263
switch:
264-
live:
265-
enabled: ${CONFIG_LIVE_ENABLED:false}
264+
govern:
266265
mq: ${CONFIG_LIVE_MQ_ENABLED:false}
267266
dubbo: true
268267
grpc: true
@@ -271,6 +270,8 @@ data:
271270
spring: true
272271
phevos: true
273272
rocketmq: true
273+
live:
274+
enabled: ${CONFIG_LIVE_ENABLED:false}
274275
lane:
275276
enabled: ${CONFIG_LANE_ENABLED:false}
276277
transmission:
@@ -299,6 +300,7 @@ data:
299300
service:
300301
localFirst: ${CONFIG_LOCAL_FIRST:true}
301302
localFirstMode: ${CONFIG_LOCAL_FIRST_MODE:CELL}
303+
cellFailoverThresholds: ${CELL_FAILOVER_THRESHOLDS}
302304
serviceGroups: ${CONFIG_SERVICE_GROUPS:}
303305
serviceGroupOpen: ${CONFIG_SERVICE_GROUP_OPEN:true}
304306
responseException: ${CONFIG_RESPONSE_EXCEPTION:true}
@@ -421,7 +423,7 @@ data:
421423
- com.jd.live.agent.shaded.
422424
- org.apache.catalina.core.ContainerBase$
423425
- org.apache.catalina.core.StandardServer$$Lambda$
424-
configcenter:
426+
configCenter:
425427
type: ${CONFIG_CENTER_TYPE:nacos}
426428
address: ${CONFIG_CENTER_ADDRESS:}
427429
username: ${CONFIG_CENTER_USERNAME:${CONFIG_USERNAME:guest}}
@@ -528,7 +530,10 @@ data:
528530
529531
<logger name="com.jd.live.agent.bootstrap.bytekit.advice.AdviceHandler" level="${logger.advice.level}"/>
530532
531-
<logger name="com.jd.live.agent.governance.invoke.filter.RouteFilterChain" level="${logger.route.level}"/>
533+
<logger name="com.jd.live.agent.governance.invoke.filter.RouteFilterChain" level="${logger.route.level}"
534+
additivity="false">
535+
<appender-ref ref="CONSOLE_APPENDER"/>
536+
</logger>
532537
533538
<root level="${logger.level}">
534539
<appender-ref ref="${LIVE_LOG_APPENDER:-ROLLING_APPENDER}"/>
@@ -733,7 +738,7 @@ spec:
733738
- name: JOYLIVE_MATCH_ENV_LABELS
734739
value: x-live, x-service
735740
name: joylive-injector
736-
image: ghcr.m.daocloud.io/jd-opensource/joylive-injector:v1.2.1
741+
image: ghcr.m.daocloud.io/jd-opensource/joylive-injector:v1.2.2
737742
imagePullPolicy: Always
738743
args:
739744
- --cert=/etc/kubernetes/ssl/dac.pem

deploy/joylive-injector/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.3.6
18+
version: 1.3.7
1919

2020
keywords:
2121
- joylive
@@ -26,4 +26,4 @@ home: https://github.com/jd-opensource/joylive-injector
2626
# incremented each time you make changes to the application. Versions are not expected to
2727
# follow Semantic Versioning. They should reflect the version the application is using.
2828
# It is recommended to use it with quotes.
29-
appVersion: "v1.2.1"
29+
appVersion: "v1.2.2"

deploy/joylive-injector/config/bootstrap.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
app.name=${APPLICATION_NAME}
22
app.service.name=${APPLICATION_SERVICE_NAME:${APPLICATION_NAME}}
3-
app.service.namespace=${APPLICATION_SERVICE_NAMESPACE:default}
4-
app.service.group=${APPLICATION_SERVICE_GROUP:default}
3+
app.service.namespace=${APPLICATION_SERVICE_NAMESPACE}
4+
app.service.group=${APPLICATION_SERVICE_GROUP}
55
app.service.gateway=${APPLICATION_SERVICE_GATEWAY:NONE}
66
app.service.weight=${APPLICATION_SERVICE_WEIGHT:100}
77
app.service.warmupDuration=${APPLICATION_SERVICE_WARMUP_DURATION:}

deploy/joylive-injector/config/config.yaml

+6-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ agent:
44
retransformEnabled: true
55
poolEnabled: true
66
loggerEnabled: true
7-
exporterEnabled: false
7+
exporterEnabled: ${CONFIG_ENHANCE_EXPORTER_ENABLED:false}
88
excludePrefixes: null
99
excludeTypes: null
1010
excludeInterfaces: null
@@ -130,8 +130,7 @@ agent:
130130
interval: 100
131131
timeout: 5000
132132
switch:
133-
live:
134-
enabled: ${CONFIG_LIVE_ENABLED:{{ .Values.agent.switch.live }}}
133+
govern:
135134
mq: ${CONFIG_LIVE_MQ_ENABLED:false}
136135
dubbo: true
137136
grpc: true
@@ -140,6 +139,8 @@ agent:
140139
spring: true
141140
phevos: true
142141
rocketmq: true
142+
live:
143+
enabled: ${CONFIG_LIVE_ENABLED:{{ .Values.agent.switch.live }}}
143144
lane:
144145
enabled: ${CONFIG_LANE_ENABLED:{{ .Values.agent.switch.lane }}}
145146
transmission:
@@ -168,6 +169,7 @@ agent:
168169
service:
169170
localFirst: ${CONFIG_LOCAL_FIRST:true}
170171
localFirstMode: ${CONFIG_LOCAL_FIRST_MODE:{{ .Values.agent.governance.service.localFirstMode }}}
172+
cellFailoverThresholds: ${CELL_FAILOVER_THRESHOLDS}
171173
serviceGroups: ${CONFIG_SERVICE_GROUPS:}
172174
serviceGroupOpen: ${CONFIG_SERVICE_GROUP_OPEN:true}
173175
responseException: ${CONFIG_RESPONSE_EXCEPTION:true}
@@ -290,7 +292,7 @@ agent:
290292
- com.jd.live.agent.shaded.
291293
- org.apache.catalina.core.ContainerBase$
292294
- org.apache.catalina.core.StandardServer$$Lambda$
293-
configcenter:
295+
configCenter:
294296
type: ${CONFIG_CENTER_TYPE:nacos}
295297
address: ${CONFIG_CENTER_ADDRESS:}
296298
username: ${CONFIG_CENTER_USERNAME:${CONFIG_USERNAME:guest}}

deploy/joylive-injector/config/logback.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@
5252

5353
<logger name="com.jd.live.agent.bootstrap.bytekit.advice.AdviceHandler" level="${logger.advice.level}"/>
5454

55-
<logger name="com.jd.live.agent.governance.invoke.filter.RouteFilterChain" level="${logger.route.level}"/>
55+
<logger name="com.jd.live.agent.governance.invoke.filter.RouteFilterChain" level="${logger.route.level}"
56+
additivity="false">
57+
<appender-ref ref="CONSOLE_APPENDER"/>
58+
</logger>
5659

5760
<root level="${logger.level}">
5861
<appender-ref ref="${LIVE_LOG_APPENDER:-ROLLING_APPENDER}"/>

deploy/joylive-injector/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ image:
1414
repository: ghcr.m.daocloud.io/jd-opensource/joylive-injector
1515
pullPolicy: Always
1616
# Overrides the image tag whose default is the chart appVersion.
17-
tag: v1.2.1
17+
tag: v1.2.2
1818

1919
configMapName: joylive-injector-config
2020

17.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)