Skip to content

Commit

Permalink
Merge pull request #19 from MikeSpreitzer/prep-for-016
Browse files Browse the repository at this point in the history
✨ Prep for the 0.1.6 release
  • Loading branch information
nirrozenbaum authored May 1, 2024
2 parents ff2fd98 + 7997b85 commit 7ea8926
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# Image repo/tag to use all building/pushing image targets
DOCKER_REGISTRY ?= ghcr.io/kubestellar/ocm-transport-plugin
IMAGE_TAG ?= 0.1.5
IMAGE_TAG ?= 0.1.6
CMD_NAME ?= transport-controller
IMAGE ?= ${DOCKER_REGISTRY}/${CMD_NAME}:${IMAGE_TAG}

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/kubestellar/ocm-transport-plugin
go 1.20

require (
github.com/kubestellar/kubestellar v0.22.0-rc1
github.com/kubestellar/kubestellar v0.22.0-rc2
k8s.io/apimachinery v0.28.2
open-cluster-management.io/api v0.12.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/kubestellar/kubeflex v0.4.2 h1:hatUsSKAzrcHeWYd7XgTD3MpwbFQf2/F9BiHUrztvz0=
github.com/kubestellar/kubeflex v0.4.2/go.mod h1:/vrSA4UcOXQshYCksIjQ8gIV5Q9i1NeKsiXT0zx6lGk=
github.com/kubestellar/kubestellar v0.22.0-rc1 h1:br+apdL83kvCSYhmeFsSZpTbOZhfWdk2E0ZFjsHgcv8=
github.com/kubestellar/kubestellar v0.22.0-rc1/go.mod h1:/qnwoCWuRFXC6b+pPillUr5Q0aHMPDtGI5KI8/2T7AM=
github.com/kubestellar/kubestellar v0.22.0-rc2 h1:YQZ0wSUk1STWOcMmEKdSetqeQ/yh+CGFXKoGUAU/6FQ=
github.com/kubestellar/kubestellar v0.22.0-rc2/go.mod h1:3NNHDXqev8W3mxS0YBIofjqh1yvIM8H2cKZJh+TOr9A=
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=
Expand Down

0 comments on commit 7ea8926

Please sign in to comment.