Skip to content

Commit 6d42c9f

Browse files
committed
Update admin mailing list to kapitan-admins@googlegroups.com
1 parent 6c7670d commit 6d42c9f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+94
-93
lines changed

.reuse/dep5

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22
Upstream-Name: Kapitan
3-
Upstream-Contact: The Kapitan Authors <kapitan@google.com>
3+
Upstream-Contact: The Kapitan Authors <kapitan-admins@googlegroups.com>
44
Source: kapitan.dev
55

66
# Sample paragraph, commented out:

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ branches:
1111
- /v(\d+\.){2}\d+(-rc\.\d+)?/ # regex for tag branches e.g. v0.22.0-rc.1, v0.22.0 etc
1212
notifications:
1313
recipients:
14-
- kapitan@google.com
14+
- kapitan-admins@googlegroups.com
1515
email:
1616
on_success: change
1717
on_failure: always

examples/kubernetes/compiled/minikube-es/scripts/apply.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -eu
22

33
# Copyright 2019 The Kapitan Authors
4-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
4+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
55
#
66
# SPDX-License-Identifier: Apache-2.0
77

examples/kubernetes/compiled/minikube-es/scripts/delete.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -eu
22

33
# Copyright 2019 The Kapitan Authors
4-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
4+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
55
#
66
# SPDX-License-Identifier: Apache-2.0
77

examples/kubernetes/compiled/minikube-es/scripts/kubectl.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -eu
22

33
# Copyright 2019 The Kapitan Authors
4-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
4+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
55
#
66
# SPDX-License-Identifier: Apache-2.0
77

examples/kubernetes/compiled/minikube-es/scripts/minikube/install_minikube.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -eu
22

33
# Copyright 2019 The Kapitan Authors
4-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
4+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
55
#
66
# SPDX-License-Identifier: Apache-2.0
77

examples/kubernetes/compiled/minikube-es/scripts/minikube/start_minikube.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -eu
22

33
# Copyright 2019 The Kapitan Authors
4-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
4+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
55
#
66
# SPDX-License-Identifier: Apache-2.0
77

examples/kubernetes/compiled/minikube-es/scripts/setup_cluster.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -eu
22

33
# Copyright 2019 The Kapitan Authors
4-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
4+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
55
#
66
# SPDX-License-Identifier: Apache-2.0
77

examples/kubernetes/compiled/minikube-es/scripts/setup_context.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -eu
22

33
# Copyright 2019 The Kapitan Authors
4-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
4+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
55
#
66
# SPDX-License-Identifier: Apache-2.0
77

examples/kubernetes/compiled/minikube-mysql/scripts/apply.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -eu
22

33
# Copyright 2019 The Kapitan Authors
4-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
4+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
55
#
66
# SPDX-License-Identifier: Apache-2.0
77

examples/kubernetes/compiled/minikube-mysql/scripts/delete.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -eu
22

33
# Copyright 2019 The Kapitan Authors
4-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
4+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
55
#
66
# SPDX-License-Identifier: Apache-2.0
77

examples/kubernetes/compiled/minikube-mysql/scripts/kubectl.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -eu
22

33
# Copyright 2019 The Kapitan Authors
4-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
4+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
55
#
66
# SPDX-License-Identifier: Apache-2.0
77

examples/kubernetes/compiled/minikube-mysql/scripts/minikube/install_minikube.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -eu
22

33
# Copyright 2019 The Kapitan Authors
4-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
4+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
55
#
66
# SPDX-License-Identifier: Apache-2.0
77

examples/kubernetes/compiled/minikube-mysql/scripts/minikube/start_minikube.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -eu
22

33
# Copyright 2019 The Kapitan Authors
4-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
4+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
55
#
66
# SPDX-License-Identifier: Apache-2.0
77

examples/kubernetes/compiled/minikube-mysql/scripts/setup_cluster.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -eu
22

33
# Copyright 2019 The Kapitan Authors
4-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
4+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
55
#
66
# SPDX-License-Identifier: Apache-2.0
77

examples/kubernetes/compiled/minikube-mysql/scripts/setup_context.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -eu
22

33
# Copyright 2019 The Kapitan Authors
4-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
4+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
55
#
66
# SPDX-License-Identifier: Apache-2.0
77

examples/kubernetes/scripts/apply.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -eu
22

33
# Copyright 2019 The Kapitan Authors
4-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
4+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
55
#
66
# SPDX-License-Identifier: Apache-2.0
77

examples/kubernetes/scripts/delete.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -eu
22

33
# Copyright 2019 The Kapitan Authors
4-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
4+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
55
#
66
# SPDX-License-Identifier: Apache-2.0
77

examples/kubernetes/scripts/kubectl.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -eu
22

33
# Copyright 2019 The Kapitan Authors
4-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
4+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
55
#
66
# SPDX-License-Identifier: Apache-2.0
77

