Skip to content

Commit 2a9569d

Browse files
egeguneshors
andauthored
K8SPG-307: Merge upstream 5.3.1 changes (#379)
* K8SPG-307: Merge upstream 5.3.1 changes Upstream HEAD: f060545 * remove unneeded github actions/workflows --------- Co-authored-by: Viacheslav Sarzhan <[email protected]>
1 parent f767c89 commit 2a9569d

File tree

395 files changed

+37676
-1500
lines changed

Some content is hidden

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

395 files changed

+37676
-1500
lines changed

.dockerignore

-1
This file was deleted.

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ licenses/*
1010
bin/
1111
/testing/kuttl/e2e-generated/
1212
/testing/kuttl/e2e-generated-other/
13+
/testing/kuttl/e2e-generated*/

.golangci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ run:
7979
- envtest
8080
skip-dirs:
8181
- pkg/generated
82-
- hack
82+
- hack

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ See the [Documentation Contribution Guide](https://github.com/percona/k8spg-docs
5454

5555
## Code review
5656

57-
Your contribution will be reviewed by other developers contributing to the project. The more complex your changes are, the more experts will be involved. You will receive feedback and recommendations directly on your pull request on GitHub, so keep an eye on your submission and be prepared to make further amendments. The developers might even provide some concrete suggestions on modifying your code to match the project’s expectations better.
57+
Your contribution will be reviewed by other developers contributing to the project. The more complex your changes are, the more experts will be involved. You will receive feedback and recommendations directly on your pull request on GitHub, so keep an eye on your submission and be prepared to make further amendments. The developers might even provide some concrete suggestions on modifying your code to match the project’s expectations better.

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176

177177
END OF TERMS AND CONDITIONS
178178

179-
Copyright 2017 - 2022 Crunchy Data Solutions, Inc.
179+
Copyright 2017 - 2023 Crunchy Data Solutions, Inc.
180180
Copyright 2021 Percona, LLC
181181

182182
Licensed under the Apache License, Version 2.0 (the "License");

bin/check-deps.sh

-38
This file was deleted.

bin/crunchy-postgres-exporter/common_lib.sh

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

3-
# Copyright 2018 - 2022 Crunchy Data Solutions, Inc.
3+
# Copyright 2018 - 2023 Crunchy Data Solutions, Inc.
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
66
# You may obtain a copy of the License at

0 commit comments

Comments
 (0)