Skip to content

Commit 9b2daf5

Browse files
chore(main): release 1.2.1 (runfinch#970)
🤖 I have created a release *beep* *boop* --- ## [1.2.1](runfinch/finch@v1.2.0...v1.2.1) (2024-07-02) ### Build System or External Dependencies * **deps:** Bump github.com/aws/aws-sdk-go-v2 from 1.27.0 to 1.27.1 ([runfinch#963](runfinch#963)) ([4c2dc12](runfinch@4c2dc12)) * **deps:** Bump github.com/aws/aws-sdk-go-v2 from 1.27.1 to 1.27.2 ([runfinch#974](runfinch#974)) ([54aa67c](runfinch@54aa67c)) * **deps:** bump github.com/aws/aws-sdk-go-v2 from 1.27.2 to 1.30.0 ([runfinch#991](runfinch#991)) ([bbcb8e7](runfinch@bbcb8e7)) * **deps:** Bump github.com/docker/cli from 26.1.3+incompatible to 26.1.4+incompatible ([runfinch#973](runfinch#973)) ([f774e2d](runfinch@f774e2d)) * **deps:** bump github.com/docker/cli from 26.1.4+incompatible to 27.0.2+incompatible ([runfinch#999](runfinch#999)) ([0244698](runfinch@0244698)) * **deps:** bump github.com/docker/cli from 27.0.2+incompatible to 27.0.3+incompatible ([runfinch#1005](runfinch#1005)) ([c801e69](runfinch@c801e69)) * **deps:** Bump github.com/docker/docker from 26.1.3+incompatible to 26.1.4+incompatible ([runfinch#972](runfinch#972)) ([05b9c05](runfinch@05b9c05)) * **deps:** bump github.com/docker/docker from 26.1.4+incompatible to 27.0.1+incompatible ([runfinch#996](runfinch#996)) ([1f68260](runfinch@1f68260)) * **deps:** bump github.com/docker/docker from 27.0.1+incompatible to 27.0.2+incompatible ([runfinch#1001](runfinch#1001)) ([50a639b](runfinch@50a639b)) * **deps:** bump github.com/docker/docker from 27.0.2+incompatible to 27.0.3+incompatible ([runfinch#1006](runfinch#1006)) ([537abad](runfinch@537abad)) * **deps:** bump github.com/spf13/cobra from 1.8.0 to 1.8.1 ([runfinch#983](runfinch#983)) ([7b2bed6](runfinch@7b2bed6)) * **deps:** bump golang.org/x/image from 0.12.0 to 0.18.0 ([runfinch#998](runfinch#998)) ([398658e](runfinch@398658e)) * **deps:** Bump golang.org/x/text from 0.15.0 to 0.16.0 ([runfinch#964](runfinch#964)) ([8a3973a](runfinch@8a3973a)) * **deps:** Bump golang.org/x/tools from 0.21.0 to 0.22.0 ([runfinch#967](runfinch#967)) ([3921b00](runfinch@3921b00)) * **deps:** bump k8s.io/apimachinery from 0.30.1 to 0.30.2 ([runfinch#981](runfinch#981)) ([c8ebf20](runfinch@c8ebf20)) * **deps:** Bump submodules and dependencies ([runfinch#1008](runfinch#1008)) ([6134a5a](runfinch@6134a5a)) * **deps:** Bump submodules and dependencies ([runfinch#949](runfinch#949)) ([b5ee424](runfinch@b5ee424)) ### Bug Fixes * add SOCI snapshotter hash check ([runfinch#985](runfinch#985)) ([563f346](runfinch@563f346)) * Allow to use the COMPOSE_FILE variable in finch compose ([runfinch#994](runfinch#994)) ([17d4bc8](runfinch@17d4bc8)) * Enable `finch support-bundle generate` to execute on Windows whe… ([runfinch#976](runfinch#976)) ([9c1caf0](runfinch@9c1caf0)) * update snapshotters reference ([runfinch#986](runfinch#986)) ([06b9027](runfinch@06b9027)) * verify shasum for finch dependencies ([runfinch#969](runfinch#969)) ([9d85f25](runfinch@9d85f25)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6134a5a commit 9b2daf5

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.0"
2+
".": "1.2.1"
33
}

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

