Skip to content

Commit

Permalink
Bump databrickslabs/sandbox from acceptance/v0.3.1 to 0.4.2 (#80)
Browse files Browse the repository at this point in the history
Bumps
[databrickslabs/sandbox](https://github.com/databrickslabs/sandbox) from
acceptance/v0.3.1 to 0.4.2. This release includes the previously tagged
commit.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/databrickslabs/sandbox/blob/main/CHANGELOG.md">databrickslabs/sandbox's
changelog</a>.</em></p>
<blockquote>
<h1>Version changelog</h1>
<h2>0.1.0</h2>
<ul>
<li>Added install instructions (<a
href="https://redirect.github.com/databrickslabs/sandbox/pull/23">#23</a>).</li>
<li>Added more go-git libs (<a
href="https://redirect.github.com/databrickslabs/sandbox/pull/26">#26</a>).</li>
<li>Fixed <code>unsupported protocol scheme</code> error (<a
href="https://redirect.github.com/databrickslabs/sandbox/pull/27">#27</a>).</li>
<li>Modified README to say how to use it with <code>databricks labs
sandbox</code> command (<a
href="https://redirect.github.com/databrickslabs/sandbox/pull/25">#25</a>).</li>
<li>More git-related libraries (<a
href="https://redirect.github.com/databrickslabs/sandbox/pull/30">#30</a>).</li>
</ul>
<p>Dependency updates:</p>
<ul>
<li>Bump golang.org/x/crypto from 0.16.0 to 0.17.0 in /go-libs (<a
href="https://redirect.github.com/databrickslabs/sandbox/pull/28">#28</a>).</li>
<li>Bump golang.org/x/crypto from 0.16.0 to 0.17.0 in /runtime-packages
(<a
href="https://redirect.github.com/databrickslabs/sandbox/pull/29">#29</a>).</li>
</ul>
<h2>0.0.1</h2>
<p>Initial version with some tooling.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/databrickslabs/sandbox/commit/a89763e4eab5e6e1d25b09d053344e1ea17be6a1"><code>a89763e</code></a>
..</li>
<li><a
href="https://github.com/databrickslabs/sandbox/commit/9721f6a8edcdd8d14ddb5b73863b9573a7468f7d"><code>9721f6a</code></a>
...</li>
<li><a
href="https://github.com/databrickslabs/sandbox/commit/61aed81f0bba52a1102982837137a80413c2e7f2"><code>61aed81</code></a>
..</li>
<li><a
href="https://github.com/databrickslabs/sandbox/commit/cbab0cfd6c3f4435a05d136bc96d5a20d6ed64b2"><code>cbab0cf</code></a>
Create <code>[TODO] XXX</code> issues upon every commit</li>
<li>See full diff in <a
href="https://github.com/databrickslabs/sandbox/compare/acceptance/v0.3.1...acceptance/v0.4.2">compare
view</a></li>
</ul>
</details>
<br />


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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 14, 2024
1 parent 5321c4f commit f93056b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
git fetch origin $GITHUB_HEAD_REF:$GITHUB_HEAD_REF
- name: Run integration tests
uses: databrickslabs/sandbox/acceptance@acceptance/v0.3.1
uses: databrickslabs/sandbox/acceptance@acceptance/v0.4.2
with:
vault_uri: ${{ secrets.VAULT_URI }}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/downstreams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
pip install hatch==1.9.4
- name: Downstreams
uses: databrickslabs/sandbox/downstreams@acceptance/v0.3.1
uses: databrickslabs/sandbox/downstreams@acceptance/v0.4.2
with:
repo: ${{ matrix.downstream.name }}
org: databrickslabs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: pip install hatch==1.9.4

- name: Run nightly tests
uses: databrickslabs/sandbox/acceptance@acceptance/v0.3.1
uses: databrickslabs/sandbox/acceptance@acceptance/v0.4.2
with:
vault_uri: ${{ secrets.VAULT_URI }}
create_issues: true
Expand Down

0 comments on commit f93056b

Please sign in to comment.