examples/kubernetes/scripts/minikube/install_minikube.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -eu
22

33
# Copyright 2019 The Kapitan Authors
4-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
4+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
55
#
66
# SPDX-License-Identifier: Apache-2.0
77

examples/kubernetes/scripts/minikube/start_minikube.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -eu
22

33
# Copyright 2019 The Kapitan Authors
4-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
4+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
55
#
66
# SPDX-License-Identifier: Apache-2.0
77

examples/kubernetes/scripts/setup_cluster.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -eu
22

33
# Copyright 2019 The Kapitan Authors
4-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
4+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
55
#
66
# SPDX-License-Identifier: Apache-2.0
77

examples/kubernetes/scripts/setup_context.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -eu
22

33
# Copyright 2019 The Kapitan Authors
4-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
4+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
55
#
66
# SPDX-License-Identifier: Apache-2.0
77

kapitan/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22

33
# Copyright 2019 The Kapitan Authors
4-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
4+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
55
#
66
# SPDX-License-Identifier: Apache-2.0
77

kapitan/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22

33
# Copyright 2019 The Kapitan Authors
4-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
4+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
55
#
66
# SPDX-License-Identifier: Apache-2.0
77

kapitan/cached.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22

33
# Copyright 2019 The Kapitan Authors
4-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
4+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
55
#
66
# SPDX-License-Identifier: Apache-2.0
77

kapitan/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22

33
# Copyright 2019 The Kapitan Authors
4-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
4+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
55
#
66
# SPDX-License-Identifier: Apache-2.0
77

kapitan/defaults.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22

33
# Copyright 2019 The Kapitan Authors
4-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
4+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
55
#
66
# SPDX-License-Identifier: Apache-2.0
77

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
1+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
22
#
33
# SPDX-License-Identifier: Apache-2.0

kapitan/dependency_manager/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
1+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

kapitan/errors.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright 2019 The Kapitan Authors
2-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
2+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
33
#
44
# SPDX-License-Identifier: Apache-2.0
55

kapitan/initialiser.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22

33
# Copyright 2019 The Kapitan Authors
4-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
4+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
55
#
66
# SPDX-License-Identifier: Apache-2.0
77

kapitan/inputs/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
1+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
22
#
33
# SPDX-License-Identifier: Apache-2.0

kapitan/inputs/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22

33
# Copyright 2019 The Kapitan Authors
4-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
4+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
55
#
66
# SPDX-License-Identifier: Apache-2.0
77

kapitan/inputs/copy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22

33
# Copyright 2019 The Kapitan Authors
4-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
4+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
55
#
66
# SPDX-License-Identifier: Apache-2.0
77

kapitan/inputs/jinja2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22

33
# Copyright 2019 The Kapitan Authors
4-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
4+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
55
#
66
# SPDX-License-Identifier: Apache-2.0
77

kapitan/inputs/jinja2_filters.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22

33
# Copyright 2019 The Kapitan Authors
4-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
4+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
55
#
66
# SPDX-License-Identifier: Apache-2.0
77

kapitan/inputs/jsonnet.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22

33
# Copyright 2019 The Kapitan Authors
4-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
4+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
55
#
66
# SPDX-License-Identifier: Apache-2.0
77

kapitan/inputs/kadet.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22

33
# Copyright 2019 The Kapitan Authors
4-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
4+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
55
#
66
# SPDX-License-Identifier: Apache-2.0
77

kapitan/lint.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22

33
# Copyright 2019 The Kapitan Authors
4-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
4+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
55
#
66
# SPDX-License-Identifier: Apache-2.0
77

kapitan/refs/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
1+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
22
#
33
# SPDX-License-Identifier: Apache-2.0

kapitan/refs/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright 2019 The Kapitan Authors
2-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
2+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
33
#
44
# SPDX-License-Identifier: Apache-2.0
55

kapitan/refs/base64.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright 2019 The Kapitan Authors
2-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
2+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
33
#
44
# SPDX-License-Identifier: Apache-2.0
55

kapitan/refs/env.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright 2019 The Kapitan Authors
2-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
2+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
33
#
44
# SPDX-License-Identifier: Apache-2.0
55

kapitan/refs/functions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright 2019 The Kapitan Authors
2-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
2+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
33
#
44
# SPDX-License-Identifier: Apache-2.0
55

kapitan/refs/secrets/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
1+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
22
#
33
# SPDX-License-Identifier: Apache-2.0

kapitan/refs/secrets/awskms.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright 2019 The Kapitan Authors
2-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
2+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
33
#
44
# SPDX-License-Identifier: Apache-2.0
55

kapitan/refs/secrets/gkms.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright 2019 The Kapitan Authors
2-
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan@google.com>
2+
# SPDX-FileCopyrightText: 2020 The Kapitan Authors <kapitan-admins@googlegroups.com>
33
#
44
# SPDX-License-Identifier: Apache-2.0
55

0 commit comments

Comments
 (0)