Skip to content

Commit

Permalink
Bump github.com/chainguard-dev/terraform-provider-oci from 0.0.0-2023…
Browse files Browse the repository at this point in the history
…0426201150-f82273dff08e to 0.0.1 (#25)

Bumps
[github.com/chainguard-dev/terraform-provider-oci](https://github.com/chainguard-dev/terraform-provider-oci)
from 0.0.0-20230426201150-f82273dff08e to 0.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/chainguard-dev/terraform-provider-oci/releases">github.com/chainguard-dev/terraform-provider-oci's
releases</a>.</em></p>
<blockquote>
<h2>v0.0.1</h2>
<h2>What's Changed</h2>
<ul>
<li>fix package for pkg/validators by <a
href="https://github.com/imjasonh"><code>@​imjasonh</code></a> in <a
href="https://redirect.github.com/chainguard-dev/terraform-provider-oci/pull/5">chainguard-dev/terraform-provider-oci#5</a></li>
<li>implement basic <code>oci_append</code> by <a
href="https://github.com/imjasonh"><code>@​imjasonh</code></a> in <a
href="https://redirect.github.com/chainguard-dev/terraform-provider-oci/pull/4">chainguard-dev/terraform-provider-oci#4</a></li>
<li>flesh out types from the oci_ref data source by <a
href="https://github.com/imjasonh"><code>@​imjasonh</code></a> in <a
href="https://redirect.github.com/chainguard-dev/terraform-provider-oci/pull/6">chainguard-dev/terraform-provider-oci#6</a></li>
<li>add oci_tag by <a
href="https://github.com/imjasonh"><code>@​imjasonh</code></a> in <a
href="https://redirect.github.com/chainguard-dev/terraform-provider-oci/pull/10">chainguard-dev/terraform-provider-oci#10</a></li>
<li>Bump crazy-max/ghaction-import-gpg from 5.2.0 to 5.3.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/chainguard-dev/terraform-provider-oci/pull/11">chainguard-dev/terraform-provider-oci#11</a></li>
<li>Bump github.com/google/go-containerregistry from 0.14.0 to 0.15.1 by
<a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
<a
href="https://redirect.github.com/chainguard-dev/terraform-provider-oci/pull/8">chainguard-dev/terraform-provider-oci#8</a></li>
<li>Update README.md by <a
href="https://github.com/imjasonh"><code>@​imjasonh</code></a> in <a
href="https://redirect.github.com/chainguard-dev/terraform-provider-oci/pull/12">chainguard-dev/terraform-provider-oci#12</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/imjasonh"><code>@​imjasonh</code></a>
made their first contribution in <a
href="https://redirect.github.com/chainguard-dev/terraform-provider-oci/pull/5">chainguard-dev/terraform-provider-oci#5</a></li>
<li><a
href="https://github.com/dependabot"><code>@​dependabot</code></a> made
their first contribution in <a
href="https://redirect.github.com/chainguard-dev/terraform-provider-oci/pull/11">chainguard-dev/terraform-provider-oci#11</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/chainguard-dev/terraform-provider-oci/commits/v0.0.1">https://github.com/chainguard-dev/terraform-provider-oci/commits/v0.0.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/chainguard-dev/terraform-provider-oci/commits/v0.0.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/chainguard-dev/terraform-provider-oci&package-manager=go_modules&previous-version=0.0.0-20230426201150-f82273dff08e&new-version=0.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 31, 2023
1 parent 47da53b commit 2d872f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/chainguard-dev/terraform-provider-cosign
go 1.19

require (
github.com/chainguard-dev/terraform-provider-oci v0.0.0-20230426201150-f82273dff08e
github.com/chainguard-dev/terraform-provider-oci v0.0.1
github.com/google/go-containerregistry v0.15.2
github.com/google/uuid v1.3.0
github.com/hashicorp/terraform-plugin-docs v0.14.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XL
github.com/cespare/xxhash/v2 v2.1.2/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=
github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/chainguard-dev/terraform-provider-oci v0.0.0-20230426201150-f82273dff08e h1:9FgJN0uYkNRTKa9b4ds8yKWD0ic5ETUlP5mmAZfYmOc=
github.com/chainguard-dev/terraform-provider-oci v0.0.0-20230426201150-f82273dff08e/go.mod h1:c0UCXzRaVhzUcS1raw1wrDsXJpOkwWvyv5RcnvAmX7U=
github.com/chainguard-dev/terraform-provider-oci v0.0.1 h1:74wTANvzGddx6NT4lm5ocb7DakwJPjwOjjIVzLuUuL4=
github.com/chainguard-dev/terraform-provider-oci v0.0.1/go.mod h1:UUuucAv/hYugy2sbYecpJ8gMiyeLpo6cPjw1bZSWRbc=
github.com/chrismellard/docker-credential-acr-env v0.0.0-20221002210726-e883f69e0206 h1:lG6Usi/kX/JBZzGz1H+nV+KwM97vThQeKunCbS6PutU=
github.com/chrismellard/docker-credential-acr-env v0.0.0-20221002210726-e883f69e0206/go.mod h1:1UmFRnmMnVsHwD+ZntmLkoVBB1ZLa6V+XXEbF6hZCxU=
github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI=
Expand Down

0 comments on commit 2d872f7

Please sign in to comment.