forked from pool/topgrade
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e4607ff14e | |||
|
|
0148269fb7 |
5
_service
5
_service
@@ -4,7 +4,7 @@
|
||||
<param
|
||||
name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v14.0.1</param>
|
||||
<param name="revision">v15.0.0</param>
|
||||
<param
|
||||
name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
@@ -12,7 +12,7 @@
|
||||
name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param
|
||||
name="changesauthor">stigpro@outlook.fr</param>
|
||||
name="changesauthor">gerald_chen@foxmail.com</param>
|
||||
</service>
|
||||
<service mode="disabled" name="tar" />
|
||||
<service mode="disabled" name="recompress">
|
||||
@@ -26,5 +26,4 @@
|
||||
<param name="compression">zst</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
<service mode="disabled" name="cargo_audit"/>
|
||||
</services>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/topgrade-rs/topgrade.git</param>
|
||||
<param name="changesrevision">ea13c51b7d74299a7a073a38a3d5f74f88f4fd65</param></service></servicedata>
|
||||
<param name="changesrevision">1ebcc9beee17b388802722b3d596c912a4f5f011</param></service></servicedata>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:94d1bc545d5bc9eca53ff65683fda686603b494c58c36ef3c01b7c0dc294db67
|
||||
size 4372545
|
||||
3
topgrade-15.0.0.tar.zst
Normal file
3
topgrade-15.0.0.tar.zst
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b079f11eeea6c0812da68618124eb031e8f6adaf21bb11326f051ce98004a49
|
||||
size 4376483
|
||||
@@ -1,3 +1,88 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 04 08:01:26 UTC 2024 - gerald_chen@foxmail.com
|
||||
|
||||
- Update to version 15.0.0:
|
||||
* chore: prepare for v15.0.0 (#843)
|
||||
* feat: new step Lensfun's database update (#839)
|
||||
* fix: consider TMUX_PLUGIN_MANAGER_PATH when searching tpm binary (#835)
|
||||
* chore: collect `--dry-run` and `--yes` opts info in feature request template (#838)
|
||||
* chore(deps): bump curve25519-dalek from 4.1.2 to 4.1.3 (#827)
|
||||
* style: allow unused ExecutorChild (#829)
|
||||
* chore: bump deps (#823)
|
||||
* Run MasonUpdate as part of the vim updates (#821)
|
||||
* fix(RubyGems): support no-sudo updating for rbenv and rvm (#820)
|
||||
* deps: bump libc from 0.2.153 to 0.2.155 (#818)
|
||||
* Add linux mint support (#817)
|
||||
* chore: build binary for both macOS aarch64 and amd64 (#816)
|
||||
* ci: replace deprecated gh actions with alternatives (#814)
|
||||
* chore: update PR template (#815)
|
||||
* ci: remove code coverage test & uniform file names (#811)
|
||||
* add upgrade stuff for bedrock linuxmint strata (#813)
|
||||
* feat: add support for chimera linux (#808)
|
||||
* chore(deps): bump mio from 0.8.10 to 0.8.11 (#729)
|
||||
* chore(deps): bump h2 from 0.3.24 to 0.3.26 (#766)
|
||||
* chore(deps): bump rustls from 0.21.10 to 0.21.12 (#804)
|
||||
* Dependatbot Updates (#802)
|
||||
* feat: support auto-cpufreq (#800)
|
||||
* Add rye support (#799)
|
||||
* fix: Fedora Sway Atomic should be recognized as FedoraImmutable (#795)
|
||||
* refactor: 2 clippy warnings (#789)
|
||||
* Always display windows update step (#781)
|
||||
* fix(os): detect Fedora IoT Edition as immutable Fedora variant (#774)
|
||||
* Add config flag to toggle verbose Git repository output. (#763)
|
||||
* fix: better `dotnet tool list` header parsing (#772)
|
||||
* Fix local host detection for remotes with user (#755)
|
||||
* feat: support update PlatformIO Core (#759)
|
||||
* feat: add support for mise (#757)
|
||||
* FIXES #708: add config directive for pkg_* cleanup on OpenBSD (#753)
|
||||
* fix: don't use Command::new(bin_name) as it won't work on Windows (#750)
|
||||
* style: fix 2 clippy lint unless_vec & unused_io_amount (#751)
|
||||
* feat: support update ClamAV databases (#747)
|
||||
* feat: put step logs in a span (#746)
|
||||
* Add support for Lean 4's elan (#742)
|
||||
* refactor: make GitSteps a dedicated step (#737)
|
||||
* fix: use env BUN_INSTALL to locate package.json (#734)
|
||||
* fix(pipx): adds `--include-injected` argument to `pipx` (#726)
|
||||
* feat: adds `xcodes` step (#643)
|
||||
* Adds `pyenv` step (#724)
|
||||
* Update GitHub Actions workflow for Codecov integration (#718)
|
||||
* Add GitHub Actions Workflow for Build and Test (#717)
|
||||
* Create devskim.yml to enable GitHub code scanning for this repository (#700)
|
||||
* chore: git ignore more (#715)
|
||||
* chore: bump deps (#714)
|
||||
* revert: revert 614 to remove the -p option (#713)
|
||||
* feat: also detect Helix step with bin name hx (#710)
|
||||
* fix: fetch and build Helix grammar as a regular user (#698)
|
||||
* Add .vs to .gitignore (#706)
|
||||
* chore(deps): bump actions/download-artifact from 3 to 4 (#704)
|
||||
* chore(deps): bump EnricoMi/publish-unit-test-result-action from 1 to 2 (#705)
|
||||
* Fix OpenBSD Step failing to build with `E0599` (#707)
|
||||
* fix: zinit default install location (#625)
|
||||
* docs: document brew config entries[skip ci] (#696)
|
||||
* feat(brew): adds "greedy-latest" option to Brew (#636)
|
||||
* feat: support waydroid (#687)
|
||||
* chore(deps): bump actions/checkout from 2 to 4 (#688)
|
||||
* chore(deps): bump actions/upload-artifact from 3 to 4 (#689)
|
||||
* chore(deps): bump actions/cache from 1 to 4 (#690)
|
||||
* chore(deps): bump codecov/codecov-action from 1 to 4 (#691)
|
||||
* chore(deps): bump katyo/publish-crates from 1 to 2 (#692)
|
||||
* docs: update install doc with Winget (#693)
|
||||
* Keeping actions up to date with Dependabot (#685)
|
||||
* Publish new releases of topgrade to the Windows Package Manager with WinGet Releaser
|
||||
* ci: add macOS aarch64 check (#680)
|
||||
* feat: add `fetch_head` configuration option into `brew` (#679)
|
||||
* Fix/winget (#670)
|
||||
* fix: correct typos in output (#677)
|
||||
* docs: fix a wrong preposition[skip ci] (#676)
|
||||
* ci: run cargo test in ci (#674)
|
||||
* feat: Add support for Wolfi (#672)
|
||||
* Fix/usoclient (#669)
|
||||
* Fix/pswindowsupdate (#671)
|
||||
* Update Cargo.lock (#673)
|
||||
* feat: certbot renew (#665)
|
||||
* fix: softwareupdate under dry run (#668)
|
||||
* feat: support wildcard in ignored_containers (#666)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 24 18:26:23 UTC 2024 - Nicolas FORMICHELLA <stigpro@outlook.fr>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: topgrade
|
||||
version: 14.0.1
|
||||
mtime: 1706168452
|
||||
commit: ea13c51b7d74299a7a073a38a3d5f74f88f4fd65
|
||||
version: 15.0.0
|
||||
mtime: 1719798320
|
||||
commit: 1ebcc9beee17b388802722b3d596c912a4f5f011
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: topgrade
|
||||
Version: 14.0.1
|
||||
Version: 15.0.0
|
||||
Release: 0
|
||||
Summary: Upgrade all the things
|
||||
License: GPL-3.0-only
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53cdf52037f824f9aec7f0009e628870feab3a569fe37fdcc38237d5a05274a9
|
||||
size 37420304
|
||||
oid sha256:a03e0c1a2b42cf566aba26fe4d313b83f211db47d9c609e8f67f937603b6e6e5
|
||||
size 37954072
|
||||
|
||||
Reference in New Issue
Block a user