Skip to content

Commit c1799bf

Browse files
committed
Merge branch 'release/2.3.1'
2 parents b333106 + a687547 commit c1799bf

File tree

46 files changed

+81
-63
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+81
-63
lines changed

.github/workflows/workflows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
3131
restore-keys: ${{ runner.os }}-m2
3232
- name: Setup Minikube
33-
uses: manusa/actions-setup-minikube@v2.13.1
33+
uses: manusa/actions-setup-minikube@v2.14.0
3434
with:
35-
minikube version: 'v1.33.0'
35+
minikube version: 'v1.37.0'
3636
kubernetes version: ${{ matrix.kubernetes }}
3737
github token: ${{ secrets.GITHUB_TOKEN }}
3838
container runtime: containerd

docs/deployment/bases/clustered/resources/shinyproxy-operator.deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
spec:
2020
containers:
2121
- name: shinyproxy-operator
22-
image: openanalytics/shinyproxy-operator:2.3.0
22+
image: openanalytics/shinyproxy-operator:2.3.1
2323
imagePullPolicy: Always
2424
env:
2525
- name: SPO_MODE

docs/deployment/bases/namespaced/resources/shinyproxy-operator.deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
spec:
2020
containers:
2121
- name: shinyproxy-operator
22-
image: openanalytics/shinyproxy-operator:2.3.0
22+
image: openanalytics/shinyproxy-operator:2.3.1
2323
imagePullPolicy: Always
2424
env:
2525
- name: SPO_MODE

docs/deployment/overlays/1-namespaced/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ kind: Kustomization
33
namespace: shinyproxy
44

55
resources:
6-
- github.com/openanalytics/shinyproxy-operator/docs/deployment/bases/redis-sentinel?ref=v2.3.0
7-
- github.com/openanalytics/shinyproxy-operator/docs/deployment/bases/namespaced?ref=v2.3.0
8-
- github.com/openanalytics/shinyproxy-operator/docs/deployment/bases/shinyproxy?ref=v2.3.0
6+
- github.com/openanalytics/shinyproxy-operator/docs/deployment/bases/redis-sentinel?ref=v2.3.1
7+
- github.com/openanalytics/shinyproxy-operator/docs/deployment/bases/namespaced?ref=v2.3.1
8+
- github.com/openanalytics/shinyproxy-operator/docs/deployment/bases/shinyproxy?ref=v2.3.1
99
- resources/shinyproxy.namespace.yaml
1010
- resources/shinyproxy.shinyproxy.yaml
1111

docs/deployment/overlays/1-namespaced/resources/shinyproxy.shinyproxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ spec:
9595
- hosts:
9696
- shinyproxy-demo.local
9797
# secretName: example # uncomment and change this line if needed
98-
image: openanalytics/shinyproxy:3.2.0
98+
image: openanalytics/shinyproxy:3.2.1
9999
imagePullPolicy: Always
100100
fqdn: shinyproxy-demo.local

docs/deployment/overlays/2-clustered/redis/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Kustomization
33
namespace: redis
44

55
resources:
6-
- github.com/openanalytics/shinyproxy-operator/docs/deployment/bases/redis-sentinel?ref=v2.3.0
6+
- github.com/openanalytics/shinyproxy-operator/docs/deployment/bases/redis-sentinel?ref=v2.3.1
77
- resources/redis.namespace.yaml
88

99
patches:

docs/deployment/overlays/2-clustered/shinyproxy-dept2/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Kustomization
33
namespace: shinyproxy-dept2
44

55
resources:
6-
- github.com/openanalytics/shinyproxy-operator/docs/deployment/bases/shinyproxy?ref=v2.3.0
6+
- github.com/openanalytics/shinyproxy-operator/docs/deployment/bases/shinyproxy?ref=v2.3.1
77
- resources/redis.secret.yaml
88
- resources/shinyproxy.shinyproxy.yaml
99
- resources/shinyproxy.namespace.yaml

docs/deployment/overlays/2-clustered/shinyproxy-dept2/resources/shinyproxy.shinyproxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ spec:
9494
- hosts:
9595
- shinyproxy-demo2.local
9696
# secretName: example # uncomment and change this line if needed
97-
image: openanalytics/shinyproxy:3.2.0
97+
image: openanalytics/shinyproxy:3.2.1
9898
imagePullPolicy: Always
9999
fqdn: shinyproxy-demo2.local

docs/deployment/overlays/2-clustered/shinyproxy-operator/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ kind: Kustomization
33
namespace: shinyproxy-operator
44

55
resources:
6-
- github.com/openanalytics/shinyproxy-operator/docs/deployment/bases/clustered?ref=v2.3.0
6+
- github.com/openanalytics/shinyproxy-operator/docs/deployment/bases/clustered?ref=v2.3.1
77
- resources/shinyproxy-operator.namespace.yaml

docs/deployment/overlays/2-clustered/shinyproxy/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Kustomization
33
namespace: shinyproxy
44

55
resources:
6-
- github.com/openanalytics/shinyproxy-operator/docs/deployment/bases/shinyproxy?ref=v2.3.0
6+
- github.com/openanalytics/shinyproxy-operator/docs/deployment/bases/shinyproxy?ref=v2.3.1
77
- resources/redis.secret.yaml
88
- resources/shinyproxy.shinyproxy.yaml
99
- resources/shinyproxy.namespace.yaml

0 commit comments

Comments
 (0)