diff --git a/.github/workflows/e2e-kind-create.yaml b/.github/workflows/e2e-kind-create.yaml index e1bb8ff95..301829e37 100644 --- a/.github/workflows/e2e-kind-create.yaml +++ b/.github/workflows/e2e-kind-create.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ on: jobs: e2e-kind-create: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-4-core strategy: fail-fast: false steps: diff --git a/.github/workflows/e2e-kind-decommission.yaml b/.github/workflows/e2e-kind-decommission.yaml index 492d32e82..ae5e16162 100644 --- a/.github/workflows/e2e-kind-decommission.yaml +++ b/.github/workflows/e2e-kind-decommission.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ on: jobs: e2e-kind-decommission: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-4-core strategy: fail-fast: false steps: diff --git a/.github/workflows/e2e-kind-upgrades.yaml b/.github/workflows/e2e-kind-upgrades.yaml index 3b8f77a81..b49eaa964 100644 --- a/.github/workflows/e2e-kind-upgrades.yaml +++ b/.github/workflows/e2e-kind-upgrades.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/e2e-kind-upgradessha256.yaml b/.github/workflows/e2e-kind-upgradessha256.yaml index 26d2033ff..f05a472d3 100644 --- a/.github/workflows/e2e-kind-upgradessha256.yaml +++ b/.github/workflows/e2e-kind-upgradessha256.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ on: jobs: e2e-kind-upgradessha256: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-4-core strategy: fail-fast: false steps: diff --git a/.github/workflows/e2e-kind-versionchecker.yaml b/.github/workflows/e2e-kind-versionchecker.yaml index 30fe8228f..9621b95fa 100644 --- a/.github/workflows/e2e-kind-versionchecker.yaml +++ b/.github/workflows/e2e-kind-versionchecker.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/nightly-smoketest.yaml b/.github/workflows/nightly-smoketest.yaml index 6fc0f8621..6160106f7 100644 --- a/.github/workflows/nightly-smoketest.yaml +++ b/.github/workflows/nightly-smoketest.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/templates.yaml b/.github/workflows/templates.yaml index 454759a34..61413b741 100644 --- a/.github/workflows/templates.yaml +++ b/.github/workflows/templates.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 9efb9631f..5113c507e 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/update-crdb-versions.yaml b/.github/workflows/update-crdb-versions.yaml index d0f9537e9..9bcef5966 100644 --- a/.github/workflows/update-crdb-versions.yaml +++ b/.github/workflows/update-crdb-versions.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.golangci.yaml b/.golangci.yaml index 81dca1c17..108b90a8e 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/Makefile b/Makefile index 8042b26d2..f188726a6 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apis/v1alpha1/action_status.go b/apis/v1alpha1/action_status.go index 9bf7d1daa..b158ee56b 100644 --- a/apis/v1alpha1/action_status.go +++ b/apis/v1alpha1/action_status.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/apis/v1alpha1/action_types.go b/apis/v1alpha1/action_types.go index 9a8a37238..5c3596fec 100644 --- a/apis/v1alpha1/action_types.go +++ b/apis/v1alpha1/action_types.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/apis/v1alpha1/cluster_types.go b/apis/v1alpha1/cluster_types.go index 33f39edec..ffca5b49d 100644 --- a/apis/v1alpha1/cluster_types.go +++ b/apis/v1alpha1/cluster_types.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/apis/v1alpha1/cluster_types_test.go b/apis/v1alpha1/cluster_types_test.go index 6c8cf8b01..5facb0040 100644 --- a/apis/v1alpha1/cluster_types_test.go +++ b/apis/v1alpha1/cluster_types_test.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/apis/v1alpha1/condition_types.go b/apis/v1alpha1/condition_types.go index 2aa13de02..657a8ca01 100644 --- a/apis/v1alpha1/condition_types.go +++ b/apis/v1alpha1/condition_types.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/apis/v1alpha1/doc.go b/apis/v1alpha1/doc.go index 118affea2..c0496ed6b 100644 --- a/apis/v1alpha1/doc.go +++ b/apis/v1alpha1/doc.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/apis/v1alpha1/groupversion_info.go b/apis/v1alpha1/groupversion_info.go index 4863fb919..d062c9f2d 100644 --- a/apis/v1alpha1/groupversion_info.go +++ b/apis/v1alpha1/groupversion_info.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/apis/v1alpha1/restart_types.go b/apis/v1alpha1/restart_types.go index a30e98b03..2bc85da2c 100644 --- a/apis/v1alpha1/restart_types.go +++ b/apis/v1alpha1/restart_types.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/apis/v1alpha1/volume.go b/apis/v1alpha1/volume.go index fdf123102..4ad88799f 100644 --- a/apis/v1alpha1/volume.go +++ b/apis/v1alpha1/volume.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/apis/v1alpha1/volume_test.go b/apis/v1alpha1/volume_test.go index 3ab758c77..f17604c2d 100644 --- a/apis/v1alpha1/volume_test.go +++ b/apis/v1alpha1/volume_test.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/apis/v1alpha1/webhook.go b/apis/v1alpha1/webhook.go index 87a53bc53..7de03e738 100644 --- a/apis/v1alpha1/webhook.go +++ b/apis/v1alpha1/webhook.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/apis/v1alpha1/webhook_test.go b/apis/v1alpha1/webhook_test.go index 9556ac164..a4df73282 100644 --- a/apis/v1alpha1/webhook_test.go +++ b/apis/v1alpha1/webhook_test.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/apis/v1alpha1/zz_generated.deepcopy.go b/apis/v1alpha1/zz_generated.deepcopy.go index e6a20dbf0..9be602931 100644 --- a/apis/v1alpha1/zz_generated.deepcopy.go +++ b/apis/v1alpha1/zz_generated.deepcopy.go @@ -2,7 +2,7 @@ // +build !ignore_autogenerated /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/build/release/teamcity-publish-openshift-bundle.sh b/build/release/teamcity-publish-openshift-bundle.sh index 6d4c0eb35..07af8e989 100755 --- a/build/release/teamcity-publish-openshift-bundle.sh +++ b/build/release/teamcity-publish-openshift-bundle.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/build/release/teamcity-publish-openshift.sh b/build/release/teamcity-publish-openshift.sh index a83befde7..cb9125baa 100755 --- a/build/release/teamcity-publish-openshift.sh +++ b/build/release/teamcity-publish-openshift.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/build/release/teamcity-publish-release.sh b/build/release/teamcity-publish-release.sh index 81af2fc75..5ec4c9610 100755 --- a/build/release/teamcity-publish-release.sh +++ b/build/release/teamcity-publish-release.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/build/release/teamcity-support.sh b/build/release/teamcity-support.sh index 33314082a..02c52fd01 100644 --- a/build/release/teamcity-support.sh +++ b/build/release/teamcity-support.sh @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cmd/cockroach-operator/main.go b/cmd/cockroach-operator/main.go index b36566a7b..c06531efe 100644 --- a/cmd/cockroach-operator/main.go +++ b/cmd/cockroach-operator/main.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -25,6 +25,7 @@ import ( "github.com/cockroachdb/cockroach-operator/pkg/controller" "github.com/cockroachdb/cockroach-operator/pkg/utilfeature" "github.com/go-logr/logr" + "go.uber.org/zap/zapcore" "k8s.io/apimachinery/pkg/runtime" clientgoscheme "k8s.io/client-go/kubernetes/scheme" _ "k8s.io/client-go/plugin/pkg/client/auth/gcp" @@ -33,7 +34,6 @@ import ( "sigs.k8s.io/controller-runtime/pkg/log/zap" "sigs.k8s.io/controller-runtime/pkg/metrics/server" "sigs.k8s.io/controller-runtime/pkg/webhook" - "go.uber.org/zap/zapcore" ) const ( diff --git a/cmd/cockroach-operator/prep_webhooks.go b/cmd/cockroach-operator/prep_webhooks.go index 1e8439a1d..1c281ca90 100644 --- a/cmd/cockroach-operator/prep_webhooks.go +++ b/cmd/cockroach-operator/prep_webhooks.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/config/crd/BUILD.bazel b/config/crd/BUILD.bazel index 9657de911..e47820ea3 100644 --- a/config/crd/BUILD.bazel +++ b/config/crd/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/crd/bases/crdb.cockroachlabs.com_crdbclusters.yaml b/config/crd/bases/crdb.cockroachlabs.com_crdbclusters.yaml index 13ad91642..6bb1d466a 100644 --- a/config/crd/bases/crdb.cockroachlabs.com_crdbclusters.yaml +++ b/config/crd/bases/crdb.cockroachlabs.com_crdbclusters.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/crd/kustomization.yaml b/config/crd/kustomization.yaml index ba2a54740..397d37f2d 100644 --- a/config/crd/kustomization.yaml +++ b/config/crd/kustomization.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/default/apply_k8s.sh b/config/default/apply_k8s.sh index e5ed950e4..d377a8887 100755 --- a/config/default/apply_k8s.sh +++ b/config/default/apply_k8s.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/default/kustomization.yaml b/config/default/kustomization.yaml index 939eb426d..316f09992 100644 --- a/config/default/kustomization.yaml +++ b/config/default/kustomization.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/default/namespace.yaml b/config/default/namespace.yaml index 2da65e64d..78556d777 100644 --- a/config/default/namespace.yaml +++ b/config/default/namespace.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/manager/deployment.yaml b/config/manager/deployment.yaml index e049f9ffc..b5d75345f 100644 --- a/config/manager/deployment.yaml +++ b/config/manager/deployment.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index f6f7fc228..ecd79c242 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/manifests/bases/cockroach-operator.clusterserviceversion.yaml b/config/manifests/bases/cockroach-operator.clusterserviceversion.yaml index 2815f8c43..12ecfc5ec 100644 --- a/config/manifests/bases/cockroach-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/cockroach-operator.clusterserviceversion.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/manifests/kustomization.yaml b/config/manifests/kustomization.yaml index 41ffc6944..9918b05dc 100644 --- a/config/manifests/kustomization.yaml +++ b/config/manifests/kustomization.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/operator/kustomization.yaml b/config/operator/kustomization.yaml index 715f0d936..1cb1dc614 100644 --- a/config/operator/kustomization.yaml +++ b/config/operator/kustomization.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/rbac/kustomization.yaml b/config/rbac/kustomization.yaml index 7c6ca86e1..c7c1c9c60 100644 --- a/config/rbac/kustomization.yaml +++ b/config/rbac/kustomization.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/rbac/operator.yaml b/config/rbac/operator.yaml index 4a7b97558..d97535d8b 100644 --- a/config/rbac/operator.yaml +++ b/config/rbac/operator.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/rbac/role.yaml b/config/rbac/role.yaml index ba0592deb..b15518d62 100644 --- a/config/rbac/role.yaml +++ b/config/rbac/role.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/samples/kustomization.yaml b/config/samples/kustomization.yaml index c245e7f84..b19a226d9 100644 --- a/config/samples/kustomization.yaml +++ b/config/samples/kustomization.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/scorecard/bases/config.yaml b/config/scorecard/bases/config.yaml index ab87edd46..4182f9387 100644 --- a/config/scorecard/bases/config.yaml +++ b/config/scorecard/bases/config.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/scorecard/kustomization.yaml b/config/scorecard/kustomization.yaml index f7055be3d..71fdb4b16 100644 --- a/config/scorecard/kustomization.yaml +++ b/config/scorecard/kustomization.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/scorecard/patches/basic.config.yaml b/config/scorecard/patches/basic.config.yaml index 3922b29e9..80004e083 100644 --- a/config/scorecard/patches/basic.config.yaml +++ b/config/scorecard/patches/basic.config.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/scorecard/patches/olm.config.yaml b/config/scorecard/patches/olm.config.yaml index 8c6b910ae..4ef839312 100644 --- a/config/scorecard/patches/olm.config.yaml +++ b/config/scorecard/patches/olm.config.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/templates/csv.yaml.in b/config/templates/csv.yaml.in index a5ac2478c..2600ac559 100644 --- a/config/templates/csv.yaml.in +++ b/config/templates/csv.yaml.in @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/webhook/kustomization.yaml b/config/webhook/kustomization.yaml index 394720208..5e8aec71f 100644 --- a/config/webhook/kustomization.yaml +++ b/config/webhook/kustomization.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/webhook/kustomizeconfig.yaml b/config/webhook/kustomizeconfig.yaml index d8be6c6ff..d7a7680d2 100644 --- a/config/webhook/kustomizeconfig.yaml +++ b/config/webhook/kustomizeconfig.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/webhook/manifests.yaml b/config/webhook/manifests.yaml index 291ca92b2..018d9e614 100644 --- a/config/webhook/manifests.yaml +++ b/config/webhook/manifests.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/webhook/service.yaml b/config/webhook/service.yaml index d8805b3de..df49e6b77 100644 --- a/config/webhook/service.yaml +++ b/config/webhook/service.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/crdb-versions.yaml b/crdb-versions.yaml index ce9cf8168..2fe8da1d3 100644 --- a/crdb-versions.yaml +++ b/crdb-versions.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/e2e/create/create_test.go b/e2e/create/create_test.go index 9cbf81f0a..b306a9110 100644 --- a/e2e/create/create_test.go +++ b/e2e/create/create_test.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/decommission/decommission_test.go b/e2e/decommission/decommission_test.go index 8b290eb92..beb7f268c 100644 --- a/e2e/decommission/decommission_test.go +++ b/e2e/decommission/decommission_test.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/e2e.go b/e2e/e2e.go index 332e93265..1ee60109b 100644 --- a/e2e/e2e.go +++ b/e2e/e2e.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-eks/deployer/build.go b/e2e/kubetest2-eks/deployer/build.go index a687cff41..9c4cfc286 100644 --- a/e2e/kubetest2-eks/deployer/build.go +++ b/e2e/kubetest2-eks/deployer/build.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-eks/deployer/deployer.go b/e2e/kubetest2-eks/deployer/deployer.go index fdf75c0dc..01906a972 100644 --- a/e2e/kubetest2-eks/deployer/deployer.go +++ b/e2e/kubetest2-eks/deployer/deployer.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-eks/deployer/down.go b/e2e/kubetest2-eks/deployer/down.go index 5b94e9878..6e6b71c54 100644 --- a/e2e/kubetest2-eks/deployer/down.go +++ b/e2e/kubetest2-eks/deployer/down.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-eks/deployer/dumplogs.go b/e2e/kubetest2-eks/deployer/dumplogs.go index a5db5b76b..fb06fc399 100644 --- a/e2e/kubetest2-eks/deployer/dumplogs.go +++ b/e2e/kubetest2-eks/deployer/dumplogs.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-eks/deployer/up.go b/e2e/kubetest2-eks/deployer/up.go index 025c88fce..10912a16b 100644 --- a/e2e/kubetest2-eks/deployer/up.go +++ b/e2e/kubetest2-eks/deployer/up.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-eks/main.go b/e2e/kubetest2-eks/main.go index 024df3c47..4b71a6dee 100644 --- a/e2e/kubetest2-eks/main.go +++ b/e2e/kubetest2-eks/main.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-k3d/deployer/build.go b/e2e/kubetest2-k3d/deployer/build.go index af6fb77e4..d31e867ba 100644 --- a/e2e/kubetest2-k3d/deployer/build.go +++ b/e2e/kubetest2-k3d/deployer/build.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-k3d/deployer/deployer.go b/e2e/kubetest2-k3d/deployer/deployer.go index 190769369..94cc477ff 100644 --- a/e2e/kubetest2-k3d/deployer/deployer.go +++ b/e2e/kubetest2-k3d/deployer/deployer.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-k3d/deployer/down.go b/e2e/kubetest2-k3d/deployer/down.go index 4ff096887..03c9230fa 100644 --- a/e2e/kubetest2-k3d/deployer/down.go +++ b/e2e/kubetest2-k3d/deployer/down.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-k3d/deployer/dumplogs.go b/e2e/kubetest2-k3d/deployer/dumplogs.go index 44394b2a8..f3c4f75d7 100644 --- a/e2e/kubetest2-k3d/deployer/dumplogs.go +++ b/e2e/kubetest2-k3d/deployer/dumplogs.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-k3d/deployer/up.go b/e2e/kubetest2-k3d/deployer/up.go index 00a938ed5..9c29f0e3e 100644 --- a/e2e/kubetest2-k3d/deployer/up.go +++ b/e2e/kubetest2-k3d/deployer/up.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-k3d/main.go b/e2e/kubetest2-k3d/main.go index d1d2fd70f..c9fe3481f 100644 --- a/e2e/kubetest2-k3d/main.go +++ b/e2e/kubetest2-k3d/main.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-openshift/deployer/build.go b/e2e/kubetest2-openshift/deployer/build.go index ed320ea16..f51e403bf 100644 --- a/e2e/kubetest2-openshift/deployer/build.go +++ b/e2e/kubetest2-openshift/deployer/build.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-openshift/deployer/deployer.go b/e2e/kubetest2-openshift/deployer/deployer.go index d83ca1a06..837647168 100644 --- a/e2e/kubetest2-openshift/deployer/deployer.go +++ b/e2e/kubetest2-openshift/deployer/deployer.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-openshift/deployer/down.go b/e2e/kubetest2-openshift/deployer/down.go index 0f3402f80..efe0377f3 100644 --- a/e2e/kubetest2-openshift/deployer/down.go +++ b/e2e/kubetest2-openshift/deployer/down.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-openshift/deployer/dumplogs.go b/e2e/kubetest2-openshift/deployer/dumplogs.go index b5d50356a..134628895 100644 --- a/e2e/kubetest2-openshift/deployer/dumplogs.go +++ b/e2e/kubetest2-openshift/deployer/dumplogs.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-openshift/deployer/up.go b/e2e/kubetest2-openshift/deployer/up.go index 181f8c70c..e9abbb67b 100644 --- a/e2e/kubetest2-openshift/deployer/up.go +++ b/e2e/kubetest2-openshift/deployer/up.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-openshift/main.go b/e2e/kubetest2-openshift/main.go index cebfcaaba..0166b2ea4 100644 --- a/e2e/kubetest2-openshift/main.go +++ b/e2e/kubetest2-openshift/main.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-openshift/types/gcp/platform.go b/e2e/kubetest2-openshift/types/gcp/platform.go index 0462b65ff..0ffc886da 100644 --- a/e2e/kubetest2-openshift/types/gcp/platform.go +++ b/e2e/kubetest2-openshift/types/gcp/platform.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-openshift/types/installconfigs.go b/e2e/kubetest2-openshift/types/installconfigs.go index 199728ba8..11466abf9 100644 --- a/e2e/kubetest2-openshift/types/installconfigs.go +++ b/e2e/kubetest2-openshift/types/installconfigs.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/openshift/openshift_packaging_test.go b/e2e/openshift/openshift_packaging_test.go index 5608e45e4..815d2ee45 100644 --- a/e2e/openshift/openshift_packaging_test.go +++ b/e2e/openshift/openshift_packaging_test.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/pvcresize/pvcresize_test.go b/e2e/pvcresize/pvcresize_test.go index 9af6f5fa1..ef015734c 100644 --- a/e2e/pvcresize/pvcresize_test.go +++ b/e2e/pvcresize/pvcresize_test.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/upgrades/upgrades_test.go b/e2e/upgrades/upgrades_test.go index 13eab4416..5cbae01d9 100644 --- a/e2e/upgrades/upgrades_test.go +++ b/e2e/upgrades/upgrades_test.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/upgradessha256/upgradessha256_test.go b/e2e/upgradessha256/upgradessha256_test.go index e2bb70e94..04ba982e5 100644 --- a/e2e/upgradessha256/upgradessha256_test.go +++ b/e2e/upgradessha256/upgradessha256_test.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/versionchecker/versionchecker_test.go b/e2e/versionchecker/versionchecker_test.go index 201ff8daa..479dd920d 100644 --- a/e2e/versionchecker/versionchecker_test.go +++ b/e2e/versionchecker/versionchecker_test.go @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/examples/3-nodes-insecure-no-topology.yaml b/examples/3-nodes-insecure-no-topology.yaml index ab41a1927..ae71e1e15 100644 --- a/examples/3-nodes-insecure-no-topology.yaml +++ b/examples/3-nodes-insecure-no-topology.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/3-nodes-insecure.yaml b/examples/3-nodes-insecure.yaml index e7ff8683d..118bd1cab 100644 --- a/examples/3-nodes-insecure.yaml +++ b/examples/3-nodes-insecure.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/3-nodes-secure-kube-cert-v20.1.yaml b/examples/3-nodes-secure-kube-cert-v20.1.yaml index 0b2e844ae..1e535c784 100644 --- a/examples/3-nodes-secure-kube-cert-v20.1.yaml +++ b/examples/3-nodes-secure-kube-cert-v20.1.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/3-nodes-secure-kube-cert.yaml b/examples/3-nodes-secure-kube-cert.yaml index cf36efdd7..5ea115eec 100644 --- a/examples/3-nodes-secure-kube-cert.yaml +++ b/examples/3-nodes-secure-kube-cert.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/hack/bin/tools.go b/hack/bin/tools.go index 8cf59d929..272b7b461 100644 --- a/hack/bin/tools.go +++ b/hack/bin/tools.go @@ -1,7 +1,8 @@ +//go:build tools // +build tools /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/hack/boilerplate/boilerplate.Dockerfile.txt b/hack/boilerplate/boilerplate.Dockerfile.txt index aa3f2faa3..0427a6c8b 100644 --- a/hack/boilerplate/boilerplate.Dockerfile.txt +++ b/hack/boilerplate/boilerplate.Dockerfile.txt @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/hack/boilerplate/boilerplate.Makefile.txt b/hack/boilerplate/boilerplate.Makefile.txt index aa3f2faa3..0427a6c8b 100644 --- a/hack/boilerplate/boilerplate.Makefile.txt +++ b/hack/boilerplate/boilerplate.Makefile.txt @@ -1,4 +1,4 @@ -# Copyright 2025 The Cockroach Authors +# Copyright 2026 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/hack/boilerplate/boilerplate.css.txt b/hack/boilerplate/boilerplate.css.txt index ca0f3f8c7..c18c239e4 100644 --- a/hack/boilerplate/boilerplate.css.txt +++ b/hack/boilerplate/boilerplate.css.txt @@ -1,4 +1,4 @@ -// Copyright 2025 The Cockroach Authors +// Copyright 2026 The Cockroach Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/hack/boilerplate/boilerplate.deepcopy.go.txt b/hack/boilerplate/boilerplate.deepcopy.go.txt index 3358f55f0..8e5105e70 100644 --- a/hack/boilerplate/boilerplate.deepcopy.go.txt +++ b/hack/boilerplate/boilerplate.deepcopy.go.txt @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/hack/boilerplate/boilerplate.go.preamble b/hack/boilerplate/boilerplate.go.preamble index a417fecd0..01f8d0936 100644 --- a/hack/boilerplate/boilerplate.go.preamble +++ b/hack/boilerplate/boilerplate.go.preamble @@ -1 +1,2 @@ +//go:build // +build diff --git a/hack/boilerplate/boilerplate.go.txt b/hack/boilerplate/boilerplate.go.txt index 3358f55f0..8e5105e70 100644 --- a/hack/boilerplate/boilerplate.go.txt +++ b/hack/boilerplate/boilerplate.go.txt @@ -1,5 +1,5 @@ /* -Copyright 2025 The Cockroach Authors +Copyright 2026 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/hack/boilerplate/boilerplate.html.txt b/hack/boilerplate/boilerplate.html.txt index e36b17cf7..d9bf7bfba 100644 --- a/hack/boilerplate/boilerplate.html.txt +++ b/hack/boilerplate/boilerplate.html.txt @@ -1,5 +1,5 @@