Skip to content

Commit e59a01a

Browse files
chore(deps): bump github.com/devfile/devworkspace-operator
Bumps [github.com/devfile/devworkspace-operator](https://github.com/devfile/devworkspace-operator) from 0.41.0 to 0.42.0. - [Changelog](https://github.com/devfile/devworkspace-operator/blob/main/CHANGELOG.md) - [Commits](devfile/devworkspace-operator@v0.41.0...v0.42.0) --- updated-dependencies: - dependency-name: github.com/devfile/devworkspace-operator dependency-version: 0.42.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 48880f6 commit e59a01a

8 files changed

Lines changed: 129 additions & 14 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
module github.com/eclipse-che/che-operator
22

3-
go 1.25.7
3+
go 1.26.0
44

55
require (
66
github.com/che-incubator/kubernetes-image-puller-operator v0.0.0-20250214104625-65e5ec32f521
77
github.com/devfile/api/v2 v2.3.1-alpha.0.20250521155908-5c3d7b99d252
8-
github.com/devfile/devworkspace-operator v0.41.0
8+
github.com/devfile/devworkspace-operator v0.42.0
99
github.com/go-logr/logr v1.4.4
1010
github.com/google/go-cmp v0.7.0
1111
github.com/openshift/api v0.0.0-20260325070019-86893981287e

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
6262
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
6363
github.com/devfile/api/v2 v2.3.1-alpha.0.20250521155908-5c3d7b99d252 h1:C6DNKt+GHWe7vVD2ic73lR10UlC8egbxAY28U7A5IZA=
6464
github.com/devfile/api/v2 v2.3.1-alpha.0.20250521155908-5c3d7b99d252/go.mod h1:ZdlwgS98m5O+i5H+q/COJt4PAe2ZGoAq8tJ7+s0UmAU=
65-
github.com/devfile/devworkspace-operator v0.41.0 h1:Oc3rzy3bBYMe8hpoihLlYXsIItvegRlpFf2/uj3FlR0=
66-
github.com/devfile/devworkspace-operator v0.41.0/go.mod h1:8SyQtuUsznciSPKBWsgbIyNEsbvzWSiIpvd6ATefb8Q=
65+
github.com/devfile/devworkspace-operator v0.42.0 h1:6+ENMy3aunbRIERrasaumWxRetP8oJ3sd9VNmz8z0iw=
66+
github.com/devfile/devworkspace-operator v0.42.0/go.mod h1:TwZlVUb+/wwXaxJ6gadRiJKZ+JRKdniO8p+2KSZCqkI=
6767
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78=
6868
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f/go.mod h1:cuUVRXasLTGF7a8hSLbxyZXjz+1KgoB3wDUb6vlszIc=
6969
github.com/distribution/distribution/v3 v3.0.0 h1:q4R8wemdRQDClzoNNStftB2ZAfqOiN6UX90KJc4HjyM=

vendor/github.com/devfile/devworkspace-operator/apis/controller/v1alpha1/devworkspaceoperatorconfig_types.go

Lines changed: 23 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/devfile/devworkspace-operator/apis/controller/v1alpha1/zz_generated.deepcopy.go

Lines changed: 30 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/devfile/devworkspace-operator/controllers/controller/devworkspacerouting/devworkspacerouting_controller.go

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/devfile/devworkspace-operator/pkg/config/defaults.go

Lines changed: 40 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/devfile/devworkspace-operator/pkg/config/sync.go

Lines changed: 25 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ github.com/davecgh/go-spew/spew
2424
github.com/devfile/api/v2/pkg/apis/workspaces/v1alpha2
2525
github.com/devfile/api/v2/pkg/attributes
2626
github.com/devfile/api/v2/pkg/devfile
27-
# github.com/devfile/devworkspace-operator v0.41.0
28-
## explicit; go 1.25.0
27+
# github.com/devfile/devworkspace-operator v0.42.0
28+
## explicit; go 1.26.0
2929
github.com/devfile/devworkspace-operator/apis/controller/v1alpha1
3030
github.com/devfile/devworkspace-operator/controllers/controller/devworkspacerouting
3131
github.com/devfile/devworkspace-operator/controllers/controller/devworkspacerouting/solvers

0 commit comments

Comments
 (0)