Skip to content

Commit

Permalink
terminate file with an extra line
Browse files Browse the repository at this point in the history
also udpatess yamllint and all other yaml files.

Signed-off-by: kranurag7 <[email protected]>
  • Loading branch information
kranurag7 committed Feb 28, 2024
1 parent fbc8a69 commit d9fe0f5
Show file tree
Hide file tree
Showing 14 changed files with 8 additions and 15 deletions.
1 change: 0 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,3 @@
enabledManagers: ["dockerfile", "gomod", "github-actions", "regex"],
recreateClosed: true,
}

1 change: 0 additions & 1 deletion .github/renovate/approval.json5
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@
},
],
}

1 change: 0 additions & 1 deletion .github/renovate/commitMessage.json5
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@
}
]
}

1 change: 0 additions & 1 deletion .github/renovate/golang.json5
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,3 @@
},
],
}

1 change: 0 additions & 1 deletion .github/renovate/groups.json5
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,3 @@
},
]
}

1 change: 0 additions & 1 deletion .github/renovate/labels.json5
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@
}
]
}

1 change: 0 additions & 1 deletion .github/renovate/regexManagers.json5
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@
},
]
}

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,4 @@ jobs:
with:
draft: true
files: out/*
body_path: _releasenotes/${{ env.RELEASE_TAG }}.md
body_path: _releasenotes/${{ env.RELEASE_TAG }}.md
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ jobs:
GIT_REPOSITORY_NAME: cluster-stacks
GO111MODULE: "on"
GIT_ACCESS_TOKEN: ${{ secrets.GIT_ACCESS_TOKEN }}
run: make test-integration-workloadcluster
run: make test-integration-workloadcluster
2 changes: 1 addition & 1 deletion .hadolint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ ignored: []
no-color: false
no-fail: false
strict-labels: false
disable-ignore-pragma: false
disable-ignore-pragma: false
4 changes: 2 additions & 2 deletions .yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rules:
spaces: 2
indent-sequences: consistent
line-length: disable
new-line-at-end-of-file: disable
new-line-at-end-of-file: enable
truthy: disable
document-start: false
comments:
Expand All @@ -26,4 +26,4 @@ ignore:
- _artifacts
- config/crd/**/*.yaml
- config/rbac/**/*.yaml
- config/webhook/**/*.yaml
- config/webhook/**/*.yaml
2 changes: 1 addition & 1 deletion config/certmanager/certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ spec:
secretName: cso-webhook-server-cert # this secret will not be prefixed, since it's not managed by kustomize
subject:
organizations:
- k8s-sig-cluster-lifecycle
- k8s-sig-cluster-lifecycle
2 changes: 1 addition & 1 deletion config/manager/credentials.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ data:
git-provider: ${GIT_PROVIDER_B64:=""}
git-org-name: ${GIT_ORG_NAME_B64:=""}
git-repo-name: ${GIT_REPOSITORY_NAME_B64:=""}
git-access-token: ${GIT_ACCESS_TOKEN_B64:=""}
git-access-token: ${GIT_ACCESS_TOKEN_B64:=""}
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
resources:
- manager.yaml
- credentials.yaml
- credentials.yaml

0 comments on commit d9fe0f5

Please sign in to comment.