Skip to content

Commit

Permalink
EKS-D v1-21-eks-4 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
pst committed Aug 23, 2021
1 parent 523b1af commit da97ac7
Show file tree
Hide file tree
Showing 11,945 changed files with 1,043,683 additions and 635,573 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: kbstci
password: ${{ secrets.DOCKER_AUTH }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build image
if: startsWith(github.ref, 'refs/tags/v') == false
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
RELEASE_BRANCH = 1-19
VERSION := v$(subst -,.,$(RELEASE_BRANCH)).6
SOURCE_URL = https://distro.eks.amazonaws.com/kubernetes-${RELEASE_BRANCH}/releases/1/artifacts/kubernetes/${VERSION}/kubernetes-src.tar.gz
RELEASE_BRANCH = 1-21
VERSION := v$(subst -,.,$(RELEASE_BRANCH)).2
SOURCE_URL = https://distro.eks.amazonaws.com/kubernetes-${RELEASE_BRANCH}/releases/4/artifacts/kubernetes/${VERSION}/kubernetes-src.tar.gz
GIT_SHA := $(shell echo `git rev-parse --verify HEAD^{commit}`)
IMAGE_NAME = ghcr.io/kbst/kind-eks-d
TEST_IMAGE = ${IMAGE_NAME}:${GIT_SHA}
Expand Down
1 change: 0 additions & 1 deletion kubernetes-src/.bazelrc

This file was deleted.

1 change: 0 additions & 1 deletion kubernetes-src/.bazelversion

This file was deleted.

10 changes: 5 additions & 5 deletions kubernetes-src/.github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ If the matter is security related, please disclose it privately via https://kube
-->


**What happened**:
#### What happened:

**What you expected to happen**:
#### What you expected to happen:

**How to reproduce it (as minimally and precisely as possible)**:
#### How to reproduce it (as minimally and precisely as possible):

**Anything else we need to know?**:
#### Anything else we need to know?:

**Environment**:
#### Environment:
- Kubernetes version (use `kubectl version`):
- Cloud provider or hardware configuration:
- OS (e.g: `cat /etc/os-release`):
Expand Down
4 changes: 4 additions & 0 deletions kubernetes-src/.github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
contact_links:
- name: Support Request
url: https://discuss.kubernetes.io
about: Support request or question relating to Kubernetes
16 changes: 11 additions & 5 deletions kubernetes-src/.github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
---
name: Enhancement Request
about: Suggest an enhancement to the Kubernetes project
name: Enhancement Tracking Issue
about: Provide supporting details for a feature in development
labels: kind/feature

---
<!-- Please only use this template for submitting enhancement requests -->
<!-- Feature requests are unlikely to make progress as an issue.
**What would you like to be added**:
Instead, please suggest enhancements by engaging with SIGs on slack and mailing lists.
**Why is this needed**:
A proposal that works through the design along with the implications of the change can be opened as a KEP:
https://git.k8s.io/enhancements/keps#kubernetes-enhancement-proposals-keps
-->

#### What would you like to be added:

#### Why is this needed:
12 changes: 6 additions & 6 deletions kubernetes-src/.github/ISSUE_TEMPLATE/failing-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ labels: kind/failing-test

<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI -->

**Which jobs are failing**:
#### Which jobs are failing:

**Which test(s) are failing**:
#### Which test(s) are failing:

**Since when has it been failing**:
#### Since when has it been failing:

**Testgrid link**:
#### Testgrid link:

**Reason for failure**:
#### Reason for failure:

**Anything else we need to know**:
#### Anything else we need to know:
12 changes: 7 additions & 5 deletions kubernetes-src/.github/ISSUE_TEMPLATE/flaking-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@ labels: kind/flake

<!-- Please only use this template for submitting reports about flaky tests or jobs (pass or fail with no underlying change in code) in Kubernetes CI -->

**Which jobs are flaking**:
#### Which jobs are flaking:

**Which test(s) are flaking**:
#### Which test(s) are flaking:

**Testgrid link**:
#### Testgrid link:

**Reason for failure**:
#### Reason for failure:

**Anything else we need to know**:
#### Anything else we need to know:
- links to go.k8s.io/triage appreciated
- links to specific failures in spyglass appreciated

<!-- Please see the deflaking doc (https://github.com/kubernetes/community/blob/master/contributors/devel/sig-testing/flaky-tests.md) for more guidance! -->
18 changes: 0 additions & 18 deletions kubernetes-src/.github/ISSUE_TEMPLATE/support.md

This file was deleted.

4 changes: 3 additions & 1 deletion kubernetes-src/.github/OWNERS
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# See the OWNERS docs at https://go.k8s.io/owners

reviewers:
- castrojo
- alisondy
- cblecker
- guineveresaenger
- justaugustus
- mrbobbytables
- nikhita
- parispittman
approvers:
- sig-contribex-approvers
- parispittman
emeritus_approvers:
- castrojo
- Phillels
labels:
- sig/contributor-experience
12 changes: 6 additions & 6 deletions kubernetes-src/.github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ https://git.k8s.io/community/contributors/devel/sig-release/release.md#issuepr-k
5. If the PR is unfinished, see how to mark it: https://git.k8s.io/community/contributors/guide/pull-requests.md#marking-unfinished-pull-requests
-->

**What type of PR is this?**
#### What type of PR is this?

<!--
Add one of the following kinds:
Expand All @@ -26,19 +26,19 @@ Optionally add one or more of the following kinds if applicable:
/kind regression
-->

**What this PR does / why we need it**:
#### What this PR does / why we need it:

**Which issue(s) this PR fixes**:
#### Which issue(s) this PR fixes:
<!--
*Automatically closes linked issue when PR is merged.
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
_If PR is about `failing-tests or flakes`, please post the related issues/tests in a comment and do not use `Fixes`_*
-->
Fixes #

**Special notes for your reviewer**:
#### Special notes for your reviewer:

**Does this PR introduce a user-facing change?**:
#### Does this PR introduce a user-facing change?
<!--
If no, just write "NONE" in the release-note block below.
If yes, a release note is required:
Expand All @@ -50,7 +50,7 @@ For more information on release notes see: https://git.k8s.io/community/contribu
```

**Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.**:
#### Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:

<!--
This section can be blank if this pull request does not require a release note.
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-src/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ zz_generated_*_test.go
!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
!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

Expand Down
1 change: 0 additions & 1 deletion kubernetes-src/.kazelcfg.json

This file was deleted.

1 change: 0 additions & 1 deletion kubernetes-src/BUILD.bazel

This file was deleted.

Loading

0 comments on commit da97ac7

Please sign in to comment.