Skip to content

Commit 736fc2d

Browse files
dependabot[bot]AshleyDumaine
authored andcommitted
🌱 Bump softprops/action-gh-release from 2.3.2 to 2.3.3 (#869)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.3.2 to 2.3.3. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2.3.2...v2.3.3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 42f7dbd commit 736fc2d

File tree

40 files changed

+99
-99
lines changed

40 files changed

+99
-99
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
env:
2222
RELEASE_TAG: ${{ github.ref_name }}
2323
- name: Upload Release Artifacts
24-
uses: softprops/action-gh-release@v2.3.2
24+
uses: softprops/action-gh-release@v2.3.3
2525
with:
2626
files: |
2727
./infrastructure-linode/*

docs/src/topics/disks/data-disks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spec:
6363
kind: KubeadmControlPlane
6464
apiVersion: controlplane.cluster.x-k8s.io/v1beta1
6565
metadata:
66-
name: "${CLUSTER_NAME}-control-plane"
66+
name: "${CLUSTER_NAME}-cp"
6767
spec:
6868
diskSetup:
6969
filesystems:

docs/src/topics/vpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ _Example template where the VPC interface is not the primary interface_
2727
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha2
2828
kind: LinodeMachineTemplate
2929
metadata:
30-
name: test-cluster-md-0
30+
name: test-cluster
3131
namespace: default
3232
spec:
3333
template:

e2e/capl-cluster-flavors/k3s-capl-cluster/chainsaw-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
bindings:
1414
# A short identifier for the E2E test run
1515
- name: run
16-
value: (join('-', ['e2e', 'k3s-cluster', random('[0-9a-z]{7}')]))
16+
value: (join('-', ['e2e', 'k3s', random('[0-9a-z]{7}')]))
1717
- name: cluster
1818
# Format the cluster name
1919
value: (trim((truncate(($run), `29`)), '-'))

e2e/capl-cluster-flavors/kubeadm-capl-cluster/chainsaw-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: chainsaw.kyverno.io/v1alpha1
33
kind: Test
44
metadata:
55
creationTimestamp: null
6-
name: default-capl-cluster
6+
name: default-cluster
77
# Labels to allow the test to be triggered based on selector flag
88
labels:
99
all:
@@ -13,7 +13,7 @@ spec:
1313
bindings:
1414
# A short identifier for the E2E test run
1515
- name: run
16-
value: (join('-', ['e2e', 'default-cluster', random('[0-9a-z]{7}')]))
16+
value: (join('-', ['e2e', 'default', random('[0-9a-z]{7}')]))
1717
- name: cluster
1818
# Format the cluster name
1919
# linode firewall has limit of max 32 chars, so we truncate the cluster name to 29 chars

e2e/capl-cluster-flavors/kubeadm-flatcar-vpcless-capl-cluster/chainsaw-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
bindings:
1414
# A short identifier for the E2E test run
1515
- name: run
16-
value: (join('-', ['e2e', 'flatcar-cluster', random('[0-9a-z]{7}')]))
16+
value: (join('-', ['e2e', 'flatcar', random('[0-9a-z]{7}')]))
1717
- name: cluster
1818
# Format the cluster name
1919
value: (trim((truncate(($run), `29`)), '-'))

e2e/capl-cluster-flavors/kubeadm-full-capl-cluster/chainsaw-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
bindings:
1414
# Identifier for the E2E test run
1515
- name: run
16-
value: (join('-', ['e2e', 'kdmf-tst', random('[0-9a-z]{7}')]))
16+
value: (join('-', ['e2e', 'full', random('[0-9a-z]{7}')]))
1717
- name: cluster
1818
# Format the cluster name
1919
value: (trim((truncate(($run), `29`)), '-'))

e2e/linodemachinetemplate-controller/lmt-tags/chainsaw-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
bindings:
1111
# A short identifier for the E2E test run
1212
- name: run
13-
value: (join('-', ['e2e', 'cluster-obj-store', random('[0-9a-z]{7}')]))
13+
value: (join('-', ['e2e', 'obj-store', random('[0-9a-z]{7}')]))
1414
- name: cluster
1515
# Format the cluster name
1616
value: (trim((truncate(($run), `29`)), '-'))
@@ -76,4 +76,4 @@ spec:
7676
catch:
7777
- describe:
7878
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha2
79-
kind: LinodeMachine
79+
kind: LinodeMachine

templates/addons/machine-health-check/machinehealthcheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
# Conditions to check on Nodes for matched Machines, if any condition is matched for the duration of its timeout, the Machine is considered unhealthy
1919
selector:
2020
matchLabels:
21-
cluster.x-k8s.io/deployment-name: ${CLUSTER_NAME}-md-0
21+
cluster.x-k8s.io/deployment-name: ${CLUSTER_NAME}
2222
unhealthyConditions:
2323
- type: Ready
2424
status: Unknown

templates/flavors/clusterclass-kubeadm/clusterClass.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ spec:
77
ref:
88
apiVersion: controlplane.cluster.x-k8s.io/v1beta1
99
kind: KubeadmControlPlaneTemplate
10-
name: kubeadm-control-plane
10+
name: kubeadm-cp
1111
machineInfrastructure:
1212
ref:
1313
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha2
1414
kind: LinodeMachineTemplate
15-
name: kubeadm-control-plane
15+
name: kubeadm-cp
1616
infrastructure:
1717
ref:
1818
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha2

0 commit comments

Comments
 (0)