Skip to content

Commit f93056b

Browse files
Bump databrickslabs/sandbox from acceptance/v0.3.1 to 0.4.2 (#80)
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>
1 parent 5321c4f commit f93056b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
git fetch origin $GITHUB_HEAD_REF:$GITHUB_HEAD_REF
4646
4747
- name: Run integration tests
48-
uses: databrickslabs/sandbox/acceptance@acceptance/v0.3.1
48+
uses: databrickslabs/sandbox/acceptance@acceptance/v0.4.2
4949
with:
5050
vault_uri: ${{ secrets.VAULT_URI }}
5151
env:

.github/workflows/downstreams.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
pip install hatch==1.9.4
4848
- name: Downstreams
49-
uses: databrickslabs/sandbox/downstreams@acceptance/v0.3.1
49+
uses: databrickslabs/sandbox/downstreams@acceptance/v0.4.2
5050
with:
5151
repo: ${{ matrix.downstream.name }}
5252
org: databrickslabs

.github/workflows/nightly.yml

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

3737
- name: Run nightly tests
38-
uses: databrickslabs/sandbox/acceptance@acceptance/v0.3.1
38+
uses: databrickslabs/sandbox/acceptance@acceptance/v0.4.2
3939
with:
4040
vault_uri: ${{ secrets.VAULT_URI }}
4141
create_issues: true

0 commit comments

Comments
 (0)