3+
## [1.2.1](https://github.com/runfinch/finch/compare/v1.2.0...v1.2.1) (2024-07-02)
4+
5+
6+
### Build System or External Dependencies
7+
8+
* **deps:** Bump github.com/aws/aws-sdk-go-v2 from 1.27.0 to 1.27.1 ([#963](https://github.com/runfinch/finch/issues/963)) ([4c2dc12](https://github.com/runfinch/finch/commit/4c2dc1220c51990ebd3f96b973d05e30122a4b8d))
9+
* **deps:** Bump github.com/aws/aws-sdk-go-v2 from 1.27.1 to 1.27.2 ([#974](https://github.com/runfinch/finch/issues/974)) ([54aa67c](https://github.com/runfinch/finch/commit/54aa67cd50a9f02122f6c4af15e6299aeb56f833))
10+
* **deps:** bump github.com/aws/aws-sdk-go-v2 from 1.27.2 to 1.30.0 ([#991](https://github.com/runfinch/finch/issues/991)) ([bbcb8e7](https://github.com/runfinch/finch/commit/bbcb8e7fdc518eddeb64d1b6f0b59931a0f8450f))
11+
* **deps:** Bump github.com/docker/cli from 26.1.3+incompatible to 26.1.4+incompatible ([#973](https://github.com/runfinch/finch/issues/973)) ([f774e2d](https://github.com/runfinch/finch/commit/f774e2d7316da5bb1a29f12ed58ba1ebd08f5a6c))
12+
* **deps:** bump github.com/docker/cli from 26.1.4+incompatible to 27.0.2+incompatible ([#999](https://github.com/runfinch/finch/issues/999)) ([0244698](https://github.com/runfinch/finch/commit/0244698ebe15f215941a875692246ba5c81cbdea))
13+
* **deps:** bump github.com/docker/cli from 27.0.2+incompatible to 27.0.3+incompatible ([#1005](https://github.com/runfinch/finch/issues/1005)) ([c801e69](https://github.com/runfinch/finch/commit/c801e690330dd44b9e5501dad529543d88849ab2))
14+
* **deps:** Bump github.com/docker/docker from 26.1.3+incompatible to 26.1.4+incompatible ([#972](https://github.com/runfinch/finch/issues/972)) ([05b9c05](https://github.com/runfinch/finch/commit/05b9c0506b7c482b916445a4e53664846c5c45b6))
15+
* **deps:** bump github.com/docker/docker from 26.1.4+incompatible to 27.0.1+incompatible ([#996](https://github.com/runfinch/finch/issues/996)) ([1f68260](https://github.com/runfinch/finch/commit/1f682607bb5430cf88ea50c5c5ba3d4f5299ccc0))
16+
* **deps:** bump github.com/docker/docker from 27.0.1+incompatible to 27.0.2+incompatible ([#1001](https://github.com/runfinch/finch/issues/1001)) ([50a639b](https://github.com/runfinch/finch/commit/50a639b4ea9c9c1c59a67ed6a26902aae5b01abe))
17+
* **deps:** bump github.com/docker/docker from 27.0.2+incompatible to 27.0.3+incompatible ([#1006](https://github.com/runfinch/finch/issues/1006)) ([537abad](https://github.com/runfinch/finch/commit/537abadac3acc3e51d81f13e584c6d4e234cd654))
18+
* **deps:** bump github.com/spf13/cobra from 1.8.0 to 1.8.1 ([#983](https://github.com/runfinch/finch/issues/983)) ([7b2bed6](https://github.com/runfinch/finch/commit/7b2bed648eae4cb915514981da777b9df7729f88))
19+
* **deps:** bump golang.org/x/image from 0.12.0 to 0.18.0 ([#998](https://github.com/runfinch/finch/issues/998)) ([398658e](https://github.com/runfinch/finch/commit/398658eaff3299d6edf705f922ce1f1732d974cb))
20+
* **deps:** Bump golang.org/x/text from 0.15.0 to 0.16.0 ([#964](https://github.com/runfinch/finch/issues/964)) ([8a3973a](https://github.com/runfinch/finch/commit/8a3973a4d08e3ed7b33fde4d94a2717126042618))
21+
* **deps:** Bump golang.org/x/tools from 0.21.0 to 0.22.0 ([#967](https://github.com/runfinch/finch/issues/967)) ([3921b00](https://github.com/runfinch/finch/commit/3921b00807455aacaeb526fe7db8da2f68a81fd3))
22+
* **deps:** bump k8s.io/apimachinery from 0.30.1 to 0.30.2 ([#981](https://github.com/runfinch/finch/issues/981)) ([c8ebf20](https://github.com/runfinch/finch/commit/c8ebf20285afdc23684866e69ef955021260bcc9))
23+
* **deps:** Bump submodules and dependencies ([#1008](https://github.com/runfinch/finch/issues/1008)) ([6134a5a](https://github.com/runfinch/finch/commit/6134a5aa96ae424c64101fe91814ca2dcef21555))
24+
* **deps:** Bump submodules and dependencies ([#949](https://github.com/runfinch/finch/issues/949)) ([b5ee424](https://github.com/runfinch/finch/commit/b5ee42460f58f9ee96b3ae0b908349a04662d20b))
25+
26+
27+
### Bug Fixes
28+
29+
* add SOCI snapshotter hash check ([#985](https://github.com/runfinch/finch/issues/985)) ([563f346](https://github.com/runfinch/finch/commit/563f346fa1b5380576213175055e308500a0cdbb))
30+
* Allow to use the COMPOSE_FILE variable in finch compose ([#994](https://github.com/runfinch/finch/issues/994)) ([17d4bc8](https://github.com/runfinch/finch/commit/17d4bc8fbdf6b80e5070d2aa3ed1c85b112252fb))
31+
* Enable `finch support-bundle generate` to execute on Windows whe… ([#976](https://github.com/runfinch/finch/issues/976)) ([9c1caf0](https://github.com/runfinch/finch/commit/9c1caf0af243cc925f51e24abc59ed29172ddd21))
32+
* update snapshotters reference ([#986](https://github.com/runfinch/finch/issues/986)) ([06b9027](https://github.com/runfinch/finch/commit/06b9027d7194a6b8d7cc32f8bc40988fcde5a64a))
33+
* verify shasum for finch dependencies ([#969](https://github.com/runfinch/finch/issues/969)) ([9d85f25](https://github.com/runfinch/finch/commit/9d85f25c2026032122c05d54fdcf6dcb4031ea86))
34+
335
## [1.2.0](https://github.com/runfinch/finch/compare/v1.1.3...v1.2.0) (2024-06-03)
436

537

0 commit comments

Comments
 (0)