Skip to content

Commit 4515ea9

Browse files
authored
Merge pull request #161 from infrawatch/release-prep-1.5.5
STF 1.5.5 release ops
2 parents 5a972e2 + dd9da06 commit 4515ea9

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-20.04
88
steps:
99
- name: Checkout code
10-
uses: actions/checkout@v3
10+
uses: actions/checkout@v4.1.3
1111

1212
- name: Install Ansible
1313
run: python -m pip install 'ansible <= 2.9'
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Checkout code
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4.1.3
3131

3232
- name: Verify image builds
3333
run: docker build --tag infrawatch/smart-gateway-operator:latest --file build/Dockerfile .
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: Checkout code
43-
uses: actions/checkout@v3
43+
uses: actions/checkout@v4.1.3
4444

4545
- name: Get operator-sdk image 0.19.4
4646
run: curl --output operator-sdk -JL https://github.com/operator-framework/operator-sdk/releases/download/$RELEASE_VERSION/operator-sdk-$RELEASE_VERSION-x86_64-linux-gnu
@@ -68,7 +68,7 @@ jobs:
6868

6969
steps:
7070
- name: Checkout code
71-
uses: actions/checkout@v3
71+
uses: actions/checkout@v4.1.3
7272

7373
# prepare environment to buld the bundle
7474
- name: Get operator-sdk image 0.19.4
@@ -104,7 +104,7 @@ jobs:
104104
run: operator-sdk-$RELEASE_VERSION bundle validate --verbose /tmp/bundle
105105

106106
- name: Create KinD cluster to execute scorecard tests
107-
uses: helm/kind-action@v1.4.0
107+
uses: helm/kind-action@v1.10.0
108108

109109
# perform scorecard checks against a KinD cluster
110110
- name: Check scorecord validation

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/openshift/origin-ansible-operator:4.12
1+
FROM quay.io/openshift/origin-ansible-operator:4.14
22

33
# temporarily switch to root user to adjust image layers
44
USER 0

deploy/olm-catalog/smart-gateway-operator/Dockerfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
1313
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v0.19.4
1414
LABEL operators.operatorframework.io.metrics.project_layout=ansible
1515
LABEL com.redhat.delivery.operator.bundle=true
16-
LABEL com.redhat.openshift.versions="v4.12-v4.14"
16+
LABEL com.redhat.openshift.versions="v4.14-v4.16"
1717
LABEL com.redhat.delivery.backport=false
1818

1919
LABEL com.redhat.component="smart-gateway-operator-bundle-container" \
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
properties:
22
- type: olm.maxOpenShiftVersion
3-
value: "4.14"
3+
value: "4.16"

0 commit comments

Comments
 (0)