Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metadata #337

Merged
merged 16 commits into from
Jul 7, 2024
Merged

Metadata #337

merged 16 commits into from
Jul 7, 2024

Conversation

simulot
Copy link
Owner

@simulot simulot commented Jun 30, 2024

Pass google photos metadata to immich at upload

Todo list

  • Refactor Album management
  • test command duplicate
  • test command stack

Copy link
Owner Author

@simulot simulot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix #332

Copy link
Owner Author

@simulot simulot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix #304 : album name folder whith current directory

@simulot simulot marked this pull request as ready for review July 7, 2024 09:01
@simulot simulot merged commit dafec49 into main Jul 7, 2024
1 check passed
renovate bot added a commit to scottames/dots that referenced this pull request Jul 12, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[GoogleContainerTools/skaffold](https://togithub.com/GoogleContainerTools/skaffold)
| minor | `v2.12.0` -> `v2.13.0` |
| [aquaproj/aqua-registry](https://togithub.com/aquaproj/aqua-registry)
| minor | `v4.202.0` -> `v4.203.0` |
| [casey/just](https://togithub.com/casey/just) | minor | `1.29.1` ->
`1.30.1` |
| [dagger/dagger](https://togithub.com/dagger/dagger) | minor |
`v0.11.9` -> `v0.12.0` |
| [dprint/dprint](https://togithub.com/dprint/dprint) | patch | `0.47.0`
-> `0.47.2` |
| [fujiwara/awslim](https://togithub.com/fujiwara/awslim) | patch |
`v0.3.0` -> `v0.3.1` |
| [helm/helm](https://togithub.com/helm/helm) | patch | `v3.15.2` ->
`v3.15.3` |
| [junegunn/fzf](https://togithub.com/junegunn/fzf) | minor | `0.53.0`
-> `v0.54.0` |
| [leg100/pug](https://togithub.com/leg100/pug) | minor | `v0.3.3` ->
`v0.4.0` |
| [simulot/immich-go](https://togithub.com/simulot/immich-go) | minor |
`0.18.2` -> `0.19.1` |
| [smallstep/certificates](https://togithub.com/smallstep/certificates)
| minor | `v0.26.2` -> `v0.27.0` |
| [smallstep/cli](https://togithub.com/smallstep/cli) | minor |
`v0.26.2` -> `v0.27.1` |
|
[terraform-linters/tflint](https://togithub.com/terraform-linters/tflint)
| minor | `v0.51.2` -> `v0.52.0` |
| [tofuutils/tenv](https://togithub.com/tofuutils/tenv) | minor |
`v2.3.0` -> `v2.4.0` |
| [weaveworks/eksctl](https://togithub.com/weaveworks/eksctl) | minor |
`v0.184.0` -> `v0.186.0` |
|
[withgraphite/homebrew-tap](https://togithub.com/withgraphite/homebrew-tap)
| minor | `v1.3.10` -> `v1.4.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>GoogleContainerTools/skaffold
(GoogleContainerTools/skaffold)</summary>

###
[`v2.13.0`](https://togithub.com/GoogleContainerTools/skaffold/blob/HEAD/CHANGELOG.md#v2130-Release---07082024)

[Compare
Source](https://togithub.com/GoogleContainerTools/skaffold/compare/v2.12.0...v2.13.0)

**Linux amd64**
`curl -Lo skaffold
https://storage.googleapis.com/skaffold/releases/v2.13.0/skaffold-linux-amd64
&& chmod +x skaffold && sudo mv skaffold /usr/local/bin`

**Linux arm64**
`curl -Lo skaffold
https://storage.googleapis.com/skaffold/releases/v2.13.0/skaffold-linux-arm64
&& chmod +x skaffold && sudo mv skaffold /usr/local/bin`

**macOS amd64**
`curl -Lo skaffold
https://storage.googleapis.com/skaffold/releases/v2.13.0/skaffold-darwin-amd64
&& chmod +x skaffold && sudo mv skaffold /usr/local/bin`

**macOS arm64**
`curl -Lo skaffold
https://storage.googleapis.com/skaffold/releases/v2.13.0/skaffold-darwin-arm64
&& chmod +x skaffold && sudo mv skaffold /usr/local/bin`

**Windows**

https://storage.googleapis.com/skaffold/releases/v2.13.0/skaffold-windows-amd64.exe

**Docker image**
`gcr.io/k8s-skaffold/skaffold:v2.13.0`

Highlights:

New Features and Additions:

- feat: make ADC the default option for GCP authentication when using
go-containerregistry
[#&#8203;9456](https://togithub.com/GoogleContainerTools/skaffold/pull/9456)
- feat: Optimized fs walker and util.IsEmptyDir
[#&#8203;9433](https://togithub.com/GoogleContainerTools/skaffold/pull/9433)

Fixes:

- fix: first and last image won't be detected as known image, do not add
single quote to the jsonpath
([#&#8203;9448](https://togithub.com/GoogleContainerTools/skaffold/issues/9448))
[#&#8203;9449](https://togithub.com/GoogleContainerTools/skaffold/pull/9449)
- fix(cmd): fixed err output for delete and deploy commands
[#&#8203;9437](https://togithub.com/GoogleContainerTools/skaffold/pull/9437)

Updates and Refactors:

- chore: upgrade-go-to-1.22.4
[#&#8203;9454](https://togithub.com/GoogleContainerTools/skaffold/pull/9454)
- chore(logs): update log messages for better clarity
[#&#8203;9443](https://togithub.com/GoogleContainerTools/skaffold/pull/9443)

Huge thanks goes out to all of our contributors for this release:

-   Renzo Rojas
-   Roland Németh
-   Suleiman Dibirov
-   ericzzzzzzz

</details>

<details>
<summary>aquaproj/aqua-registry (aquaproj/aqua-registry)</summary>

###
[`v4.203.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.203.0)

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.202.1...v4.203.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.203.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.203.0)
| https://github.com/aquaproj/aqua-registry/compare/v4.202.1...v4.203.0

#### 🎉 New Packages


[#&#8203;24827](https://togithub.com/aquaproj/aqua-registry/issues/24827)
[axllent/mailpit](https://togithub.com/axllent/mailpit): An email and
SMTP testing tool with API for developers
[@&#8203;YumaFuu](https://togithub.com/YumaFuu)

###
[`v4.202.1`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.202.1)

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.202.0...v4.202.1)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.202.1)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.202.1)
| https://github.com/aquaproj/aqua-registry/compare/v4.202.0...v4.202.1

#### Fixes


[#&#8203;24709](https://togithub.com/aquaproj/aqua-registry/issues/24709)
Songmu/ecschedule: Support windows
[@&#8203;laughk](https://togithub.com/laughk)

[#&#8203;24743](https://togithub.com/aquaproj/aqua-registry/issues/24743)
Songmu/ecschedule: Regenerate the setting

[#&#8203;24685](https://togithub.com/aquaproj/aqua-registry/issues/24685)
borgbackup/borg: fix asset mapping rules for borg >=1.4.0
[@&#8203;reitzig](https://togithub.com/reitzig)

[#&#8203;24653](https://togithub.com/aquaproj/aqua-registry/issues/24653)
Rename the package `Ph0enixKM/Amber` to `amber-lang/amber`

[#&#8203;24715](https://togithub.com/aquaproj/aqua-registry/issues/24715)
junegunn/fzf: Regenerate the setting

[#&#8203;24719](https://togithub.com/aquaproj/aqua-registry/issues/24719)
martinvonz/jj: Follow up changes of jj v0.19.0

[#&#8203;24720](https://togithub.com/aquaproj/aqua-registry/issues/24720)
orangekame3/stree: Regenerate the setting

</details>

<details>
<summary>casey/just (casey/just)</summary>

###
[`v1.30.1`](https://togithub.com/casey/just/blob/HEAD/CHANGELOG.md#1301---2024-07-06)

[Compare
Source](https://togithub.com/casey/just/compare/1.30.0...1.30.1)

##### Fixed

- Fix function argument count mismatch error message
([#&#8203;2231](https://togithub.com/casey/just/pull/2231) by
[casey](https://togithub.com/casey))

###
[`v1.30.0`](https://togithub.com/casey/just/blob/HEAD/CHANGELOG.md#1300---2024-07-06)

[Compare
Source](https://togithub.com/casey/just/compare/1.29.1...1.30.0)

##### Fixed

- Allow comments after `mod` statements
([#&#8203;2201](https://togithub.com/casey/just/pull/2201) by
[casey](https://togithub.com/casey))

##### Changed

- Allow unstable features with `--summary`
([#&#8203;2210](https://togithub.com/casey/just/pull/2210) by
[casey](https://togithub.com/casey))
- Don't analyze comments when `ignore-comments` is set
([#&#8203;2180](https://togithub.com/casey/just/pull/2180) by
[casey](https://togithub.com/casey))
- List recipes by group in group justfile order with `just --list
--unsorted` ([#&#8203;2164](https://togithub.com/casey/just/pull/2164)
by [casey](https://togithub.com/casey))
- List groups in source order with `just --groups --unsorted`
([#&#8203;2160](https://togithub.com/casey/just/pull/2160) by
[casey](https://togithub.com/casey))

##### Added

- Avoid `install` and add 32-bit arm targets to `install.sh`
([#&#8203;2214](https://togithub.com/casey/just/pull/2214) by
[CramBL](https://togithub.com/CramBL))
- Give modules doc comments for `--list`
([#&#8203;2199](https://togithub.com/casey/just/pull/2199) by
[Spatenheinz](https://togithub.com/Spatenheinz))
- Add `datetime()` and `datetime_utc()` functions
([#&#8203;2167](https://togithub.com/casey/just/pull/2167) by
[casey](https://togithub.com/casey))
- Allow setting more command-line options with environment variables
([#&#8203;2161](https://togithub.com/casey/just/pull/2161) by
[casey](https://togithub.com/casey))

##### Library

- Don't exit process in `run()` on argument parse error
([#&#8203;2176](https://togithub.com/casey/just/pull/2176) by
[casey](https://togithub.com/casey))
- Allow passing command-line arguments into `run()`
([#&#8203;2173](https://togithub.com/casey/just/pull/2173) by
[casey](https://togithub.com/casey))
- Ignore env_logger initialization errors
([#&#8203;2170](https://togithub.com/casey/just/pull/2170) by
[EnigmaCurry](https://togithub.com/EnigmaCurry))

##### Misc

- Tweak readme
([#&#8203;2227](https://togithub.com/casey/just/pull/2227) by
[casey](https://togithub.com/casey))
- Add development guide to readme
([#&#8203;2226](https://togithub.com/casey/just/pull/2226) by
[casey](https://togithub.com/casey))
- Add shell-expanded string syntax to grammar
([#&#8203;2223](https://togithub.com/casey/just/pull/2223) by
[casey](https://togithub.com/casey))
- Add recipe for testing bash completion script
([#&#8203;2221](https://togithub.com/casey/just/pull/2221) by
[casey](https://togithub.com/casey))
- Fix use of `justfile_directory()` in readme
([#&#8203;2219](https://togithub.com/casey/just/pull/2219) by
[casey](https://togithub.com/casey))
- Use default values for `--list-heading` and `--list-prefix`
([#&#8203;2213](https://togithub.com/casey/just/pull/2213) by
[casey](https://togithub.com/casey))
- Use `clap::ValueParser`
([#&#8203;2211](https://togithub.com/casey/just/pull/2211) by
[neunenak](https://togithub.com/neunenak))
- Document module doc comments in readme
([#&#8203;2208](https://togithub.com/casey/just/pull/2208) by
[casey](https://togithub.com/casey))
- Use `-and` instead of `&&` in PowerShell completion script
([#&#8203;2204](https://togithub.com/casey/just/pull/2204) by
[casey](https://togithub.com/casey))
- Fix readme formatting
([#&#8203;2203](https://togithub.com/casey/just/pull/2203) by
[casey](https://togithub.com/casey))
- Link to justfiles on GitHub in readme
([#&#8203;2198](https://togithub.com/casey/just/pull/2198) by
[bukowa](https://togithub.com/bukowa))
- Link to modules when first introduced in readme
([#&#8203;2193](https://togithub.com/casey/just/pull/2193) by
[casey](https://togithub.com/casey))
- Update `softprops/action-gh-release`
([#&#8203;2183](https://togithub.com/casey/just/pull/2183) by
[app/dependabot](https://togithub.com/app/dependabot))
- Document remote justfile workaround
([#&#8203;2175](https://togithub.com/casey/just/pull/2175) by
[casey](https://togithub.com/casey))
- Document library interface
([#&#8203;2174](https://togithub.com/casey/just/pull/2174) by
[casey](https://togithub.com/casey))
- Remove dependency on cradle
([#&#8203;2169](https://togithub.com/casey/just/pull/2169) by
[nc7s](https://togithub.com/nc7s))
- Add note to readme about quoting paths on Windows
([#&#8203;2166](https://togithub.com/casey/just/pull/2166) by
[casey](https://togithub.com/casey))
- Add missing changelog credits
([#&#8203;2163](https://togithub.com/casey/just/pull/2163) by
[casey](https://togithub.com/casey))
- Credit myself in changelog
([#&#8203;2162](https://togithub.com/casey/just/pull/2162) by
[casey](https://togithub.com/casey))

</details>

<details>
<summary>dagger/dagger (dagger/dagger)</summary>

###
[`v0.12.0`](https://togithub.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0120---2024-07-12)

[Compare
Source](https://togithub.com/dagger/dagger/compare/v0.11.9...v0.12.0)

This release is significant. All details (including videos & code
examples)
are captured [in this blog post](https://dagger.io/blog/dagger-0-12).

##### 🔥 Breaking Changes

-   sdk: Various breaking changes to the Go SDK \
    See the SDK-specific release notes for more information.
- api: Align `Container.withNewFile` signature with
`Directory.withNewFile` by
[@&#8203;helderco](https://togithub.com/helderco) in
[https://github.com/dagger/dagger/pull/7293](https://togithub.com/dagger/dagger/pull/7293)
\
Callers of `Container.withNewFile` will need to change `contents` from
optional to required argument.
- api: Skip entrypoint by default in `withExec` by
[@&#8203;helderco](https://togithub.com/helderco) in
[https://github.com/dagger/dagger/pull/7136](https://togithub.com/dagger/dagger/pull/7136)
\
Callers relying on a `Container`'s entrypoint will need to be updated
    to opt-in with `useEntrypoint`.
- api: Don't fallback to the default command on `Container.stdout` and
`Container.stderr` by [@&#8203;helderco](https://togithub.com/helderco)
in
[https://github.com/dagger/dagger/pull/7857](https://togithub.com/dagger/dagger/pull/7857)
\
Callers of `stdout` and `stderr` without a previous `withExec` will need
to
    insert an explicit empty `withExec`.
- api: `Container.terminal` now returns a `Container` by
[@&#8203;aluzzardi](https://togithub.com/aluzzardi) in
[https://github.com/dagger/dagger/pull/7586](https://togithub.com/dagger/dagger/pull/7586)
\
Callers of `terminal` will need be updated to handle the updated type.
- api: Return absolute path on export instead of boolean by
[@&#8203;helderco](https://togithub.com/helderco) in
[https://github.com/dagger/dagger/pull/7500](https://togithub.com/dagger/dagger/pull/7500)
\
Callers expecting a boolean return will need to be updated to instead
    handle a string path.
- api: Removed deprecated `sshAuthSocket` and `sshKnownHosts` args from
`GitRef.tree` by [@&#8203;jedevc](https://togithub.com/jedevc) in
[https://github.com/dagger/dagger/pull/6934](https://togithub.com/dagger/dagger/pull/6934)
\
Callers should instead attach these arguments onto the top-level `git`
call.
- api: Removed `id` parameters for `container`, `directory` and `socket`
by [@&#8203;jedevc](https://togithub.com/jedevc) in
[https://github.com/dagger/dagger/pull/6934](https://togithub.com/dagger/dagger/pull/6934)
\
    Users of these parameters should instead use the standalone
    `loadContainerFromID`, `loadDirectoryFromID` and `loadSocketFromID`
    respectively.
- api: Removed `checkVersionCompatibility` field (versioning checks are
now automatically performed on all connections) by
[@&#8203;jedevc](https://togithub.com/jedevc) in
[https://github.com/dagger/dagger/pull/7751](https://togithub.com/dagger/dagger/pull/7751)
\
Versioning checks are now all automatically performed on all
connections, and
    never need to be manually performed through the API.

##### Upgrade Instructions

Thanks to the new compatibility mode feature, these breaking changes
should not
impact any existing Modules immediately. `dagger call` should still work
on
v0.12.0 without any changes to your Module code (any compat issues for
modules
are likely a bug, please report!)

After upgrading to Engine v0.12.0, you can upgrade your Module to use
the
latest v0.12.0 APIs by running `dagger develop`. That will update the
`engineVersion` field of your module's `dagger.json` configuration file
to
`v0.12.0` and enable the new APIs.

After that, if your code is impacted by any of the breaking changes, you
will
see errors when running `dagger call`. Once the errors are fixed,
`dagger call`
will work again and your module can be updated in Daggerverse if
desired.

More detailed instructions on addressing the individual API incompatible
changes can be found in the PR descriptions linked above.

##### Added

- api: `terminal` can be inserted into the middle of `Container` and
`Directory` pipelines to pop an interactive shell by
[@&#8203;aluzzardi](https://togithub.com/aluzzardi) in
[https://github.com/dagger/dagger/pull/7586](https://togithub.com/dagger/dagger/pull/7586)
- api: Introduced module versioning compatibility by
[@&#8203;jedevc](https://togithub.com/jedevc) in
[https://github.com/dagger/dagger/pull/7759](https://togithub.com/dagger/dagger/pull/7759)
- tui: Improved progress navigation and verbosity settings by
[@&#8203;vito](https://togithub.com/vito) in
[https://github.com/dagger/dagger/pull/7671](https://togithub.com/dagger/dagger/pull/7671)
- cli: Add `-q` flag and `DAGGER_QUIET=1` to restore previous verbosity
default by [@&#8203;vito](https://togithub.com/vito) in
[https://github.com/dagger/dagger/pull/7822](https://togithub.com/dagger/dagger/pull/7822)
- cli: Expand tilde (`~`) in file, directory and secret file argument by
[@&#8203;wingyplus](https://togithub.com/wingyplus) in
[https://github.com/dagger/dagger/pull/7818](https://togithub.com/dagger/dagger/pull/7818)
- api: Add git tags API by
[@&#8203;grouville](https://togithub.com/grouville) in
[https://github.com/dagger/dagger/pull/7742](https://togithub.com/dagger/dagger/pull/7742)
- api: Add core APIs for local cache state by
[@&#8203;sipsma](https://togithub.com/sipsma) in
[https://github.com/dagger/dagger/pull/7767](https://togithub.com/dagger/dagger/pull/7767)

##### Changed

- cli: Print module object fields with `dagger call` by
[@&#8203;helderco](https://togithub.com/helderco) in
[https://github.com/dagger/dagger/pull/7479](https://togithub.com/dagger/dagger/pull/7479)

##### Fixed

- cli: Allow absolute paths for local module paths by
[@&#8203;Michael](https://togithub.com/Michael) Albers in
[https://github.com/dagger/dagger/pull/7476](https://togithub.com/dagger/dagger/pull/7476)
- cli: Generate `LICENSE` only if `--sdk` is set on `dagger develop` by
[@&#8203;TomChv](https://togithub.com/TomChv) in
[https://github.com/dagger/dagger/pull/7719](https://togithub.com/dagger/dagger/pull/7719)
- core: Correctly set new engine gc policy defaults by
[@&#8203;jedevc](https://togithub.com/jedevc) in
[https://github.com/dagger/dagger/pull/7749](https://togithub.com/dagger/dagger/pull/7749)
- tui: plain progress output updated to not use hyperlinks by
[@&#8203;jedevc](https://togithub.com/jedevc) in
[https://github.com/dagger/dagger/pull/7754](https://togithub.com/dagger/dagger/pull/7754)
- core: Prevent service healthchecks from using too long a retry
interval by [@&#8203;sipsma](https://togithub.com/sipsma) in
[https://github.com/dagger/dagger/pull/7848](https://togithub.com/dagger/dagger/pull/7848)

##### What to do next?

-   Read the [documentation](https://docs.dagger.io)
-   Join our [Discord server](https://discord.gg/dagger-io)
-   Follow us on [Twitter](https://twitter.com/dagger_io)

</details>

<details>
<summary>dprint/dprint (dprint/dprint)</summary>

### [`v0.47.2`](https://togithub.com/dprint/dprint/releases/tag/0.47.2)

[Compare
Source](https://togithub.com/dprint/dprint/compare/0.47.1...0.47.2)

#### Changes

- fix(npm): use x64 build for aarch64-pc-windows-msvc
([#&#8203;887](https://togithub.com/dprint/dprint/issues/887))

#### Install

Run `dprint upgrade` or see https://dprint.dev/install/

#### Checksums

|Artifact|SHA-256 Checksum|
|:--|:--|

|dprint-x86\_64-apple-darwin.zip|b174a7bc1ee55413da80b4469a5bcd1d91fdda2b813ac212bc8bbd0df293c448|

|dprint-aarch64-apple-darwin.zip|d3af3952e4590663282e66413153f20cf7d3f6ac2795990d3652dec8971f68bb|

|dprint-x86\_64-pc-windows-msvc.zip|20ed46ace9d70dadf564cdee3fdf3d06e44539b05c67387f461062890330c218|

|dprint-x86\_64-pc-windows-msvc-installer.exe|ac14be2cf3e62a0f4319eea6073d29ca2e694333cc984b1ef90595779a3b63bd|

|dprint-x86\_64-unknown-linux-gnu.zip|62297402bc9ede9434c33c5de1918d97864002347c0ff85863de7d1ffe6ea384|

|dprint-x86\_64-unknown-linux-musl.zip|c821d938d27f85c4c1e68196faa6fb90e64b9ac6ee7396a018489300569f81d0|

|dprint-aarch64-unknown-linux-gnu.zip|6f5265d252773be43e716bedec5d1e25790292654306bcb772b46f5b245f730e|

|dprint-aarch64-unknown-linux-musl.zip|8bfe2b1bde933333ba9d84ce33af6cf7129c498bd5f3f8f0abf18c3c0bc4cd26|

### [`v0.47.1`](https://togithub.com/dprint/dprint/releases/tag/0.47.1)

[Compare
Source](https://togithub.com/dprint/dprint/compare/0.47.0...0.47.1)

#### Changes

- fix: do not error when `--staged` can't find any files
([https://github.com/dprint/dprint/pull/880](https://togithub.com/dprint/dprint/pull/880))

#### Install

Run `dprint upgrade` or see https://dprint.dev/install/

#### Checksums

|Artifact|SHA-256 Checksum|
|:--|:--|

|dprint-x86\_64-apple-darwin.zip|9528a8939951a04e14dda9d4a62a87a07e5ff483da5f5e19ae94c35e1b9d4f2a|

|dprint-aarch64-apple-darwin.zip|ad208fdd2941df0d6b133dfcc18afe39622648a3566a39d4574784288d4111c8|

|dprint-x86\_64-pc-windows-msvc.zip|3b43cb9d2e97bfffdb26a85dbfc58f77724c5ebc28f72b58f221eff73be9d791|

|dprint-x86\_64-pc-windows-msvc-installer.exe|4a55b59cf8c7ca830227660f686ac1da014071516b225529e6b3d6d193b91104|

|dprint-x86\_64-unknown-linux-gnu.zip|822d768d651c5b06ae7ec7bced5b2083ec6d0d73bb552686a631d2d3dd64dd29|

|dprint-x86\_64-unknown-linux-musl.zip|8bcb399be30ec7e1fc5691a31dc9fe5007e61d39200ae8a52ca9bc93fc890242|

|dprint-aarch64-unknown-linux-gnu.zip|686ef2a9977337c950e152353b278a281bd9e9b99dc2c278ffe403ceffd00a73|

|dprint-aarch64-unknown-linux-musl.zip|95fb62a4a3badc1094d6a8cbe6dd6b1b9b0f0a949378f12702883bb8b0cc0cb6|

</details>

<details>
<summary>fujiwara/awslim (fujiwara/awslim)</summary>

### [`v0.3.1`](https://togithub.com/fujiwara/awslim/releases/tag/v0.3.1)

[Compare
Source](https://togithub.com/fujiwara/awslim/compare/v0.3.0...v0.3.1)

#### Changelog

- [`05e4376`](https://togithub.com/fujiwara/awslim/commit/05e4376) Merge
pull request
[#&#8203;39](https://togithub.com/fujiwara/awslim/issues/39) from
fujiwara/fix/workflow-check-sdk

</details>

<details>
<summary>helm/helm (helm/helm)</summary>

### [`v3.15.3`](https://togithub.com/helm/helm/releases/tag/v3.15.3):
Helm v3.15.3

[Compare
Source](https://togithub.com/helm/helm/compare/v3.15.2...v3.15.3)

Helm v3.15.3 is a patch release. Users are encouraged to upgrade for the
best experience. Users are encouraged to upgrade for the best
experience.

The community keeps growing, and we'd love to see you there!

- Join the discussion in [Kubernetes
Slack](https://kubernetes.slack.com):
    -   for questions and just to hang out
    -   for discussing PRs, code, and bugs
- Hang out at the Public Developer Call: Thursday, 9:30 Pacific via
[Zoom](https://zoom.us/j/696660622)
- Test, debug, and contribute charts:
[ArtifactHub/packages](https://artifacthub.io/packages/search?kind=0)

#### Installation and Upgrading

Download Helm v3.15.3. The common platform binaries are here:

- [MacOS amd64](https://get.helm.sh/helm-v3.15.3-darwin-amd64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.15.3-darwin-amd64.tar.gz.sha256sum)
/ 68306cbd9808271cd95974328e4238c052c8495e09b0038828b65190491aeb9c)
- [MacOS arm64](https://get.helm.sh/helm-v3.15.3-darwin-arm64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.15.3-darwin-arm64.tar.gz.sha256sum)
/ 9ed53b19cfd935908c5269ba3e88028462fc4c249f85f937ae8cc04b6fe9cead)
- [Linux amd64](https://get.helm.sh/helm-v3.15.3-linux-amd64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.15.3-linux-amd64.tar.gz.sha256sum)
/ ad871aecb0c9fd96aa6702f6b79e87556c8998c2e714a4959bf71ee31282ac9c)
- [Linux arm](https://get.helm.sh/helm-v3.15.3-linux-arm.tar.gz)
([checksum](https://get.helm.sh/helm-v3.15.3-linux-arm.tar.gz.sha256sum)
/ 77a9c9699c836dd34fca3d9e783f9e70e0ddbe1a4b44aa13fac82f6193da452f)
- [Linux arm64](https://get.helm.sh/helm-v3.15.3-linux-arm64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.15.3-linux-arm64.tar.gz.sha256sum)
/ bd57697305ba46fef3299b50168a34faa777dd2cf5b43b50df92cca7ed118cce)
- [Linux i386](https://get.helm.sh/helm-v3.15.3-linux-386.tar.gz)
([checksum](https://get.helm.sh/helm-v3.15.3-linux-386.tar.gz.sha256sum)
/ 60ee9fb18b3ecfee96cd680ff2a5dcab7f61b7c522efe0c7fc7a7e2c2577157c)
- [Linux ppc64le](https://get.helm.sh/helm-v3.15.3-linux-ppc64le.tar.gz)
([checksum](https://get.helm.sh/helm-v3.15.3-linux-ppc64le.tar.gz.sha256sum)
/ fac86a8a0515e1f4593d6288426c99f2b3edac946b7f118fcfe03e4a09523f25)
- [Linux s390x](https://get.helm.sh/helm-v3.15.3-linux-s390x.tar.gz)
([checksum](https://get.helm.sh/helm-v3.15.3-linux-s390x.tar.gz.sha256sum)
/ 5de47bc4fbae5a4d06d26c71f935334e5576954eed5c8ccef677607b59371c8e)
- [Linux riscv64](https://get.helm.sh/helm-v3.15.3-linux-riscv64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.15.3-linux-riscv64.tar.gz.sha256sum)
/ 096f773146abc7ef7348e32e74b7c27633bf063e117644bc9e0b75c50c9954e4)
- [Windows amd64](https://get.helm.sh/helm-v3.15.3-windows-amd64.zip)
([checksum](https://get.helm.sh/helm-v3.15.3-windows-amd64.zip.sha256sum)
/ fd857635bbb38b20a91731e5d084c2e21503b0f797b153e3246de01676819f23)

This release was signed with ` 672C 657B E06B 4B30 969C 4A57 4614 49C2
5E36 B98E ` and can be found at
[@&#8203;mattfarina](https://togithub.com/mattfarina) [keybase
account](https://keybase.io/mattfarina). Please use the attached
signatures for verifying this release using `gpg`.

The [Quickstart Guide](https://helm.sh/docs/intro/quickstart/) will get
you going from there. For **upgrade instructions** or detailed
installation notes, check the [install
guide](https://helm.sh/docs/intro/install/). You can also use a [script
to
install](https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3)
on any system with `bash`.

#### What's Next

- 3.15.4 will contain only bug fixes and be released on August 14, 2024.
- 3.16.0 is the next feature release and will be on September 11, 2024.

#### Changelog

- fix(helm): Use burst limit setting for discovery
[`3bb50bb`](https://togithub.com/helm/helm/commit/3bb50bbbdd9c946ba9989fbe4fb4104766302a64)
(Evan Foster)
- fixed dependency_update_test.go
[`f440d3b`](https://togithub.com/helm/helm/commit/f440d3b19ed772502b85ade33f7ee6bf4a35c85c)
(Suleiman Dibirov)
- fix(dependencyBuild): prevent race condition in concurrent helm
dependency
[`f262d80`](https://togithub.com/helm/helm/commit/f262d80d30bd7c13f2ffe9719d23035adcbc7ede)
(Suleiman Dibirov)
- fix: respect proxy envvars on helm install/upgrade
[`7413819`](https://togithub.com/helm/helm/commit/7413819bb9c481707efa58b111ff0b85829b79f9)
(Sidharth Menon)
- Merge pull request
[#&#8203;13085](https://togithub.com/helm/helm/issues/13085) from
alex-kattathra-johnson/issue-12961
[`eb4cf60`](https://togithub.com/helm/helm/commit/eb4cf6051e5b97d48baf5b306ca1aaea1c33c2ae)
(Joe Julian)

</details>

<details>
<summary>junegunn/fzf (junegunn/fzf)</summary>

### [`v0.54.0`](https://togithub.com/junegunn/fzf/releases/tag/v0.54.0):
0.54.0

[Compare
Source](https://togithub.com/junegunn/fzf/compare/0.53.0...v0.54.0)

*Release highlights: https://junegunn.github.io/fzf/releases/0.54.0/*

-   Implemented line wrap of long items
    -   `--wrap` option enables line wrap
- `--wrap-sign` customizes the sign for wrapped lines (default: ` ↳ `)
    -   `toggle-wrap` action toggles line wrap
        ```sh
history | fzf --tac --wrap --bind 'ctrl-/:toggle-wrap' --wrap-sign $'\t↳
'
        ```
    -   fzf by default binds `CTRL-/` and `ALT-/` to `toggle-wrap`
-   Updated shell integration scripts to leverage line wrap
- CTRL-R binding includes `--wrap-sign $'\t↳ '` to indent wrapped lines
- `kill **` completion uses `--wrap` to show the whole line by default
instead of showing it in the preview window
-   Added `--info-command` option for customizing the info line
    ```sh
    ```

### Prepend the current cursor position in yellow

fzf --info-command='echo -e "\x1b\[33;1m$FZF_POS\x1b\[m/$FZF_INFO 💛"'

      - `$FZF_INFO` is set to the original info text
      - ANSI color codes are supported
    - Pointer and marker signs can be set to empty strings
    ```sh
    ### Minimal style
    fzf --pointer '' --marker '' --prompt '' --info hidden

-   Better cache management and improved rendering for `--tail`
-   Improved `--sync` behavior
- When `--sync` is provided, fzf will not render the interface until the
initial filtering and the associated actions (bound to any of `start`,
`load`, `result`, or `focus`) are complete.
        ```sh
        ```

### fzf will not render intermediate states

      (sleep 1; seq 1000000; sleep 1) |
fzf --sync --query 5 --listen --bind
start:up,load:up,result:up,focus:change-header:Ready
      ```

- GET endpoint is now available from `execute` and `transform` actions
(it used to timeout due to lock conflict)
    ```sh
fzf --listen --sync --bind 'focus:transform-header:curl -s
localhost:$FZF_PORT?limit=0 | jq .'
    ```
- Added `offset-middle` action to place the current item is in the
middle of the screen
- fzf will not start the initial reader when `reload` or `reload-sync`
is bound to `start` event. `fzf < /dev/null` or `: | fzf` are no longer
required and extraneous `load` event will not fire due to the empty
list.
    ```sh
    ```

### Now this will work as expected. Previously, this would print an
invalid header line.

### `fzf < /dev/null` or `: | fzf` would fix the problem, but then an
extraneous

### `load` event would fire and the header would be prematurely updated.

fzf --header 'Loading ...' --header-lines 1 \
\--bind 'start:reload:sleep 1; ps -ef' \
\--bind 'load:change-header:Loaded!'

    - Fixed mouse support on Windows
    - Fixed crash when using `--tiebreak=end` with very long items
    - zsh 5.0 compatibility (thanks to @&#8203;LangLangBart)
    - Fixed `--walker-skip` to also skip symlinks to directories
    - Fixed `result` event not fired when input stream is not complete
- Built-in reader of the Windows binary will print forward slashes on
MSYS and WSL (thanks to @&#8203;charlievieth)
- New tags will have `v` prefix so that they are available on
https://proxy.golang.org/

</details>

<details>
<summary>leg100/pug (leg100/pug)</summary>

### [`v0.4.0`](https://togithub.com/leg100/pug/releases/tag/v0.4.0)

[Compare
Source](https://togithub.com/leg100/pug/compare/v0.3.4...v0.4.0)

##### ⚠ BREAKING CHANGES

- terraform destroy
([#&#8203;92](https://togithub.com/leg100/pug/issues/92))

##### Features

- terraform destroy
([#&#8203;92](https://togithub.com/leg100/pug/issues/92))
([60a29a1](https://togithub.com/leg100/pug/commit/60a29a193478ea43cbc39eefa47c9c3d11144c73))

##### Bug Fixes

- add missing help entry for delete workspace
([b913600](https://togithub.com/leg100/pug/commit/b913600a4ff367d339f40b2f07df5fd86814492e))
- crop task info sidebar content
([29e551f](https://togithub.com/leg100/pug/commit/29e551f80bd931f6ea9b772701969fbe581f165f))
- show valid log levels in help
([d8fb3ca](https://togithub.com/leg100/pug/commit/d8fb3cab5e39e88b6e5166ee9fdd1c385ca28a84))
- state locked error with parallel tasks
([06ce27d](https://togithub.com/leg100/pug/commit/06ce27ddf7303e3d185c70046ca442b04d030915))

##### Miscellaneous

- go mod tidy
([87ebcc7](https://togithub.com/leg100/pug/commit/87ebcc71989f171e13391491ff6444ebd03b656c))
- make task info sidebar more readable
([9a29990](https://togithub.com/leg100/pug/commit/9a29990564da04d364b3238884be8b47a1c11530))
- update readme, keybindings, colors.
([#&#8203;94](https://togithub.com/leg100/pug/issues/94))
([37c5cad](https://togithub.com/leg100/pug/commit/37c5cad15bab80d32b8756a2dda71611a39191e6))
- upgrade lipgloss
([#&#8203;91](https://togithub.com/leg100/pug/issues/91))
([ff68ccb](https://togithub.com/leg100/pug/commit/ff68ccbea067d3b3bf6b02552db19386c8dfc04d))

### [`v0.3.4`](https://togithub.com/leg100/pug/releases/tag/v0.3.4)

[Compare
Source](https://togithub.com/leg100/pug/compare/v0.3.3...v0.3.4)

##### Features

- support terragrunt dependencies
([#&#8203;87](https://togithub.com/leg100/pug/issues/87))
([39fb423](https://togithub.com/leg100/pug/commit/39fb42322004d5df43ec9a3a5d8ac26a625465a1))
- switch to using serials for IDs
([#&#8203;89](https://togithub.com/leg100/pug/issues/89))
([f99ebe8](https://togithub.com/leg100/pug/commit/f99ebe886b8868d8e2a616b658fb951100f5249c))

##### Bug Fixes

- don't use pound sign in artefact paths
([0329d79](https://togithub.com/leg100/pug/commit/0329d79ffe8a1c813632f01e1023ba772799933a))
- only show dependencies when using terragrunt
([8fb0336](https://togithub.com/leg100/pug/commit/8fb033671363919ea2c6ad22c351baf6c6ce8547))

##### Miscellaneous

- copy table columns using copy func
([38de2fd](https://togithub.com/leg100/pug/commit/38de2fd82e051b4a5d3ae25014309947419b2520))
- show task args in array brackets
([473b209](https://togithub.com/leg100/pug/commit/473b209ca562c3b8b98df5022eef76585f24e010))

</details>

<details>
<summary>simulot/immich-go (simulot/immich-go)</summary>

###
[`v0.19.1`](https://togithub.com/simulot/immich-go/releases/tag/0.19.1)

[Compare
Source](https://togithub.com/simulot/immich-go/compare/0.19.0...0.19.1)

A big thank you to [@&#8203;jrasm91](https://togithub.com/jrasm91) and
[@&#8203;bo0tzz](https://togithub.com/bo0tzz) for their help

#### Changelog

- [`00f3c1c`](https://togithub.com/simulot/immich-go/commit/00f3c1c)
Getting stuck at 75% - server assets to delete
[#&#8203;343](https://togithub.com/simulot/immich-go/issues/343)
- [`3b8fc3d`](https://togithub.com/simulot/immich-go/commit/3b8fc3d)
Merge branch 'main' into simulot/issue359
- [`5b7dafd`](https://togithub.com/simulot/immich-go/commit/5b7dafd)
Unexpected Discrepancy in 'Server has same quality' Metric After
Re-uploading Images Fixes
[#&#8203;359](https://togithub.com/simulot/immich-go/issues/359)
- [`a1ba280`](https://togithub.com/simulot/immich-go/commit/a1ba280) fix
-api-trace error

**Full Changelog**:
https://github.com/simulot/immich-go/compare/0.19.0...0.19.1

###
[`v0.19.0`](https://togithub.com/simulot/immich-go/releases/tag/0.19.0)

[Compare
Source](https://togithub.com/simulot/immich-go/compare/0.18.2...0.19.0)

#### You can sponsor the project `immich-go` ! Thank you for your
feedback!

#### In this release:

-   Github sponsor
-   Use Google Photos date and location  instead of EXIF data
-   Use description and text enrichment from Google Photos albums
- Use Google Photos albums location when album's photos don't have GPS
coordinates

#### Changelog

- [`67c50ec`](https://togithub.com/simulot/immich-go/commit/67c50ec)
Api-trace
([#&#8203;351](https://togithub.com/simulot/immich-go/issues/351))
- [`1d41803`](https://togithub.com/simulot/immich-go/commit/1d41803)
Create FUNDING.yml
- [`dafec49`](https://togithub.com/simulot/immich-go/commit/dafec49)
Metadata
([#&#8203;337](https://togithub.com/simulot/immich-go/issues/337))
- [`e009356`](https://togithub.com/simulot/immich-go/commit/e009356) add
sponsor links
- [`bca9618`](https://togithub.com/simulot/immich-go/commit/bca9618)
fix: Do not require value for version call
([#&#8203;352](https://togithub.com/simulot/immich-go/issues/352))

#### What's Changed

- Api-trace by [@&#8203;simulot](https://togithub.com/simulot) in
[https://github.com/simulot/immich-go/pull/351](https://togithub.com/simulot/immich-go/pull/351)
- fix: Do not require value for version call by
[@&#8203;kai-tub](https://togithub.com/kai-tub) in
[https://github.com/simulot/immich-go/pull/352](https://togithub.com/simulot/immich-go/pull/352)
- Metadata by [@&#8203;simulot](https://togithub.com/simulot) in
[https://github.com/simulot/immich-go/pull/337](https://togithub.com/simulot/immich-go/pull/337)

**Full Changelog**:
https://github.com/simulot/immich-go/compare/0.18.2...0.19.0

</details>

<det