Skip to content

Update controller runtime to v0.9.5 and k8s dependencies to v0.21.3 #540

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update devfile/api dependency to latest to match k8s versions
Update the devfile/api dependency to the latest commit, to match the
update to k8s v0.21.3.

Signed-off-by: Angel Misevski <[email protected]>
  • Loading branch information
amisevsk committed Aug 12, 2021
commit c86161d4f1f45e5c63876d0cbe1bffa081bec978
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export ROUTING_SUFFIX ?= 192.168.99.100.nip.io
export PULL_POLICY ?= Always
export DEFAULT_ROUTING ?= basic
export KUBECONFIG ?= ${HOME}/.kube/config
export DEVWORKSPACE_API_VERSION ?= 03e023e7078b64884216d8e6dce8f0cf8b7e74d2
export DEVWORKSPACE_API_VERSION ?= ad569a8c7a4988ca08a6b2f139f55de0e55bef96

# Enable using Podman instead of Docker
export DOCKER ?= docker
Expand Down
2 changes: 1 addition & 1 deletion deploy/generate-deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ if $USE_DEFAULT_ENV; then
export PROJECT_CLONE_IMG=${PROJECT_CLONE_IMG:-"quay.io/devfile/project-clone:next"}
export PULL_POLICY=Always
export DEFAULT_ROUTING=basic
export DEVWORKSPACE_API_VERSION=03e023e7078b64884216d8e6dce8f0cf8b7e74d2
export DEVWORKSPACE_API_VERSION=ad569a8c7a4988ca08a6b2f139f55de0e55bef96
export ROUTING_SUFFIX='""'
export FORCE_DEVWORKSPACE_CRDS_UPDATE=true
fi
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/devfile/devworkspace-operator
go 1.15

require (
github.com/devfile/api/v2 v2.0.0-20210713124824-03e023e7078b
github.com/devfile/api/v2 v2.0.0-20210812170628-ad569a8c7a49
github.com/go-git/go-git/v5 v5.2.0
github.com/go-logr/logr v0.4.0
github.com/google/go-cmp v0.5.5
Expand Down
Loading