Skip to content

Commit

Permalink
Squashed 'release-tools/' changes from 734c2b95..98f23071
Browse files Browse the repository at this point in the history
kubernetes-csi/csi-release-tools@98f23071 Merge kubernetes-csi/csi-release-tools#260 from TerryHowe/update-csi-driver-version
kubernetes-csi/csi-release-tools@e9d8712d Merge kubernetes-csi/csi-release-tools#259 from stmcginnis/deprecated-kind-kube-root
kubernetes-csi/csi-release-tools@faf79ff6 Remove --kube-root deprecated kind argument
kubernetes-csi/csi-release-tools@18b6ac6d chore: update CSI driver version to 1.15

git-subtree-dir: release-tools
git-subtree-split: 98f23071d946dd3de3188a7e1f84679067003162
  • Loading branch information
avorima committed Dec 9, 2024
1 parent b39abbc commit 627798c
Show file tree
Hide file tree
Showing 4,612 changed files with 252 additions and 1,359,568 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 0 additions & 1 deletion .cloudbuild.sh

This file was deleted.

40 changes: 0 additions & 40 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

28 changes: 0 additions & 28 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,34 +1,6 @@
version: 2
enable-beta-ecosystems: true
updates:
- package-ecosystem: gomod
directory: "/"
allow:
- dependency-type: "all"
schedule:
interval: weekly
groups:
golang-dependencies:
patterns:
- "github.com/golang*"
k8s-dependencies:
patterns:
- "k8s.io*"
- "sigs.k8s.io*"
- "github.com/kubernetes-csi*"
github-dependencies:
patterns:
- "*"
exclude-patterns:
- "github.com/golang*"
- "k8s.io*"
- "sigs.k8s.io*"
- "github.com/kubernetes-csi*"
labels:
- "area/dependency"
- "release-note-none"
- "ok-to-test"
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
File renamed without changes.
File renamed without changes.
44 changes: 0 additions & 44 deletions .gitignore

This file was deleted.

25 changes: 22 additions & 3 deletions .prow.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
#! /bin/bash
#! /bin/bash -e

. release-tools/prow.sh
main
# Copyright 2021 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# This is for testing csi-release-tools itself in Prow. All other
# repos use prow.sh for that, but as csi-release-tools isn't a normal
# repo with some Go code in it, it has a custom Prow test script.

./verify-shellcheck.sh "$(pwd)"
./verify-spelling.sh "$(pwd)"
./verify-boilerplate.sh "$(pwd)"
11 changes: 0 additions & 11 deletions CHANGELOG/CHANGELOG-0.1.md

This file was deleted.

19 changes: 0 additions & 19 deletions CHANGELOG/CHANGELOG-0.2.md

This file was deleted.

18 changes: 0 additions & 18 deletions CHANGELOG/CHANGELOG-0.3.md

This file was deleted.

9 changes: 0 additions & 9 deletions CHANGELOG/CHANGELOG-0.4.md

This file was deleted.

9 changes: 0 additions & 9 deletions CHANGELOG/CHANGELOG-0.5.md

This file was deleted.

135 changes: 0 additions & 135 deletions CHANGELOG/CHANGELOG-1.0.md

This file was deleted.

Loading

0 comments on commit 627798c

Please sign in to comment.