Skip to content

Bump github.com/hashicorp/hc-install from 0.6.0 to 0.6.1#870

Merged
andrewnester merged 1 commit into
mainfrom
dependabot/go_modules/github.com/hashicorp/hc-install-0.6.1
Oct 16, 2023
Merged

Bump github.com/hashicorp/hc-install from 0.6.0 to 0.6.1#870
andrewnester merged 1 commit into
mainfrom
dependabot/go_modules/github.com/hashicorp/hc-install-0.6.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 16, 2023

Copy link
Copy Markdown
Contributor

Bumps github.com/hashicorp/hc-install from 0.6.0 to 0.6.1.

Release notes

Sourced from github.com/hashicorp/hc-install's releases.

v0.6.1

What's Changed

BUG FIXES:

INTERNALS:

New Contributors

Full Changelog: hashicorp/hc-install@v0.6.0...v0.6.1

Commits
  • 76f347d Prepare for 0.6.1 release
  • eab6333 LatestVersion - use version Constraints passed in (#159)
  • a7e09b6 build(deps): bump golang.org/x/mod from 0.12.0 to 0.13.0 (#158)
  • 77b2d8a build(deps): bump actions/checkout from 4.0.0 to 4.1.0 (#157)
  • 6efd715 Ensure go-version is 1.20.8 (#156)
  • 456c6f9 build(deps): bump github.com/go-git/go-git/v5 from 5.8.1 to 5.9.0 (#155)
  • 8c1e239 build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 (#154)
  • c8937cf build(deps): bump actions/checkout from 3.6.0 to 4.0.0 (#153)
  • b3ee57a Add back dev suffix to VERSION
  • See full diff in compare view

Dependabot compatibility score

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 commands and options

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [github.com/hashicorp/hc-install](https://github.com/hashicorp/hc-install) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/hashicorp/hc-install/releases)
- [Commits](hashicorp/hc-install@v0.6.0...v0.6.1)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/hc-install
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added Dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 16, 2023
@andrewnester andrewnester added this pull request to the merge queue Oct 16, 2023
Merged via the queue into main with commit e0e9046 Oct 16, 2023
@andrewnester andrewnester deleted the dependabot/go_modules/github.com/hashicorp/hc-install-0.6.1 branch October 16, 2023 14:06
pietern added a commit that referenced this pull request Oct 16, 2023
Note: this release includes a fix for the issue where zero values (for example
`num_workers: 0`) were not included in the request body.

CLI:
 * Use already instantiated WorkspaceClient in sync command ([#867](#867)).

Bundles:
 * Support Unity Catalog Registered Models in bundles ([#846](#846)).
 * Fixed merging task libraries from targets ([#868](#868)).
 * Add alias for mlops-stack template URL ([#869](#869)).

API Changes:
 * Changed `databricks account billable-usage download` command to start returning output.
 * Changed `databricks account storage-credentials delete` command with new required argument order.
 * Changed `databricks account storage-credentials get` command with new required argument order.
 * Changed `databricks account storage-credentials update` command with new required argument order.
 * Added `databricks workspace-bindings get-bindings` command.
 * Added `databricks workspace-bindings update-bindings` command.
 * Removed `databricks account network-policy` command group.
 * Changed `databricks ip-access-lists list` command to return output.

OpenAPI commit 493a76554afd3afdd15dc858773d01643f80352a (2023-10-12)

Dependency updates:
 * Update Go SDK to 0.23.0 and use custom marshaller ([#772](#772)).
 * Bump Terraform provider to v1.28.0 ([#871](#871)).
 * Bump golang.org/x/net from 0.16.0 to 0.17.0 ([#863](#863)).
 * Bump github.com/hashicorp/hc-install from 0.6.0 to 0.6.1 ([#870](#870)).
@pietern pietern mentioned this pull request Oct 16, 2023
github-merge-queue Bot pushed a commit that referenced this pull request Oct 16, 2023
Note: this release includes a fix for the issue where zero values (for
example
`num_workers: 0`) were not included in the request body.

CLI:
* Use already instantiated WorkspaceClient in sync command
([#867](#867)).

Bundles:
* Support Unity Catalog Registered Models in bundles
([#846](#846)).
* Fixed merging task libraries from targets
([#868](#868)).
* Add alias for mlops-stack template URL
([#869](#869)).

API Changes:
* Changed `databricks account billable-usage download` command to start
returning output.
* Changed `databricks account storage-credentials delete` command with
new required argument order.
* Changed `databricks account storage-credentials get` command with new
required argument order.
* Changed `databricks account storage-credentials update` command with
new required argument order.
 * Added `databricks workspace-bindings get-bindings` command.
 * Added `databricks workspace-bindings update-bindings` command.
 * Removed `databricks account network-policy` command group.
 * Changed `databricks ip-access-lists list` command to return output.

OpenAPI commit 493a76554afd3afdd15dc858773d01643f80352a (2023-10-12)

Dependency updates:
* Update Go SDK to 0.23.0 and use custom marshaller
([#772](#772)).
* Bump Terraform provider to v1.28.0
([#871](#871)).
* Bump golang.org/x/net from 0.16.0 to 0.17.0
([#863](#863)).
* Bump github.com/hashicorp/hc-install from 0.6.0 to 0.6.1
([#870](#870)).
denik pushed a commit that referenced this pull request May 20, 2026
Bumps
[github.com/hashicorp/hc-install](https://github.com/hashicorp/hc-install)
from 0.6.0 to 0.6.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/hc-install/releases">github.com/hashicorp/hc-install's
releases</a>.</em></p>
<blockquote>
<h2>v0.6.1</h2>
<h2>What's Changed</h2>
<p>BUG FIXES:</p>
<ul>
<li><code>LatestVersion</code> - use version <code>Constraints</code>
passed in by <a
href="https://github.com/bjhaid"><code>@​bjhaid</code></a> in <a
href="https://redirect.github.com/hashicorp/hc-install/pull/159">hashicorp/hc-install#159</a></li>
</ul>
<p>INTERNALS:</p>
<ul>
<li>build(deps): bump actions/checkout from 3.6.0 to 4.0.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/hashicorp/hc-install/pull/153">hashicorp/hc-install#153</a></li>
<li>build(deps): bump actions/checkout from 4.0.0 to 4.1.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/hashicorp/hc-install/pull/157">hashicorp/hc-install#157</a></li>
<li>build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/hashicorp/hc-install/pull/154">hashicorp/hc-install#154</a></li>
<li>build(deps): bump github.com/go-git/go-git/v5 from 5.8.1 to 5.9.0 by
<a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
<a
href="https://redirect.github.com/hashicorp/hc-install/pull/155">hashicorp/hc-install#155</a></li>
<li>build(deps): bump golang.org/x/mod from 0.12.0 to 0.13.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/hashicorp/hc-install/pull/158">hashicorp/hc-install#158</a></li>
<li>Ensure go-version is <code>1.20.8</code> by <a
href="https://github.com/radeksimko"><code>@​radeksimko</code></a> in <a
href="https://redirect.github.com/hashicorp/hc-install/pull/156">hashicorp/hc-install#156</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/bjhaid"><code>@​bjhaid</code></a> made
their first contribution in <a
href="https://redirect.github.com/hashicorp/hc-install/pull/159">hashicorp/hc-install#159</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/hashicorp/hc-install/compare/v0.6.0...v0.6.1">https://github.com/hashicorp/hc-install/compare/v0.6.0...v0.6.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hashicorp/hc-install/commit/76f347d29e9b1b58edf558e0fe7b9826dc95c5f3"><code>76f347d</code></a>
Prepare for 0.6.1 release</li>
<li><a
href="https://github.com/hashicorp/hc-install/commit/eab63330a531c415365260aea26ab17cacc3640e"><code>eab6333</code></a>
<code>LatestVersion</code> - use version <code>Constraints</code> passed
in (<a
href="https://redirect.github.com/hashicorp/hc-install/issues/159">#159</a>)</li>
<li><a
href="https://github.com/hashicorp/hc-install/commit/a7e09b61a2d8a5d920056ba958ebcaf84ec2f9fe"><code>a7e09b6</code></a>
build(deps): bump golang.org/x/mod from 0.12.0 to 0.13.0 (<a
href="https://redirect.github.com/hashicorp/hc-install/issues/158">#158</a>)</li>
<li><a
href="https://github.com/hashicorp/hc-install/commit/77b2d8a9a8316dd3a290db7d03cbc5fb2416342a"><code>77b2d8a</code></a>
build(deps): bump actions/checkout from 4.0.0 to 4.1.0 (<a
href="https://redirect.github.com/hashicorp/hc-install/issues/157">#157</a>)</li>
<li><a
href="https://github.com/hashicorp/hc-install/commit/6efd71581e2372205f4d74d10853f0e9ee91ddf5"><code>6efd715</code></a>
Ensure go-version is 1.20.8 (<a
href="https://redirect.github.com/hashicorp/hc-install/issues/156">#156</a>)</li>
<li><a
href="https://github.com/hashicorp/hc-install/commit/456c6f91185cc5e2bb56f074ec1a061ee04f6555"><code>456c6f9</code></a>
build(deps): bump github.com/go-git/go-git/v5 from 5.8.1 to 5.9.0 (<a
href="https://redirect.github.com/hashicorp/hc-install/issues/155">#155</a>)</li>
<li><a
href="https://github.com/hashicorp/hc-install/commit/8c1e2398c02942b5df46a707d2c8d1083ff70a3e"><code>8c1e239</code></a>
build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 (<a
href="https://redirect.github.com/hashicorp/hc-install/issues/154">#154</a>)</li>
<li><a
href="https://github.com/hashicorp/hc-install/commit/c8937cf5ffeb5881e814a3b5c67b24fcfbe5298a"><code>c8937cf</code></a>
build(deps): bump actions/checkout from 3.6.0 to 4.0.0 (<a
href="https://redirect.github.com/hashicorp/hc-install/issues/153">#153</a>)</li>
<li><a
href="https://github.com/hashicorp/hc-install/commit/b3ee57a5b44cf7172b0e2c98619be4ea796b79c6"><code>b3ee57a</code></a>
Add back dev suffix to VERSION</li>
<li>See full diff in <a
href="https://github.com/hashicorp/hc-install/compare/v0.6.0...v0.6.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/hashicorp/hc-install&package-manager=go_modules&previous-version=0.6.0&new-version=0.6.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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
denik pushed a commit that referenced this pull request May 20, 2026
Note: this release includes a fix for the issue where zero values (for
example
`num_workers: 0`) were not included in the request body.

CLI:
* Use already instantiated WorkspaceClient in sync command
([#867](#867)).

Bundles:
* Support Unity Catalog Registered Models in bundles
([#846](#846)).
* Fixed merging task libraries from targets
([#868](#868)).
* Add alias for mlops-stack template URL
([#869](#869)).

API Changes:
* Changed `databricks account billable-usage download` command to start
returning output.
* Changed `databricks account storage-credentials delete` command with
new required argument order.
* Changed `databricks account storage-credentials get` command with new
required argument order.
* Changed `databricks account storage-credentials update` command with
new required argument order.
 * Added `databricks workspace-bindings get-bindings` command.
 * Added `databricks workspace-bindings update-bindings` command.
 * Removed `databricks account network-policy` command group.
 * Changed `databricks ip-access-lists list` command to return output.

OpenAPI commit 493a76554afd3afdd15dc858773d01643f80352a (2023-10-12)

Dependency updates:
* Update Go SDK to 0.23.0 and use custom marshaller
([#772](#772)).
* Bump Terraform provider to v1.28.0
([#871](#871)).
* Bump golang.org/x/net from 0.16.0 to 0.17.0
([#863](#863)).
* Bump github.com/hashicorp/hc-install from 0.6.0 to 0.6.1
([#870](#870)).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant