Skip to content

Commit

Permalink
feat: Creating the v2 version of the provider
Browse files Browse the repository at this point in the history
  • Loading branch information
rlinstorres committed Nov 21, 2024
1 parent d7a6eef commit b8cf4f2
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 147 deletions.
38 changes: 28 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,30 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 5
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 5
- package-ecosystem: github-actions
directory: /
groups:
github-actions:
patterns:
- "*"
update-types:
- minor
- patch
labels: [dependencies]
commit-message:
prefix: "Dependencies:"
schedule:
interval: daily
- package-ecosystem: gomod
directory: /
groups:
gomod:
patterns:
- "*"
update-types:
- minor
- patch
labels: [dependencies]
commit-message:
prefix: "Dependencies:"
schedule:
interval: daily
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
*.dll
*.exe
.DS_Store
.vscode
example.tf
terraform.tfplan
terraform.tfstate
Expand Down
31 changes: 0 additions & 31 deletions scripts/build.sh

This file was deleted.

28 changes: 0 additions & 28 deletions scripts/docker-compose.yaml

This file was deleted.

Empty file modified scripts/errcheck.sh
100755 → 100644
Empty file.
Empty file modified scripts/gofmtcheck.sh
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion scripts/gogetcookie.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ git config --global http.cookiefile ~/.gitcookies

tr , \\t <<\__END__ >>~/.gitcookies
go.googlesource.com,FALSE,/,TRUE,2147483647,o,git-admin.hashicorptest.com=1/5dMSZVNdQscVq3on5V38iBrG9sP2TYRlbj3TDMJHKEvoBxl_QW-zl-L7a8lk-FU-
__END__
__END__
4 changes: 0 additions & 4 deletions scripts/registries.yaml

This file was deleted.

61 changes: 0 additions & 61 deletions scripts/start-k3s.sh

This file was deleted.

11 changes: 0 additions & 11 deletions scripts/stop-k3s.sh

This file was deleted.

0 comments on commit b8cf4f2

Please sign in to comment.