Skip to content

Commit 1060ccd

Browse files
authored
build: Update all tools (#704)
**What problem does this PR solve?**: **Which issue(s) this PR fixes**: Fixes # **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. -->
1 parent 87ad694 commit 1060ccd

File tree

6 files changed

+390
-368
lines changed

6 files changed

+390
-368
lines changed

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Copyright 2023 Nutanix. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4+
version: 2
5+
46
project_name: cluster-api-runtime-extensions-nutanix
57

68
changelog:
@@ -87,7 +89,6 @@ builds:
8789
8890
archives:
8991
- name_template: '{{ .ProjectName }}_v{{ trimprefix .Version "v" }}_{{ .Os }}_{{ .Arch }}'
90-
rlcp: true
9192
builds:
9293
- cluster-api-runtime-extensions-nutanix
9394

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ repos:
8181
stages: [commit]
8282
exclude: ^charts/cluster-api-runtime-extensions-nutanix/README.md$
8383
- repo: https://github.com/rhysd/actionlint
84-
rev: v1.7.0
84+
rev: v1.7.1
8585
hooks:
8686
- id: actionlint-system
8787
stages: [commit]
@@ -106,7 +106,7 @@ repos:
106106
stages: [commit]
107107
args: ["-e", "SC2211", "-x"]
108108
- repo: https://github.com/igorshubovych/markdownlint-cli
109-
rev: v0.40.0
109+
rev: v0.41.0
110110
hooks:
111111
- id: markdownlint
112112
stages: [commit]

0 commit comments

Comments
 (0)