-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding Buildkite logo rollout (#230)
Signed-off-by: Janos Bonic <[email protected]>
- Loading branch information
Janos
authored
Dec 4, 2023
1 parent
12a4d53
commit 23d892b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule opentofu-repo
updated
18 files
+1 −2 | .goreleaser.yaml | |
+0 −2 | CONTRIBUTING.md | |
+19 −0 | Makefile | |
+28 −28 | go.mod | |
+56 −56 | go.sum | |
+1 −1 | internal/backend/remote-state/s3/backend_state.go | |
+24 −21 | internal/backend/remote-state/s3/backend_test.go | |
+2 −1 | internal/backend/remote-state/s3/client.go | |
+5 −5 | internal/backend/remote-state/s3/client_test.go | |
+21 −8 | internal/plugin/grpc_provider.go | |
+21 −8 | internal/plugin6/grpc_provider.go | |
+2 −0 | internal/providers/provider.go | |
+6 −2 | internal/tofu/context_plugins.go | |
+1 −1 | version/VERSION | |
+8 −0 | website/docs/intro/install/buildkite.jsx | |
+1 −0 | website/docs/intro/install/buildkite.svg | |
+3 −0 | website/docs/intro/install/deb.mdx | |
+3 −0 | website/docs/intro/install/rpm.mdx |