Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump tags to v0.28.0-rc1 #717

Merged
merged 3 commits into from
Sep 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ stages:
- script: |
set -e
docker run -itd --network host --name sqlserver -e ACCEPT_EULA=Y -e SA_PASSWORD=Some_Strong_Password \
mcr.microsoft.com/mssql/server:2022-latest
mcr.microsoft.com/mssql/server:2022-CU7-ubuntu-20.04
bash $(System.DefaultWorkingDirectory)/examples/telemetryservice/sqlserver/checkoutput.sh
displayName: docker run sqlserver and checkoutput

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: deviceshifu-humidity-detector-deployment
spec:
containers:
- image: edgehub/deviceshifu-http-http-python:nightly
- image: edgehub/deviceshifu-http-http-python:v0.28.0-rc1
name: deviceshifu-http
imagePullPolicy: Never
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: humidity-detector
spec:
containers:
- image: edgehub/humidity-detector:nightly
- image: edgehub/humidity-detector:v0.28.0-rc1
imagePullPolicy: Never
name: humidity-detector
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: mockserver
spec:
containers:
- image: edgehub/mockserver:nightly
- image: edgehub/mockserver:v0.28.0-rc1
imagePullPolicy: Never
name: mockserver
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: agv
spec:
containers:
- image: edgehub/mockdevice-agv:nightly
- image: edgehub/mockdevice-agv:v0.28.0-rc1
name: agv
ports:
- containerPort: 11111
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: deviceshifu-agv-deployment
spec:
containers:
- image: edgehub/deviceshifu-http-http:nightly
- image: edgehub/deviceshifu-http-http:v0.28.0-rc1
name: deviceshifu-http
ports:
- containerPort: 8080
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: deviceshifu-mqtt-deployment
spec:
containers:
- image: edgehub/deviceshifu-http-mqtt:nightly
- image: edgehub/deviceshifu-http-mqtt:v0.28.0-rc1
name: deviceshifu-http
ports:
- containerPort: 8080
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: mockdevice-opcua
image: edgehub/mockdevice-opcua:nightly
image: edgehub/mockdevice-opcua:v0.28.0-rc1
ports:
- containerPort: 4840
readinessProbe:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: deviceshifu-opcua-deployment
spec:
containers:
- image: edgehub/deviceshifu-http-opcua:nightly
- image: edgehub/deviceshifu-http-opcua:v0.28.0-rc1
name: deviceshifu-http
ports:
- containerPort: 8080
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: deviceshifu-plate-reader-deployment
spec:
containers:
- image: edgehub/deviceshifu-http-http:nightly
- image: edgehub/deviceshifu-http-http:v0.28.0-rc1
name: deviceshifu-http
ports:
- containerPort: 8080
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: plate-reader
spec:
containers:
- image: edgehub/mockdevice-plate-reader:nightly
- image: edgehub/mockdevice-plate-reader:v0.28.0-rc1
name: plate-reader
ports:
- containerPort: 11111
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: deviceshifu-plc-deployment
spec:
containers:
- image: edgehub/deviceshifu-http-http:nightly
- image: edgehub/deviceshifu-http-http:v0.28.0-rc1
name: deviceshifu-http
ports:
- containerPort: 8080
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: plc
spec:
containers:
- image: edgehub/mockdevice-plc:nightly
- image: edgehub/mockdevice-plc:v0.28.0-rc1
name: plc
ports:
- containerPort: 11111
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: deviceshifu-robotarm-deployment
spec:
containers:
- image: edgehub/deviceshifu-http-http:nightly
- image: edgehub/deviceshifu-http-http:v0.28.0-rc1
name: deviceshifu-http
ports:
- containerPort: 8080
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: robotarm
spec:
containers:
- image: edgehub/mockdevice-robot-arm:nightly
- image: edgehub/mockdevice-robot-arm:v0.28.0-rc1
name: robotarm
ports:
- containerPort: 11111
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ spec:
spec:
containers:
- name: mockdevice-socket
image: edgehub/mockdevice-socket:nightly
image: edgehub/mockdevice-socket:v0.28.0-rc1
ports:
- containerPort: 11122
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: deviceshifu-socket-deployment
spec:
containers:
- image: edgehub/deviceshifu-http-socket:nightly
- image: edgehub/deviceshifu-http-socket:v0.28.0-rc1
name: deviceshifu-http
ports:
- containerPort: 8080
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: deviceshifu-thermometer-deployment
spec:
containers:
- image: edgehub/deviceshifu-http-http:nightly
- image: edgehub/deviceshifu-http-http:v0.28.0-rc1
name: deviceshifu-http
ports:
- containerPort: 8080
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: thermometer
spec:
containers:
- image: edgehub/mockdevice-thermometer:nightly
- image: edgehub/mockdevice-thermometer:v0.28.0-rc1
name: thermometer
ports:
- containerPort: 11111
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: deviceshifu-helloworld-deployment
spec:
containers:
- image: edgehub/deviceshifu-http-http:nightly
- image: edgehub/deviceshifu-http-http:v0.28.0-rc1
name: deviceshifu-http
ports:
- containerPort: 8080
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: deviceshifu-powershell-deployment
spec:
containers:
- image: edgehub/deviceshifu-http-http:nightly
- image: edgehub/deviceshifu-http-http:v0.28.0-rc1
name: deviceshifu-http
ports:
- containerPort: 8080
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: deviceshifu-http-deployment
spec:
containers:
- image: edgehub/deviceshifu-http-http:nightly
- image: edgehub/deviceshifu-http-http:v0.28.0-rc1
name: deviceshifu-http
ports:
- containerPort: 8080
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: deviceshifu-http-deployment
spec:
containers:
- image: edgehub/deviceshifu-http-http:nightly
- image: edgehub/deviceshifu-http-http:v0.28.0-rc1
name: deviceshifu-http
ports:
- containerPort: 8080
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: deviceshifu-mqtt-deployment
spec:
containers:
- image: edgehub/deviceshifu-http-mqtt:nightly
- image: edgehub/deviceshifu-http-mqtt:v0.28.0-rc1
name: deviceshifu-http
ports:
- containerPort: 8080
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: deviceshifu-http-deployment
spec:
containers:
- image: edgehub/deviceshifu-http-http:nightly
- image: edgehub/deviceshifu-http-http:v0.28.0-rc1
name: deviceshifu-http
ports:
- containerPort: 8080
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: deviceshifu-opcua-deployment
spec:
containers:
- image: edgehub/deviceshifu-http-opcua:nightly
- image: edgehub/deviceshifu-http-opcua:v0.28.0-rc1
name: deviceshifu-http
ports:
- containerPort: 8080
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: deviceshifu-plc4x-deployment
spec:
containers:
- image: edgehub/deviceshifu-http-plc4x:nightly
- image: edgehub/deviceshifu-http-plc4x:v0.28.0-rc1
name: deviceshifu-http
ports:
- containerPort: 8080
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: deviceshifu-camera-deployment
spec:
containers:
- image: edgehub/deviceshifu-http-http:nightly
- image: edgehub/deviceshifu-http-http:v0.28.0-rc1
name: deviceshifu-http
ports:
- containerPort: 8080
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: deviceshifu-plc-deployment
spec:
containers:
- image: edgehub/deviceshifu-http-http:nightly
- image: edgehub/deviceshifu-http-http:v0.28.0-rc1
name: deviceshifu-http
ports:
- containerPort: 8080
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: deviceshifu-socket-deployment
spec:
containers:
- image: edgehub/deviceshifu-http-socket:nightly
- image: edgehub/deviceshifu-http-socket:v0.28.0-rc1
name: deviceshifu-http
ports:
- containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion examples/tcpDeviceShifu/tcp_deviceshifu_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: deviceshifu-tcp-deployment
spec:
containers:
- image: edgehub/deviceshifu-tcp-tcp:nightly
- image: edgehub/deviceshifu-tcp-tcp:v0.28.0-rc1
name: deviceshifu-tcp
ports:
- containerPort: 8081
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: deviceshifu-http-deployment
spec:
containers:
- image: edgehub/deviceshifu-http-http:nightly
- image: edgehub/deviceshifu-http-http:v0.28.0-rc1
name: deviceshifu-http
ports:
- containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion pkg/k8s/crd/config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: edgehub/shifu-controller
newTag: nightly
newTag: v0.28.0-rc1
2 changes: 1 addition & 1 deletion pkg/k8s/crd/install/config_default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ spec:
- --source=default
command:
- /manager
image: edgehub/shifu-controller:nightly
image: edgehub/shifu-controller:v0.28.0-rc1
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion pkg/k8s/crd/install/shifu_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ spec:
- --source=default
command:
- /manager
image: edgehub/shifu-controller:nightly
image: edgehub/shifu-controller:v0.28.0-rc1
livenessProbe:
httpGet:
path: /healthz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: telemetryservice
image: edgehub/telemetryservice:nightly
image: edgehub/telemetryservice:v0.28.0-rc1
ports:
- containerPort: 8080
env:
Expand Down
2 changes: 1 addition & 1 deletion test/scripts/deviceshifu-demo-aio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -eq 0 ]; then
exit 1
fi

SHIFU_IMG_VERSION=nightly
SHIFU_IMG_VERSION=v0.28.0-rc1
BUILD_DIR=build_dir
IMG_DIR=images
RUN_DIR=run_dir
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly
v0.28.0-rc1