Skip to content

Commit

Permalink
Merge branch 'master' into endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
aojea committed Jun 1, 2022
2 parents e17a9dc + beaaed6 commit 3207564
Show file tree
Hide file tree
Showing 9,742 changed files with 1,517,621 additions and 385,762 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .ci-operator.yaml
@@ -1,4 +1,4 @@
build_root_image:
name: release
namespace: openshift
tag: rhel-8-release-golang-1.17-openshift-4.10
tag: rhel-8-release-golang-1.18-openshift-4.11
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yaml
Expand Up @@ -91,7 +91,7 @@ body:
- type: textarea
id: runtime
attributes:
label: Container runtime (CRI) and and version (if applicable)
label: Container runtime (CRI) and version (if applicable)
value: |
<details>
Expand Down
2 changes: 1 addition & 1 deletion .github/OWNERS
Expand Up @@ -8,7 +8,7 @@ reviewers:
- nikhita
- parispittman
approvers:
- sig-contribex-approvers
- sig-contributor-experience-approvers
- parispittman
emeritus_approvers:
- castrojo
Expand Down
13 changes: 1 addition & 12 deletions .gitignore
Expand Up @@ -103,20 +103,9 @@ network_closure.sh
# Downloaded kubernetes binary release tar ball
kubernetes.tar.gz

# generated files in any directory
# TODO(thockin): uncomment this when we stop committing the generated files.
#zz_generated.*
zz_generated.openapi.go
# Phony test files used as part of coverage generation
zz_generated_*_test.go

# TODO(roycaihw): remove this when we stop committing the generated definition
!staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go
!staging/src/k8s.io/kube-aggregator/pkg/generated/openapi/zz_generated.openapi.go
# low-change blueprint in code-generator to notice changes
!staging/src/k8s.io/code-generator/examples/apiserver/openapi/zz_generated.openapi.go
# low-change sample-apiserver spec to be compilable when published
!staging/src/k8s.io/sample-apiserver/pkg/generated/openapi/zz_generated.openapi.go

# make-related metadata
/.make/

Expand Down
7 changes: 7 additions & 0 deletions .golangci.yaml
Expand Up @@ -21,10 +21,17 @@ linters:
# - structcheck
# - varcheck
- ineffassign
- logcheck
- staticcheck
- unused

linters-settings: # please keep this alphabetized
custom:
logcheck:
# Installed there by hack/verify-golangci-lint.sh.
path: _output/local/bin/logcheck.so
description: structured logging checker
original-url: k8s.io/klog/hack/tools
staticcheck:
go: "1.17"
checks: [
Expand Down
3,134 changes: 3,134 additions & 0 deletions CHANGELOG/CHANGELOG-1.10.md

Large diffs are not rendered by default.

2,576 changes: 2,576 additions & 0 deletions CHANGELOG/CHANGELOG-1.11.md

Large diffs are not rendered by default.

2,342 changes: 2,342 additions & 0 deletions CHANGELOG/CHANGELOG-1.12.md

Large diffs are not rendered by default.

2,224 changes: 2,224 additions & 0 deletions CHANGELOG/CHANGELOG-1.13.md

Large diffs are not rendered by default.

2,225 changes: 2,225 additions & 0 deletions CHANGELOG/CHANGELOG-1.14.md

Large diffs are not rendered by default.

2,223 changes: 2,223 additions & 0 deletions CHANGELOG/CHANGELOG-1.15.md

Large diffs are not rendered by default.

3,027 changes: 3,027 additions & 0 deletions CHANGELOG/CHANGELOG-1.16.md

Large diffs are not rendered by default.

0 comments on commit 3207564

Please sign in to comment.