Skip to content

Commit

Permalink
Version 0.1.167 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bump_version committed Jun 3, 2022
1 parent 184a837 commit fec8569
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion K8s/charts/otel-shop/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
type: application
name: otel-shop
# [bump]
version: 0.1.166
version: 0.1.167
appVersion: 0.1.67
home: https://github.com/instana/otel-shop
description: Sample micoservices application - with OpenTelemetry
2 changes: 1 addition & 1 deletion K8s/charts/otel-shop/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:
repo: instanacedricziel
prefix: otel-shop
# [bump]
version: 0.1.166
version: 0.1.167
pullPolicy: Always

# Alternative payment gateway URL
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.166
0.1.167
4 changes: 2 additions & 2 deletions cart/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cart [bump]",
"version": "0.1.166",
"version": "0.1.167",
"description": "cart REST API",
"main": "server.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions catalogue/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion catalogue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "catalogue [bump]",
"version": "0.1.166",
"version": "0.1.167",
"description": "product catalogue REST API",
"main": "server.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion env.template
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ INSTANA_OTLP_ENDPOINT=your-otlp-endpoint.here:4317
OTEL_EXPORTER_OTLP_ENDPOINT=collector:4317

# [bump]
PROJECT_VERSION=0.1.166
PROJECT_VERSION=0.1.167
REPOSITORY=instanacedricziel/otel-shop
2 changes: 1 addition & 1 deletion shipping/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ENV CART_ENDPOINT=cart:8080
ENV DB_HOST=mysql

# [bump]
COPY --from=build /opt/shipping/target/shipping-0.1.166.jar shipping.jar
COPY --from=build /opt/shipping/target/shipping-0.1.167.jar shipping.jar
COPY --from=build /opt/shipping/opentelemetry-javaagent-all.jar opentelemetry-javaagent-all.jar

CMD [ "java", "-Xmn256m", "-Xmx768m", "-javaagent:opentelemetry-javaagent-all.jar", "-jar", "shipping.jar" ]
2 changes: 1 addition & 1 deletion shipping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>com.instana</groupId>
<artifactId>shipping</artifactId>
<!-- [bump] -->
<version>0.1.166</version>
<version>0.1.167</version>
<name>shipping service</name>
<description>Shipping calculations</description>

Expand Down
4 changes: 2 additions & 2 deletions user/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion user/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "user [bump]",
"version": "0.1.166",
"version": "0.1.167",
"description": "user REST API",
"main": "server.js",
"scripts": {
Expand Down

0 comments on commit fec8569

Please sign in to comment.