diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4563b51a..07f07569 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,15 +125,6 @@ jobs: uses: actions/setup-go@v4 with: go-version: 1.19 - - name: Enable Experimental Docker CLI - run: | - echo $'{\n "experimental": true\n}' | sudo tee /etc/docker/daemon.json - mkdir -p ~/.docker - echo $'{\n "experimental": "enabled"\n}' | sudo tee ~/.docker/config.json - sudo service docker restart - docker version -f '{{.Client.Experimental}}' - docker version -f '{{.Server.Experimental}}' - docker buildx version - name: Container run: make container diff --git a/pkg/k8s/apis/kilo/v1alpha1/zz_generated.deepcopy.go b/pkg/k8s/apis/kilo/v1alpha1/zz_generated.deepcopy.go index a25487cc..56b416b8 100644 --- a/pkg/k8s/apis/kilo/v1alpha1/zz_generated.deepcopy.go +++ b/pkg/k8s/apis/kilo/v1alpha1/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ //go:build !ignore_autogenerated // +build !ignore_autogenerated -// Copyright 2023 the Kilo authors +// Copyright 2024 the Kilo 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/pkg/k8s/clientset/versioned/clientset.go b/pkg/k8s/clientset/versioned/clientset.go index 0dfec0bd..60c62e22 100644 --- a/pkg/k8s/clientset/versioned/clientset.go +++ b/pkg/k8s/clientset/versioned/clientset.go @@ -1,4 +1,4 @@ -// Copyright 2023 the Kilo authors +// Copyright 2024 the Kilo 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/pkg/k8s/clientset/versioned/doc.go b/pkg/k8s/clientset/versioned/doc.go index d70cdf53..61b8e5a4 100644 --- a/pkg/k8s/clientset/versioned/doc.go +++ b/pkg/k8s/clientset/versioned/doc.go @@ -1,4 +1,4 @@ -// Copyright 2023 the Kilo authors +// Copyright 2024 the Kilo 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/pkg/k8s/clientset/versioned/fake/clientset_generated.go b/pkg/k8s/clientset/versioned/fake/clientset_generated.go index 3f37ffa2..acacc51d 100644 --- a/pkg/k8s/clientset/versioned/fake/clientset_generated.go +++ b/pkg/k8s/clientset/versioned/fake/clientset_generated.go @@ -1,4 +1,4 @@ -// Copyright 2023 the Kilo authors +// Copyright 2024 the Kilo 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/pkg/k8s/clientset/versioned/fake/doc.go b/pkg/k8s/clientset/versioned/fake/doc.go index 100bb448..89edb763 100644 --- a/pkg/k8s/clientset/versioned/fake/doc.go +++ b/pkg/k8s/clientset/versioned/fake/doc.go @@ -1,4 +1,4 @@ -// Copyright 2023 the Kilo authors +// Copyright 2024 the Kilo 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/pkg/k8s/clientset/versioned/fake/register.go b/pkg/k8s/clientset/versioned/fake/register.go index 33623e02..ccdff0d9 100644 --- a/pkg/k8s/clientset/versioned/fake/register.go +++ b/pkg/k8s/clientset/versioned/fake/register.go @@ -1,4 +1,4 @@ -// Copyright 2023 the Kilo authors +// Copyright 2024 the Kilo 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/pkg/k8s/clientset/versioned/scheme/doc.go b/pkg/k8s/clientset/versioned/scheme/doc.go index 79f1837b..9b6bbb5f 100644 --- a/pkg/k8s/clientset/versioned/scheme/doc.go +++ b/pkg/k8s/clientset/versioned/scheme/doc.go @@ -1,4 +1,4 @@ -// Copyright 2023 the Kilo authors +// Copyright 2024 the Kilo 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/pkg/k8s/clientset/versioned/scheme/register.go b/pkg/k8s/clientset/versioned/scheme/register.go index c0d25bb3..8b221fac 100644 --- a/pkg/k8s/clientset/versioned/scheme/register.go +++ b/pkg/k8s/clientset/versioned/scheme/register.go @@ -1,4 +1,4 @@ -// Copyright 2023 the Kilo authors +// Copyright 2024 the Kilo 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/pkg/k8s/clientset/versioned/typed/kilo/v1alpha1/doc.go b/pkg/k8s/clientset/versioned/typed/kilo/v1alpha1/doc.go index 0470be73..629b78fa 100644 --- a/pkg/k8s/clientset/versioned/typed/kilo/v1alpha1/doc.go +++ b/pkg/k8s/clientset/versioned/typed/kilo/v1alpha1/doc.go @@ -1,4 +1,4 @@ -// Copyright 2023 the Kilo authors +// Copyright 2024 the Kilo 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/pkg/k8s/clientset/versioned/typed/kilo/v1alpha1/fake/doc.go b/pkg/k8s/clientset/versioned/typed/kilo/v1alpha1/fake/doc.go index 7a0be775..343e8c3a 100644 --- a/pkg/k8s/clientset/versioned/typed/kilo/v1alpha1/fake/doc.go +++ b/pkg/k8s/clientset/versioned/typed/kilo/v1alpha1/fake/doc.go @@ -1,4 +1,4 @@ -// Copyright 2023 the Kilo authors +// Copyright 2024 the Kilo 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/pkg/k8s/clientset/versioned/typed/kilo/v1alpha1/fake/fake_kilo_client.go b/pkg/k8s/clientset/versioned/typed/kilo/v1alpha1/fake/fake_kilo_client.go index 18bbca55..fbe986ef 100644 --- a/pkg/k8s/clientset/versioned/typed/kilo/v1alpha1/fake/fake_kilo_client.go +++ b/pkg/k8s/clientset/versioned/typed/kilo/v1alpha1/fake/fake_kilo_client.go @@ -1,4 +1,4 @@ -// Copyright 2023 the Kilo authors +// Copyright 2024 the Kilo 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/pkg/k8s/clientset/versioned/typed/kilo/v1alpha1/fake/fake_peer.go b/pkg/k8s/clientset/versioned/typed/kilo/v1alpha1/fake/fake_peer.go index 47400b36..942bc08a 100644 --- a/pkg/k8s/clientset/versioned/typed/kilo/v1alpha1/fake/fake_peer.go +++ b/pkg/k8s/clientset/versioned/typed/kilo/v1alpha1/fake/fake_peer.go @@ -1,4 +1,4 @@ -// Copyright 2023 the Kilo authors +// Copyright 2024 the Kilo 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/pkg/k8s/clientset/versioned/typed/kilo/v1alpha1/generated_expansion.go b/pkg/k8s/clientset/versioned/typed/kilo/v1alpha1/generated_expansion.go index 8bd960ef..0fa100f4 100644 --- a/pkg/k8s/clientset/versioned/typed/kilo/v1alpha1/generated_expansion.go +++ b/pkg/k8s/clientset/versioned/typed/kilo/v1alpha1/generated_expansion.go @@ -1,4 +1,4 @@ -// Copyright 2023 the Kilo authors +// Copyright 2024 the Kilo 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/pkg/k8s/clientset/versioned/typed/kilo/v1alpha1/kilo_client.go b/pkg/k8s/clientset/versioned/typed/kilo/v1alpha1/kilo_client.go index 04c40872..42451f5e 100644 --- a/pkg/k8s/clientset/versioned/typed/kilo/v1alpha1/kilo_client.go +++ b/pkg/k8s/clientset/versioned/typed/kilo/v1alpha1/kilo_client.go @@ -1,4 +1,4 @@ -// Copyright 2023 the Kilo authors +// Copyright 2024 the Kilo 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/pkg/k8s/clientset/versioned/typed/kilo/v1alpha1/peer.go b/pkg/k8s/clientset/versioned/typed/kilo/v1alpha1/peer.go index cf92f0e1..32f5455a 100644 --- a/pkg/k8s/clientset/versioned/typed/kilo/v1alpha1/peer.go +++ b/pkg/k8s/clientset/versioned/typed/kilo/v1alpha1/peer.go @@ -1,4 +1,4 @@ -// Copyright 2023 the Kilo authors +// Copyright 2024 the Kilo 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/pkg/k8s/informers/factory.go b/pkg/k8s/informers/factory.go index db8add85..ac34e14b 100644 --- a/pkg/k8s/informers/factory.go +++ b/pkg/k8s/informers/factory.go @@ -1,4 +1,4 @@ -// Copyright 2023 the Kilo authors +// Copyright 2024 the Kilo 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/pkg/k8s/informers/generic.go b/pkg/k8s/informers/generic.go index 2ce2f961..8dde6066 100644 --- a/pkg/k8s/informers/generic.go +++ b/pkg/k8s/informers/generic.go @@ -1,4 +1,4 @@ -// Copyright 2023 the Kilo authors +// Copyright 2024 the Kilo 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/pkg/k8s/informers/internalinterfaces/factory_interfaces.go b/pkg/k8s/informers/internalinterfaces/factory_interfaces.go index 9e21d9f4..c391e669 100644 --- a/pkg/k8s/informers/internalinterfaces/factory_interfaces.go +++ b/pkg/k8s/informers/internalinterfaces/factory_interfaces.go @@ -1,4 +1,4 @@ -// Copyright 2023 the Kilo authors +// Copyright 2024 the Kilo 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/pkg/k8s/informers/kilo/interface.go b/pkg/k8s/informers/kilo/interface.go index d1960014..b0529856 100644 --- a/pkg/k8s/informers/kilo/interface.go +++ b/pkg/k8s/informers/kilo/interface.go @@ -1,4 +1,4 @@ -// Copyright 2023 the Kilo authors +// Copyright 2024 the Kilo 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/pkg/k8s/informers/kilo/v1alpha1/interface.go b/pkg/k8s/informers/kilo/v1alpha1/interface.go index fbd0c2e3..18e0263c 100644 --- a/pkg/k8s/informers/kilo/v1alpha1/interface.go +++ b/pkg/k8s/informers/kilo/v1alpha1/interface.go @@ -1,4 +1,4 @@ -// Copyright 2023 the Kilo authors +// Copyright 2024 the Kilo 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/pkg/k8s/informers/kilo/v1alpha1/peer.go b/pkg/k8s/informers/kilo/v1alpha1/peer.go index 1fc95b8f..68391ea7 100644 --- a/pkg/k8s/informers/kilo/v1alpha1/peer.go +++ b/pkg/k8s/informers/kilo/v1alpha1/peer.go @@ -1,4 +1,4 @@ -// Copyright 2023 the Kilo authors +// Copyright 2024 the Kilo 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/pkg/k8s/listers/kilo/v1alpha1/expansion_generated.go b/pkg/k8s/listers/kilo/v1alpha1/expansion_generated.go index 72b518dd..98a49795 100644 --- a/pkg/k8s/listers/kilo/v1alpha1/expansion_generated.go +++ b/pkg/k8s/listers/kilo/v1alpha1/expansion_generated.go @@ -1,4 +1,4 @@ -// Copyright 2023 the Kilo authors +// Copyright 2024 the Kilo 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/pkg/k8s/listers/kilo/v1alpha1/peer.go b/pkg/k8s/listers/kilo/v1alpha1/peer.go index ce2c4027..8c121773 100644 --- a/pkg/k8s/listers/kilo/v1alpha1/peer.go +++ b/pkg/k8s/listers/kilo/v1alpha1/peer.go @@ -1,4 +1,4 @@ -// Copyright 2023 the Kilo authors +// Copyright 2024 the Kilo authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.