Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit abd7ba5

Browse files
authoredAug 9, 2023
Merge pull request #1498 from tkatila/prepare-0.26.2
Prepare 0.26.2 release
2 parents c17149f + 45c6399 commit abd7ba5

File tree

50 files changed

+160
-145
lines changed

Some content is hidden

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

50 files changed

+160
-145
lines changed
 

‎Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pipeline {
4646
echo -e 'unqualified-search-registries = ["docker.io"]' | sudo tee -a /etc/containers/registries.conf
4747
'''
4848
sh "sudo curl -L https://dl.k8s.io/release/v${K8S_VERSION}/bin/linux/amd64/kubectl -o /usr/bin/kubectl"
49-
sh "sudo chmod +x /usr/bin/kubectl"
49+
sh "sudo chmod +x /usr/bin/kubectl"
5050
}
5151
}
5252
stage("make go-mod-tidy") {
@@ -142,7 +142,7 @@ pipeline {
142142
stage('make test-with-kind') {
143143
steps {
144144
dir(path: "$REPO_DIR") {
145-
sh "make test-with-kind REG=intel/ TAG=0.26.1"
145+
sh "make test-with-kind REG=intel/ TAG=0.26.2"
146146
}
147147
}
148148
}

‎Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ clean:
136136

137137
ORG?=intel
138138
REG?=$(ORG)/
139-
TAG?=0.26.1
139+
TAG?=0.26.2
140140
export TAG
141141

142142
e2e-fpga:

0 commit comments

Comments
 (0)
Please sign in to comment.