283 Commits

Author SHA1 Message Date
Carlos Alexandro Becker f769631fdd sec(deps): update golang.org/x/net
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2026-06-06 10:26:49 -03:00
Carlos Alexandro Becker 060af04663 sec(deps): update golang.org/x/crypto
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2026-06-06 10:10:50 -03:00
dependabot[bot] d847150c19 chore(deps): bump github.com/go-git/go-git/v5 from 5.19.0 to 5.19.1 (#1092)
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.19.0 to 5.19.1.
- [Release notes](https://github.com/go-git/go-git/releases)
- [Changelog](https://github.com/go-git/go-git/blob/main/HISTORY.md)
- [Commits](https://github.com/go-git/go-git/compare/v5.19.0...v5.19.1)

---
updated-dependencies:
- dependency-name: github.com/go-git/go-git/v5
  dependency-version: 5.19.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-01 22:48:22 -03:00
dependabot[bot] ea64ba3b69 chore(deps): bump github.com/go-git/go-git/v5 from 5.18.0 to 5.19.0 (#1087)
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.18.0 to 5.19.0.
- [Release notes](https://github.com/go-git/go-git/releases)
- [Changelog](https://github.com/go-git/go-git/blob/main/HISTORY.md)
- [Commits](https://github.com/go-git/go-git/compare/v5.18.0...v5.19.0)

---
updated-dependencies:
- dependency-name: github.com/go-git/go-git/v5
  dependency-version: 5.19.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-11 21:39:09 -03:00
dependabot[bot] 815b8640bd chore(deps): bump the go group with 2 updates (#1082)
Bumps the go group with 2 updates: [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) and [github.com/klauspost/compress](https://github.com/klauspost/compress).


Updates `github.com/Masterminds/semver/v3` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/Masterminds/semver/releases)
- [Changelog](https://github.com/Masterminds/semver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Masterminds/semver/compare/v3.4.0...v3.5.0)

Updates `github.com/klauspost/compress` from 1.18.5 to 1.18.6
- [Release notes](https://github.com/klauspost/compress/releases)
- [Commits](https://github.com/klauspost/compress/compare/v1.18.5...v1.18.6)

---
updated-dependencies:
- dependency-name: github.com/Masterminds/semver/v3
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/klauspost/compress
  dependency-version: 1.18.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-04 10:25:30 +00:00
dependabot[bot] 48fc6856ae chore(deps): bump github.com/invopop/jsonschema in the go group (#1077)
Bumps the go group with 1 update: [github.com/invopop/jsonschema](https://github.com/invopop/jsonschema).


Updates `github.com/invopop/jsonschema` from 0.13.0 to 0.14.0
- [Release notes](https://github.com/invopop/jsonschema/releases)
- [Commits](https://github.com/invopop/jsonschema/compare/v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: github.com/invopop/jsonschema
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-27 10:05:40 +00:00
Carlos Alexandro Becker dc96073275 feat: add fang support for styled CLI output (#1068)
* feat: add fang support for styled CLI output

Replace direct cobra Execute with fang.Execute to get styled help/usage
pages, styled errors, shell completions, and signal handling.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* refactor: remove man command and version template, fang handles both

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fix: version

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

* chore: diff

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

* chore: finalize conflict resolution validation

Agent-Logs-Url: https://github.com/goreleaser/nfpm/sessions/6d839ea1-01c6-43c7-8734-42026ed2f489

Co-authored-by: caarlos0 <245435+caarlos0@users.noreply.github.com>

* chore: restore unintended docs module dependency files

Agent-Logs-Url: https://github.com/goreleaser/nfpm/sessions/6d839ea1-01c6-43c7-8734-42026ed2f489

Co-authored-by: caarlos0 <245435+caarlos0@users.noreply.github.com>

---------

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: caarlos0 <245435+caarlos0@users.noreply.github.com>
2026-04-18 01:24:38 -03:00
dependabot[bot] 12336c6b7f chore(deps): bump github.com/go-git/go-git/v5 from 5.17.1 to 5.18.0 (#1073)
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.17.1 to 5.18.0.
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](https://github.com/go-git/go-git/compare/v5.17.1...v5.18.0)

---
updated-dependencies:
- dependency-name: github.com/go-git/go-git/v5
  dependency-version: 5.18.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-17 22:57:38 -03:00
Carlos Alexandro Becker b2abd8ccfb chore: go mod tidy
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2026-04-13 23:17:28 -03:00
Dj Gilcrease 92dd1ee08a fix(#1067): update go-msix version (#1071) 2026-04-13 23:16:39 -03:00
dependabot[bot] 8a958ae833 chore(deps): bump github.com/go-git/go-git/v5 from 5.16.5 to 5.17.1 (#1063)
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.16.5 to 5.17.1.
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](https://github.com/go-git/go-git/compare/v5.16.5...v5.17.1)

---
updated-dependencies:
- dependency-name: github.com/go-git/go-git/v5
  dependency-version: 5.17.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-31 16:30:09 -03:00
dependabot[bot] 2eb76d91b8 chore(deps): bump the go group with 2 updates (#1056)
Bumps the go group with 2 updates: [github.com/ProtonMail/go-crypto](https://github.com/ProtonMail/go-crypto) and [github.com/klauspost/compress](https://github.com/klauspost/compress).


Updates `github.com/ProtonMail/go-crypto` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/ProtonMail/go-crypto/releases)
- [Commits](https://github.com/ProtonMail/go-crypto/compare/v1.4.0...v1.4.1)

Updates `github.com/klauspost/compress` from 1.18.4 to 1.18.5
- [Release notes](https://github.com/klauspost/compress/releases)
- [Commits](https://github.com/klauspost/compress/compare/v1.18.4...v1.18.5)

---
updated-dependencies:
- dependency-name: github.com/ProtonMail/go-crypto
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/klauspost/compress
  dependency-version: 1.18.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-23 09:13:01 +00:00
dependabot[bot] 3be670101e chore(deps): bump github.com/buger/jsonparser from 1.1.1 to 1.1.2 (#1055)
Bumps [github.com/buger/jsonparser](https://github.com/buger/jsonparser) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/buger/jsonparser/releases)
- [Commits](https://github.com/buger/jsonparser/compare/v1.1.1...v1.1.2)

---
updated-dependencies:
- dependency-name: github.com/buger/jsonparser
  dependency-version: 1.1.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-20 14:33:32 +00:00
Dj Gilcrease 432fb6710a feat: add alpha msix support (#1051) 2026-03-20 11:14:55 -03:00
dependabot[bot] 8b7f3f6b2f chore(deps): bump github.com/ProtonMail/go-crypto in the go group (#1045)
Bumps the go group with 1 update: [github.com/ProtonMail/go-crypto](https://github.com/ProtonMail/go-crypto).


Updates `github.com/ProtonMail/go-crypto` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/ProtonMail/go-crypto/releases)
- [Commits](https://github.com/ProtonMail/go-crypto/compare/v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: github.com/ProtonMail/go-crypto
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-02 11:01:14 +00:00
dependabot[bot] 80fd7fb936 chore(deps): bump github.com/cloudflare/circl from 1.6.1 to 1.6.3 (#1044)
Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.6.1 to 1.6.3.
- [Release notes](https://github.com/cloudflare/circl/releases)
- [Commits](https://github.com/cloudflare/circl/compare/v1.6.1...v1.6.3)

---
updated-dependencies:
- dependency-name: github.com/cloudflare/circl
  dependency-version: 1.6.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-25 19:55:56 +00:00
dependabot[bot] 6b9084b77f chore(deps): bump github.com/go-git/go-git/v5 from 5.16.4 to 5.16.5 (#1041)
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.16.4 to 5.16.5.
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](https://github.com/go-git/go-git/compare/v5.16.4...v5.16.5)

---
updated-dependencies:
- dependency-name: github.com/go-git/go-git/v5
  dependency-version: 5.16.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-10 00:47:01 +00:00
dependabot[bot] aeebd5f8c4 chore(deps): bump github.com/klauspost/compress in the go group (#1038)
Bumps the go group with 1 update: [github.com/klauspost/compress](https://github.com/klauspost/compress).


Updates `github.com/klauspost/compress` from 1.18.3 to 1.18.4
- [Release notes](https://github.com/klauspost/compress/releases)
- [Commits](https://github.com/klauspost/compress/compare/v1.18.3...v1.18.4)

---
updated-dependencies:
- dependency-name: github.com/klauspost/compress
  dependency-version: 1.18.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-09 11:19:37 +00:00
dependabot[bot] fd25f619df chore(deps): bump github.com/klauspost/compress in the go group (#1020)
Bumps the go group with 1 update: [github.com/klauspost/compress](https://github.com/klauspost/compress).


Updates `github.com/klauspost/compress` from 1.18.2 to 1.18.3
- [Release notes](https://github.com/klauspost/compress/releases)
- [Commits](https://github.com/klauspost/compress/compare/v1.18.2...v1.18.3)

---
updated-dependencies:
- dependency-name: github.com/klauspost/compress
  dependency-version: 1.18.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-19 11:38:04 +00:00
Carlos Alexandro Becker 396a392c08 chore(deps): update chglog
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2025-12-15 09:59:25 -03:00
Carlos Alexandro Becker 6fbefa18b8 fix(deps): update to go.yaml.in/yaml/v3
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2025-12-15 09:53:52 -03:00
dependabot[bot] a9da67cbac chore(deps): bump github.com/klauspost/compress in the go group (#1005)
Bumps the go group with 1 update: [github.com/klauspost/compress](https://github.com/klauspost/compress).


Updates `github.com/klauspost/compress` from 1.18.1 to 1.18.2
- [Release notes](https://github.com/klauspost/compress/releases)
- [Commits](https://github.com/klauspost/compress/compare/v1.18.1...v1.18.2)

---
updated-dependencies:
- dependency-name: github.com/klauspost/compress
  dependency-version: 1.18.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-01 11:15:45 +00:00
dependabot[bot] cfc95f64ab chore(deps): bump golang.org/x/crypto from 0.37.0 to 0.45.0 (#998)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.37.0 to 0.45.0.
- [Commits](https://github.com/golang/crypto/compare/v0.37.0...v0.45.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-20 02:12:17 +00:00
dependabot[bot] 4225131319 chore(deps): bump github.com/klauspost/compress in the go group (#991)
Bumps the go group with 1 update: [github.com/klauspost/compress](https://github.com/klauspost/compress).


Updates `github.com/klauspost/compress` from 1.18.0 to 1.18.1
- [Release notes](https://github.com/klauspost/compress/releases)
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
- [Commits](https://github.com/klauspost/compress/compare/v1.18.0...v1.18.1)

---
updated-dependencies:
- dependency-name: github.com/klauspost/compress
  dependency-version: 1.18.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-27 09:35:27 +00:00
dependabot[bot] 402429ce81 chore(deps): bump github.com/goreleaser/fileglob from 1.3.0 to 1.4.0 (#982)
Bumps [github.com/goreleaser/fileglob](https://github.com/goreleaser/fileglob) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/goreleaser/fileglob/releases)
- [Changelog](https://github.com/goreleaser/fileglob/blob/main/.goreleaser.yml)
- [Commits](https://github.com/goreleaser/fileglob/compare/v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: github.com/goreleaser/fileglob
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-03 08:32:06 +00:00
dependabot[bot] 4d2e48e95d chore(deps): bump github.com/muesli/mango-cobra from 1.2.0 to 1.3.0 (#971)
Bumps [github.com/muesli/mango-cobra](https://github.com/muesli/mango-cobra) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/muesli/mango-cobra/releases)
- [Commits](https://github.com/muesli/mango-cobra/compare/v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/muesli/mango-cobra
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-11 08:24:58 +00:00
Carlos Alexandro Becker 2fdb341998 chore(deps): update go-version
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2025-09-09 22:00:22 -03:00
dependabot[bot] fb218cd1b2 chore(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 (#966)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.9.1 to 1.10.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.9.1...v1.10.1)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-version: 1.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-03 07:37:26 +00:00
dependabot[bot] 75a52a288b chore(deps): bump github.com/ulikunitz/xz from 0.5.14 to 0.5.15 (#965)
Bumps [github.com/ulikunitz/xz](https://github.com/ulikunitz/xz) from 0.5.14 to 0.5.15.
- [Commits](https://github.com/ulikunitz/xz/compare/v0.5.14...v0.5.15)

---
updated-dependencies:
- dependency-name: github.com/ulikunitz/xz
  dependency-version: 0.5.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-29 08:21:40 +00:00
dependabot[bot] b64b3eafc7 chore(deps): bump github.com/ulikunitz/xz from 0.5.13 to 0.5.14 (#964)
Bumps [github.com/ulikunitz/xz](https://github.com/ulikunitz/xz) from 0.5.13 to 0.5.14.
- [Commits](https://github.com/ulikunitz/xz/compare/v0.5.13...v0.5.14)

---
updated-dependencies:
- dependency-name: github.com/ulikunitz/xz
  dependency-version: 0.5.14
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-28 19:59:24 +00:00
dependabot[bot] 9b66108903 chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 (#963)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.11.0 to 1.11.1.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-28 10:01:05 +00:00
dependabot[bot] f0da93bf41 chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 (#962)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.10.0...v1.11.0)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-25 14:41:08 +00:00
dependabot[bot] e6820e1250 chore(deps): bump github.com/ulikunitz/xz from 0.5.12 to 0.5.13 (#960)
Bumps [github.com/ulikunitz/xz](https://github.com/ulikunitz/xz) from 0.5.12 to 0.5.13.
- [Commits](https://github.com/ulikunitz/xz/compare/v0.5.12...v0.5.13)

---
updated-dependencies:
- dependency-name: github.com/ulikunitz/xz
  dependency-version: 0.5.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-20 09:49:56 +00:00
dependabot[bot] ebcd6d28a2 chore(deps): bump github.com/google/rpmpack from 0.7.0 to 0.7.1 (#951)
Bumps [github.com/google/rpmpack](https://github.com/google/rpmpack) from 0.7.0 to 0.7.1.
- [Release notes](https://github.com/google/rpmpack/releases)
- [Commits](https://github.com/google/rpmpack/compare/v0.7.0...v0.7.1)

---
updated-dependencies:
- dependency-name: github.com/google/rpmpack
  dependency-version: 0.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-28 13:45:36 +00:00
dependabot[bot] 0e9f38ee27 chore(deps): bump github.com/Masterminds/semver/v3 from 3.3.1 to 3.4.0 (#946)
Bumps [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/Masterminds/semver/releases)
- [Changelog](https://github.com/Masterminds/semver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Masterminds/semver/compare/v3.3.1...v3.4.0)

---
updated-dependencies:
- dependency-name: github.com/Masterminds/semver/v3
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-30 10:55:27 +00:00
dependabot[bot] 8e999742a1 chore(deps): bump github.com/caarlos0/go-version from 0.2.0 to 0.2.1 (#944)
Bumps [github.com/caarlos0/go-version](https://github.com/caarlos0/go-version) from 0.2.0 to 0.2.1.
- [Release notes](https://github.com/caarlos0/go-version/releases)
- [Changelog](https://github.com/caarlos0/go-version/blob/main/.goreleaser.yml)
- [Commits](https://github.com/caarlos0/go-version/compare/v0.2.0...v0.2.1)

---
updated-dependencies:
- dependency-name: github.com/caarlos0/go-version
  dependency-version: 0.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-25 08:55:59 +00:00
dependabot[bot] 2ca9c45df3 chore(deps): bump github.com/goreleaser/chglog from 0.7.0 to 0.7.3 (#936)
Bumps [github.com/goreleaser/chglog](https://github.com/goreleaser/chglog) from 0.7.0 to 0.7.3.
- [Release notes](https://github.com/goreleaser/chglog/releases)
- [Changelog](https://github.com/goreleaser/chglog/blob/main/.goreleaser.yml)
- [Commits](https://github.com/goreleaser/chglog/compare/v0.7.0...v0.7.3)

---
updated-dependencies:
- dependency-name: github.com/goreleaser/chglog
  dependency-version: 0.7.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-09 09:28:45 +00:00
dependabot[bot] 1f62dd56f7 chore(deps): bump github.com/google/rpmpack (#934)
Bumps [github.com/google/rpmpack](https://github.com/google/rpmpack) from 0.6.1-0.20250405124433-758cc6896cbc to 0.7.0.
- [Release notes](https://github.com/google/rpmpack/releases)
- [Commits](https://github.com/google/rpmpack/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: github.com/google/rpmpack
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-29 08:46:15 +00:00
dependabot[bot] ab975625bf chore(deps): bump github.com/ProtonMail/go-crypto from 1.2.0 to 1.3.0 (#931)
Bumps [github.com/ProtonMail/go-crypto](https://github.com/ProtonMail/go-crypto) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/ProtonMail/go-crypto/releases)
- [Commits](https://github.com/ProtonMail/go-crypto/compare/v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/ProtonMail/go-crypto
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-23 08:55:32 +00:00
Carlos Alexandro Becker 9f029a4956 chore(deps): update rpmpack to last commit
https://github.com/google/rpmpack/commit/758cc6896cbcd952af5d143a5365a5df357eee2f
2025-05-19 23:44:15 -03:00
dependabot[bot] bd742ffea4 chore(deps): bump dario.cat/mergo from 1.0.1 to 1.0.2 (#928)
Bumps [dario.cat/mergo](https://github.com/imdario/mergo) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/imdario/mergo/releases)
- [Commits](https://github.com/imdario/mergo/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: dario.cat/mergo
  dependency-version: 1.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-08 08:43:00 +00:00
dependabot[bot] 6270aaa62f chore(deps): bump github.com/ProtonMail/go-crypto from 1.1.6 to 1.2.0 (#923)
Bumps [github.com/ProtonMail/go-crypto](https://github.com/ProtonMail/go-crypto) from 1.1.6 to 1.2.0.
- [Release notes](https://github.com/ProtonMail/go-crypto/releases)
- [Commits](https://github.com/ProtonMail/go-crypto/compare/v1.1.6...v1.2.0)

---
updated-dependencies:
- dependency-name: github.com/ProtonMail/go-crypto
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-11 09:05:42 +00:00
Carlos Alexandro Becker 3f640c7115 chore(deps): update golang.org/x/net
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2025-03-28 17:15:55 -03:00
Carlos Alexandro Becker aebb24a027 chore(deps): update chglog
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2025-03-23 17:32:00 -03:00
Carlos Alexandro Becker 4200fa0e67 feat(deps): update to go 1.23, update golang.org/x/ deps 2025-03-23 16:46:48 -03:00
Carlos Alexandro Becker 7a6c105aed fix(rpm): signing for rpm <= 4.16 (#910) 2025-02-27 16:15:12 -03:00
dependabot[bot] 63c9fedf03 chore(deps): bump github.com/klauspost/compress from 1.17.11 to 1.18.0 (#908)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-20 10:37:51 -03:00
dependabot[bot] 4fe07d0afd chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#906)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.1 to 1.9.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.8.1...v1.9.1)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-17 08:46:51 +00:00
dependabot[bot] b6a1a9dd53 chore(deps): bump github.com/ProtonMail/go-crypto from 1.1.4 to 1.1.5 (#900)
Bumps [github.com/ProtonMail/go-crypto](https://github.com/ProtonMail/go-crypto) from 1.1.4 to 1.1.5.
- [Release notes](https://github.com/ProtonMail/go-crypto/releases)
- [Commits](https://github.com/ProtonMail/go-crypto/compare/v1.1.4...v1.1.5)

---
updated-dependencies:
- dependency-name: github.com/ProtonMail/go-crypto
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-16 08:34:12 +00:00
Carlos Alexandro Becker f9d9d19266 test: test centos10, fedora 40+ (#899)
* test: test centos10, fedora 40+

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

* chore: typos

* fix: typo

---------

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2025-01-11 15:45:12 -03:00