Skip to content

Commit

Permalink
Merge pull request #690 from redhat-marketplace/release/2.17.6
Browse files Browse the repository at this point in the history
Release/2.17.6
  • Loading branch information
dacleyra authored Oct 29, 2024
2 parents e91c027 + ecb1a0c commit 81a6235
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion utils.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ DOCKER_BUILD := docker build
PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))
DOCKERBUILDXCACHE ?=

KUBE_RBAC_PROXY_IMAGE ?= registry.redhat.io/openshift4/ose-kube-rbac-proxy:v4.15
KUBE_RBAC_PROXY_IMAGE ?= registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9:v4.17

clean-bin:
rm -rf $(PROJECT_DIR)/bin
Expand Down
4 changes: 2 additions & 2 deletions v2/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@

package version

const Version = "2.17.5"
const LastVersion = "2.17.4"
const Version = "2.17.6"
const LastVersion = "2.17.5"

0 comments on commit 81a6235

Please sign in to comment.