Martin Atkins
Martin Atkins
**What this PR does / why we need it**: This implements the new behavior proposed in https://github.com/oras-project/oras/pull/1696. I am contributing this change on behalf of the [OpenTofu](https://opentofu.org/) project. **Which issue(s)...
### What is the version of your ORAS CLI 1.3.0-beta.2 ### What would you like to be added? I've been experimenting with using the new `oras manifest index create` command...
This is the [RFC tracking issue](https://github.com/opentofu/opentofu/blob/main/rfc/20241023-rfc-tracking-issues.md) for the proposal originally discussed in https://github.com/opentofu/opentofu/pull/3328, which was itself a followup to the document from https://github.com/opentofu/opentofu/pull/3078. Because this project has very broad scope,...
> [!NOTE] > > This continues the experiment we started in https://github.com/opentofu/opentofu/issues/2932. This time we're creating the issue at the _start_ of the development period, so that we'll have a...
This is a prototype of a partial solution to a notable gap in how write-only arguments have been implemented in most providers so far, as discussed in the following issues/PRs/discussions:...
OpenTofu has support for using [WinRM](https://en.wikipedia.org/wiki/Windows_Remote_Management) as an alternative to SSH in the two remote provisioners `remote-exec` and `file`, implemented in `internal/communicator/winrm`. This was important in the early life of...
Our `go.mod` file currently forces the GODEBUG setting `winsymlink=0`, related to https://github.com/opentofu/opentofu/pull/3289. I believe this setting effectively disables the changes made for these upstream proposals: - https://github.com/golang/go/issues/61893 - https://github.com/golang/go/issues/63703 In...
This is the [RFC tracking issue](https://github.com/opentofu/opentofu/blob/main/rfc/20241023-rfc-tracking-issues.md) for [Miscellaneous Configuration Settings in Modules](https://github.com/opentofu/opentofu/blob/main/rfc/20250730-module-misc-settings.md), which was originally discussed in https://github.com/opentofu/opentofu/pull/3085, and then revised slightly in https://github.com/opentofu/opentofu/pull/3408. **Please do not post bug reports...
This is an initial draft with a high-level proposal for further automating our release process. This is intentionally light on some details to start, because I hope to measure consensus...
The `client` package includes an example of how to use `client.Store`: https://github.com/docker/docker-credential-helpers/blob/b7a754b9ffdf0e99e63ca384435bdacf4bc83e6b/client/client_test.go#L95-L105 The `ServerURL` field is set to a URL including a scheme here, which on the surface seems correct...