Dylan Arbour

Results 17 issues of Dylan Arbour

Adds a build target `aarch64-apple-darwin` to the release steps. Closes #1737

### Troubleshooting Before submitting a bug report please read the [Troubleshooting doc](https://github.com/docker/build-push-action/blob/master/TROUBLESHOOTING.md). ### Behaviour #### Steps to reproduce this issue 1. Configure a workflow that does not use `context: .`...

kind/upstream

If the API returns a 401, like if a bad token is passed into the client constructor, all errors will appear as `internal error, response body doesn't match error type...

Uses goreleaser-cross to build Linux and Darwin binaries for both amd64 and arm64.

For idents (`com.example.my`) that match their URI host, we should rewrite the URIs to allow: `https://my.example.com/default/somefunction/v1.0.0` -> `https://my.example.com/com.example.my/default/somefunction/v1.0.0`

enhancement

Updates the function signature for the change to `observability.OtelMeter()`. Currently discarding the shutdown function.

There is a [resource](https://registry.terraform.io/providers/equinix/metal/latest/docs/resources/ssh_key) for `metal_ssh_key` but there is no datasource. It is supported by [packngo](https://github.com/packethost/packngo/blob/2edef8d71b35ff24f182a7d0c77ff0f45f1924ad/sshkeys.go#L14-L16). Similarly, it could be structured like the [datasource](https://registry.terraform.io/providers/equinix/metal/latest/docs/data-sources/project_ssh_key) `metal_project_ssh_key`. Additionally, it would be nice...

source/terraform-provider-metal
area/resources/metal

To facilitate testing, build a binary and container image for each commit and shuffle it off somewhere that isn't a GitHub Release.

### Issue If running a job that uses a container like the below, the file `/github/home/.gitconfig` will not exist, even after checkout runs a config command. ```yaml example: runs-on: ubuntu-latest...

If you create a project: ```tf resource "vercel_project" "example" { name = "example" framework = "nextjs" } ``` And change it to (assuming you actually have the GitHub app setup...