Skip to content

Commit

Permalink
chore(main): release 1.1.2 (#803)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [1.1.2](v1.1.1...v1.1.2)
(2024-02-20)


### Build System or External Dependencies

* **deps:** Bump github.com/docker/docker from 25.0.1+incompatible to
25.0.3+incompatible
([#799](#799))
([d761301](d761301))
* **deps:** Bump github.com/goccy/go-yaml from 1.11.2 to 1.11.3
([#780](#780))
([2e616ff](2e616ff))
* **deps:** Bump github.com/shirou/gopsutil/v3 from 3.23.12 to 3.24.1
([#787](#787))
([55f6d92](55f6d92))
* **deps:** Bump golang.org/x/crypto from 0.18.0 to 0.19.0
([#806](#806))
([3fbc87c](3fbc87c))
* **deps:** Bump golang.org/x/tools from 0.17.0 to 0.18.0
([#807](#807))
([7323751](7323751))
* **deps:** Bump k8s.io/apimachinery from 0.29.1 to 0.29.2
([#820](#820))
([6ca0f7f](6ca0f7f))
* **deps:** Bump submodules and dependencies
([#795](#795))
([ec77f1a](ec77f1a))
* **deps:** Bump submodules and dependencies
([#805](#805))
([0bf9148](0bf9148))


### Bug Fixes

* Correct typo in type name of struct (NerdctlClientOuput)
([#743](#743))
([13de2b9](13de2b9))
* Env variable CONTAINERD_SNAPSHOTTER cleared on overlayfs and ref…
([#816](#816))
([d222a34](d222a34))
* msi release tests cleanup
([#819](#819))
([0f23660](0f23660))
* stop Finch on uninstall
([#818](#818))
([a96788b](a96788b))
* **windows-installer:** add new cleanup script on install
([#824](#824))
([fccfa1d](fccfa1d))
* **windows-installer:** ignore FilesInUse/Restart dialogue
([#823](#823))
([f64835d](f64835d))
* **windows-installer:** uninstall script behavior
([#822](#822))
([ace37ea](ace37ea))


### Reverts

* "always force stop when using Virtualization.framework"
([#370](#370))
([cb3051e](cb3051e))

---
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>
  • Loading branch information
github-actions[bot] authored Feb 21, 2024
1 parent fccfa1d commit 0f0c824
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.1"
".": "1.1.2"
}
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## [1.1.2](https://github.com/runfinch/finch/compare/v1.1.1...v1.1.2) (2024-02-20)


### Build System or External Dependencies

* **deps:** Bump github.com/docker/docker from 25.0.1+incompatible to 25.0.3+incompatible ([#799](https://github.com/runfinch/finch/issues/799)) ([d761301](https://github.com/runfinch/finch/commit/d7613012551bd47c26476a993a35856aab91511c))
* **deps:** Bump github.com/goccy/go-yaml from 1.11.2 to 1.11.3 ([#780](https://github.com/runfinch/finch/issues/780)) ([2e616ff](https://github.com/runfinch/finch/commit/2e616ff18d68931f0da81a04045960f035568322))
* **deps:** Bump github.com/shirou/gopsutil/v3 from 3.23.12 to 3.24.1 ([#787](https://github.com/runfinch/finch/issues/787)) ([55f6d92](https://github.com/runfinch/finch/commit/55f6d929949c1f776a63b93ea4a4446cc821e74a))
* **deps:** Bump golang.org/x/crypto from 0.18.0 to 0.19.0 ([#806](https://github.com/runfinch/finch/issues/806)) ([3fbc87c](https://github.com/runfinch/finch/commit/3fbc87ce7e6a07a789674a52fb79f968db267951))
* **deps:** Bump golang.org/x/tools from 0.17.0 to 0.18.0 ([#807](https://github.com/runfinch/finch/issues/807)) ([7323751](https://github.com/runfinch/finch/commit/7323751937900df76b217736acc51d77b9cff3d9))
* **deps:** Bump k8s.io/apimachinery from 0.29.1 to 0.29.2 ([#820](https://github.com/runfinch/finch/issues/820)) ([6ca0f7f](https://github.com/runfinch/finch/commit/6ca0f7ff007f88ad37eb02b2c9437042a7350f37))
* **deps:** Bump submodules and dependencies ([#795](https://github.com/runfinch/finch/issues/795)) ([ec77f1a](https://github.com/runfinch/finch/commit/ec77f1abe9c00ddd9cd84ed665204c2c5df4c40b))
* **deps:** Bump submodules and dependencies ([#805](https://github.com/runfinch/finch/issues/805)) ([0bf9148](https://github.com/runfinch/finch/commit/0bf9148a6ce88dde413679cc9a3702a5d398d544))


### Bug Fixes

* Correct typo in type name of struct (NerdctlClientOuput) ([#743](https://github.com/runfinch/finch/issues/743)) ([13de2b9](https://github.com/runfinch/finch/commit/13de2b99fcd6f952beda9f75e6f3660974a815d0))
* Env variable CONTAINERD_SNAPSHOTTER cleared on overlayfs and ref… ([#816](https://github.com/runfinch/finch/issues/816)) ([d222a34](https://github.com/runfinch/finch/commit/d222a347632f9898ed223a122c97d3a973bde3a5))
* msi release tests cleanup ([#819](https://github.com/runfinch/finch/issues/819)) ([0f23660](https://github.com/runfinch/finch/commit/0f236609429534bab3057971e6126cf9b3ff47fc))
* stop Finch on uninstall ([#818](https://github.com/runfinch/finch/issues/818)) ([a96788b](https://github.com/runfinch/finch/commit/a96788bbce5e9a6af805650a1c21d1c60e04fa68))
* **windows-installer:** add new cleanup script on install ([#824](https://github.com/runfinch/finch/issues/824)) ([fccfa1d](https://github.com/runfinch/finch/commit/fccfa1dd5773242039254e067dcde0cd9fd4fe5e))
* **windows-installer:** ignore FilesInUse/Restart dialogue ([#823](https://github.com/runfinch/finch/issues/823)) ([f64835d](https://github.com/runfinch/finch/commit/f64835d6b7d473eda434cbb932d3c049cac6a5d5))
* **windows-installer:** uninstall script behavior ([#822](https://github.com/runfinch/finch/issues/822)) ([ace37ea](https://github.com/runfinch/finch/commit/ace37eaf48fca613f692e7a08b182d268fc60555))


### Reverts

* "always force stop when using Virtualization.framework" ([#370](https://github.com/runfinch/finch/issues/370)) ([cb3051e](https://github.com/runfinch/finch/commit/cb3051e60d80aabce550377696d4251c9a9b0eec))

## [1.1.1](https://github.com/runfinch/finch/compare/v1.1.0...v1.1.1) (2024-02-01)


Expand Down

0 comments on commit 0f0c824

Please sign in to comment.