Skip to content

Commit

Permalink
Release 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Jun 7, 2023
1 parent 4757117 commit f2543a9
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 34 deletions.
14 changes: 7 additions & 7 deletions addons/strimzi/duck/client/internalclientset/fake/register.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions addons/strimzi/duck/client/internalclientset/scheme/register.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ go 1.18

require (
github.com/Masterminds/semver v1.5.0
github.com/apache/camel-k/pkg/apis/camel v0.0.0
github.com/apache/camel-k/pkg/client/camel v0.0.0
github.com/apache/camel-k/pkg/kamelet/repository v0.0.0
github.com/apache/camel-k/pkg/apis/camel v1.12.1
github.com/apache/camel-k/pkg/client/camel v1.12.1
github.com/apache/camel-k/pkg/kamelet/repository v1.12.1
github.com/container-tools/spectrum v0.6.0
github.com/evanphx/json-patch v4.12.0+incompatible
github.com/fatih/camelcase v1.0.0
Expand Down
14 changes: 7 additions & 7 deletions pkg/client/camel/clientset/versioned/fake/register.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions pkg/client/camel/clientset/versioned/scheme/register.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/client/camel/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/apache/camel-k/pkg/client/camel
go 1.18

require (
github.com/apache/camel-k/pkg/apis/camel v0.0.0
github.com/apache/camel-k/pkg/apis/camel v1.12.1
k8s.io/api v0.25.2
k8s.io/apimachinery v0.25.2
k8s.io/client-go v0.25.2
Expand Down
4 changes: 2 additions & 2 deletions pkg/kamelet/repository/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/apache/camel-k/pkg/kamelet/repository
go 1.18

require (
github.com/apache/camel-k/pkg/apis/camel v0.0.0
github.com/apache/camel-k/pkg/client/camel v0.0.0
github.com/apache/camel-k/pkg/apis/camel v1.12.1
github.com/apache/camel-k/pkg/client/camel v1.12.1
github.com/google/go-github/v32 v32.1.0
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7
github.com/stretchr/testify v1.7.0
Expand Down

0 comments on commit f2543a9

Please sign in to comment.