Skip to content

Commit 4668ba4

Browse files
Update databrickslabs/sandbox requirement to acceptance/v0.3.0 (#153)
Updates the requirements on [databrickslabs/sandbox](https://github.com/databrickslabs/sandbox) to permit the latest version. <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>See full diff in <a href="https://github.com/databrickslabs/sandbox/commits/acceptance/v0.3.0">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | databrickslabs/sandbox | [>= 0.2.a, < 0.3] | | databrickslabs/sandbox | [>= 0.1.a, < 0.2] | | databrickslabs/sandbox | [>= 0.0.a, < 0.1] | </details> 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>
1 parent f5f57e5 commit 4668ba4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: pip install hatch==1.9.4
3333

3434
- name: Acceptance
35-
uses: databrickslabs/sandbox/acceptance@acceptance/v0.2.1
35+
uses: databrickslabs/sandbox/acceptance@acceptance/v0.3.0
3636
with:
3737
vault_uri: ${{ secrets.VAULT_URI }}
3838
env:

.github/workflows/downstreams.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
pip install hatch==1.9.4
4848
4949
- name: Acceptance
50-
uses: databrickslabs/sandbox/downstreams@downstreams/v0.0.1
50+
uses: databrickslabs/sandbox/downstreams@acceptance/v0.3.0
5151
with:
5252
repo: ${{ matrix.downstream.name }}
5353
org: databrickslabs

0 commit comments

Comments
 (0)