Skip to content

Commit

Permalink
chore(deps/tools): bump the go-minor group in /hack/tools with 6 upda…
Browse files Browse the repository at this point in the history
…tes (akuity#2573)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hidde Beydals <hidde@hhh.computer>
  • Loading branch information
dependabot[bot] and hiddeco authored Oct 1, 2024
1 parent 806fa9f commit 519542c
Show file tree
Hide file tree
Showing 65 changed files with 789 additions and 1,092 deletions.
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ linters:
- bodyclose
- depguard
- errcheck
- exportloopref
- copyloopvar
- forcetypeassert
- gci
- goconst
Expand Down
7 changes: 0 additions & 7 deletions api/buf.lock

This file was deleted.

16 changes: 0 additions & 16 deletions api/buf.yaml

This file was deleted.

12 changes: 6 additions & 6 deletions api/rbac/v1alpha1/generated.proto

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

48 changes: 24 additions & 24 deletions api/v1alpha1/generated.proto

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

1 change: 0 additions & 1 deletion api/v1alpha1/helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ func Test_patchAnnotation(t *testing.T) {
},
}
for name, tc := range testCases {
tc := tc
t.Run(name, func(t *testing.T) {
t.Parallel()
err := patchAnnotation(context.Background(), tc.client, tc.obj, tc.key, tc.value)
Expand Down
12 changes: 5 additions & 7 deletions buf.gen.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
version: v1
version: v2
managed:
enabled: true
plugins:
- plugin: buf.build/protocolbuffers/go:v1.33.0
- remote: buf.build/protocolbuffers/go:v1.33.0
out: pkg/api
opt:
- paths=source_relative
- plugin: buf.build/connectrpc/go:v1.16.0
opt: paths=source_relative
- remote: buf.build/connectrpc/go:v1.16.0
out: pkg/api
opt:
- paths=source_relative
opt: paths=source_relative
6 changes: 5 additions & 1 deletion buf.lock
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Generated by buf. DO NOT EDIT.
version: v1
version: v2
deps:
- name: buf.build/googleapis/googleapis
commit: cc916c31859748a68fd229a3c8d7a2e8
digest: b5:3b4e241d18fbebc6b30ff28968527af2cdd618026930d2a9666bbad2868b1aa164d20229477464691bdfd053a77b5c727468039bd1d2b550cb4151ee4c1499fe
5 changes: 0 additions & 5 deletions buf.work.yaml

This file was deleted.

49 changes: 42 additions & 7 deletions buf.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,42 @@
version: v1
breaking:
use:
- FILE
lint:
use:
- DEFAULT
version: v2
modules:
- path: .
lint:
use:
- STANDARD
except:
- FIELD_NOT_REQUIRED
- PACKAGE_NO_IMPORT_CYCLE
disallow_comment_ignores: true
breaking:
use:
- FILE
except:
- EXTENSION_NO_DELETE
- FIELD_SAME_DEFAULT
- path: api
name: buf.build/akuity/kargo
lint:
use:
- STANDARD
except:
- FIELD_NOT_REQUIRED
- PACKAGE_DIRECTORY_MATCH
- PACKAGE_NO_IMPORT_CYCLE
ignore:
- api/rbac/v1alpha1/generated.proto
- api/v1alpha1/generated.proto
breaking:
use:
- FILE
except:
- EXTENSION_NO_DELETE
- FIELD_SAME_DEFAULT
- path: internal/controller
lint:
disallow_comment_ignores: true
- path: vendor
lint:
disallow_comment_ignores: true
deps:
- buf.build/googleapis/googleapis
4 changes: 3 additions & 1 deletion charts/kargo/resources/crds/kargo.akuity.io_freights.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.15.0
controller-gen.kubebuilder.io/version: v0.16.3
name: freights.kargo.akuity.io
spec:
group: kargo.akuity.io
Expand Down Expand Up @@ -201,6 +201,8 @@ spec:
through promotion and subsequent health checks.
type: object
type: object
required:
- origin
type: object
served: true
storage: true
Expand Down
2 changes: 1 addition & 1 deletion charts/kargo/resources/crds/kargo.akuity.io_projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.15.0
controller-gen.kubebuilder.io/version: v0.16.3
name: projects.kargo.akuity.io
spec:
group: kargo.akuity.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.15.0
controller-gen.kubebuilder.io/version: v0.16.3
name: promotions.kargo.akuity.io
spec:
group: kargo.akuity.io
Expand Down
Loading

0 comments on commit 519542c

Please sign in to comment.