This repository was archived by the owner on May 18, 2026. It is now read-only.
Releases: comtrya/comtrya-dotfiles
Releases · comtrya/comtrya-dotfiles
v0.9.2
What's Changed
- A couple of small documentation improvements by @kraileth in https://github.com/comtrya/comtrya/pull/544
- chore(deps): bump houseabsolute/actions-rust-cross from 0 to 1 in the all-dependencies-actions group by @dependabot in https://github.com/comtrya/comtrya/pull/546
- fix: properly ignore files directory by @jonasjelonek in https://github.com/comtrya/comtrya/pull/551
- feat:inject variables via cli by @martintc in https://github.com/comtrya/comtrya/pull/553
- implement summarize for user actions by @martintc in https://github.com/comtrya/comtrya/pull/555
- doc: add some initial documentaiton of structure for package reposito… by @martintc in https://github.com/comtrya/comtrya/pull/560
- chore(deps): bump ring from 0.17.8 to 0.17.13 by @dependabot in https://github.com/comtrya/comtrya/pull/563
- chore(deps): bump age from 0.10.0 to 0.10.1 by @dependabot in https://github.com/comtrya/comtrya/pull/564
- Added CachyOS and Artix as available Arch Distributions by @JustinBacher in https://github.com/comtrya/comtrya/pull/569
- chore(deps): bump tokio from 1.41.0 to 1.43.1 by @dependabot in https://github.com/comtrya/comtrya/pull/571
- chore(deps): bump crossbeam-channel from 0.5.13 to 0.5.15 by @dependabot in https://github.com/comtrya/comtrya/pull/573
- fix(binary.github): added code to fetch the latest binary when version value passed is 'latest' by @nair-sreerag in https://github.com/comtrya/comtrya/pull/572
- Update documentation by @airtonix in https://github.com/comtrya/comtrya/pull/574
- prep: 0.9.2 release by @martintc in https://github.com/comtrya/comtrya/pull/576
New Contributors
- @jonasjelonek made their first contribution in https://github.com/comtrya/comtrya/pull/551
- @nair-sreerag made their first contribution in https://github.com/comtrya/comtrya/pull/572
Full Changelog: comtrya/comtrya@v0.9.1...v0.9.2
v0.9.1
What's Changed
- Feat/snap provider by @davenport1 in https://github.com/comtrya/comtrya/pull/488
- Add snapcraft to the list of package managers in the documentation by @martintc in https://github.com/comtrya/comtrya/pull/490
- update to new runners for macos x86_64 by @martintc in https://github.com/comtrya/comtrya/pull/491
- chore(deps): bump the all-dependencies-cargo group across 1 directory with 14 updates by @dependabot in https://github.com/comtrya/comtrya/pull/492
- fix documentation by @martintc in https://github.com/comtrya/comtrya/pull/495
- feat: add paru as new providor by @JustinBacher in https://github.com/comtrya/comtrya/pull/496
- fix(yay): remove deprecated option by @rawkode in https://github.com/comtrya/comtrya/pull/497
- fix(arch): ensure queries can run when provider needs bootstrapped by @rawkode in https://github.com/comtrya/comtrya/pull/498
- fix(arch): no diffmenu is now the default and the flag was removed by @rawkode in https://github.com/comtrya/comtrya/pull/501
- chore(deps): bump the all-dependencies-cargo group with 8 updates by @dependabot in https://github.com/comtrya/comtrya/pull/505
- feat: chown file by @martintc in https://github.com/comtrya/comtrya/pull/506
- doc: document file chown action by @martintc in https://github.com/comtrya/comtrya/pull/508
- feat: chown files on download by @martintc in https://github.com/comtrya/comtrya/pull/507
- doc: chown on file download by @martintc in https://github.com/comtrya/comtrya/pull/509
- Update documentation by @m-ammar in https://github.com/comtrya/comtrya/pull/510
- add chown options to file.copy action by @martintc in https://github.com/comtrya/comtrya/pull/512
- Add initializers and finalizers for scoped environment variables by @martintc in https://github.com/comtrya/comtrya/pull/515
- doc: add documentation for scoped environment variables by @martintc in https://github.com/comtrya/comtrya/pull/516
- feat: add unarchive file action by @martintc in https://github.com/comtrya/comtrya/pull/517
- doc: file unarchive action by @martintc in https://github.com/comtrya/comtrya/pull/518
- add summary for action by @martintc in https://github.com/comtrya/comtrya/pull/519
- chore(deps): bump codecov/codecov-action from 4 to 5 in the all-dependencies-actions group by @dependabot in https://github.com/comtrya/comtrya/pull/521
- feat: git clone via gix by @martintc in https://github.com/comtrya/comtrya/pull/523
- Feat specify config by @davenport1 in https://github.com/comtrya/comtrya/pull/525
- doc: document new git.clone implementation by @martintc in https://github.com/comtrya/comtrya/pull/526
- doc: update foot note on git action by @martintc in https://github.com/comtrya/comtrya/pull/527
- ci: remove tarpaulin by @martintc in https://github.com/comtrya/comtrya/pull/529
- doc: Document new cli option for specifying configuration path by @davenport1 in https://github.com/comtrya/comtrya/pull/528
- fix(yay): Adds EndeavourOS to the yay list by @actioninja in https://github.com/comtrya/comtrya/pull/530
- fix: purge "files" at the ignore walker phase instead of the final walk by @actioninja in https://github.com/comtrya/comtrya/pull/531
- feat: gix manifest sourcing by @martintc in https://github.com/comtrya/comtrya/pull/533
- mdbook code annotations (#1) by @farax4de in https://github.com/comtrya/comtrya/pull/538
- prep files for 0.9.1 release by @martintc in https://github.com/comtrya/comtrya/pull/539
- bump min rust version by @martintc in https://github.com/comtrya/comtrya/pull/542
New Contributors
- @davenport1 made their first contribution in https://github.com/comtrya/comtrya/pull/488
- @JustinBacher made their first contribution in https://github.com/comtrya/comtrya/pull/496
- @m-ammar made their first contribution in https://github.com/comtrya/comtrya/pull/510
- @farax4de made their first contribution in https://github.com/comtrya/comtrya/pull/538
Full Changelog: comtrya/comtrya@v0.9.0...v0.9.1
v0.9.0
What's Changed
- Change some trace to warn message and some debug to error messages by @martintc in https://github.com/comtrya/comtrya/pull/452
- chore(deps): bump the all-dependencies-cargo group with 5 updates by @dependabot in https://github.com/comtrya/comtrya/pull/454
- Detect if users already exists instead of failing. Fixes #431 by @yonas in https://github.com/comtrya/comtrya/pull/453
- intial code for feature for local package installs by @martintc in https://github.com/comtrya/comtrya/pull/455
- chore(deps): bump quinn-proto from 0.11.6 to 0.11.8 by @dependabot in https://github.com/comtrya/comtrya/pull/457
- Add a regression test for issue #434 by @martintc in https://github.com/comtrya/comtrya/pull/458
- feat: Manifest status (Plan to add status of manifests) by @shawn111 in https://github.com/comtrya/comtrya/pull/423
- Add documentation for status command by @martintc in https://github.com/comtrya/comtrya/pull/460
- Enable aptitude for local file install by @martintc in https://github.com/comtrya/comtrya/pull/461
- add summarize implementations to actions by @martintc in https://github.com/comtrya/comtrya/pull/462
- Append file name to target if target is a directory by @martintc in https://github.com/comtrya/comtrya/pull/463
- Copy directory contents if target ends with a trailing slash (/) by @yonas in https://github.com/comtrya/comtrya/pull/464
- Deploy mdbook only if owner is comtrya. by @yonas in https://github.com/comtrya/comtrya/pull/466
- adjust dependencies of actions by @martintc in https://github.com/comtrya/comtrya/pull/467
- Add in checking that binary exists to execute by @martintc in https://github.com/comtrya/comtrya/pull/465
- Go back to older deploy pipeline for documentation by @martintc in https://github.com/comtrya/comtrya/pull/468
- another shot at fixing mdbook deploy by @martintc in https://github.com/comtrya/comtrya/pull/469
- update documentation for using apply by @martintc in https://github.com/comtrya/comtrya/pull/471
- Add a check over supplied manifests for paths by @martintc in https://github.com/comtrya/comtrya/pull/472
- Fix tests for user and group providers on FreeBSD. by @yonas in https://github.com/comtrya/comtrya/pull/475
- Add documentation for file command behaviour by @DominicD in https://github.com/comtrya/comtrya/pull/478
- feature: Privilege providers by @martintc in https://github.com/comtrya/comtrya/pull/479
- Add run0 as a privilege provider by @martintc in https://github.com/comtrya/comtrya/pull/481
- documentation on privilege escalation providers by @martintc in https://github.com/comtrya/comtrya/pull/482
- Prep files for next release by @martintc in https://github.com/comtrya/comtrya/pull/483
New Contributors
- @yonas made their first contribution in https://github.com/comtrya/comtrya/pull/453
- @DominicD made their first contribution in https://github.com/comtrya/comtrya/pull/478
Full Changelog: comtrya/comtrya@v0.8.9...v0.9.0
v0.8.9
What's Changed
- chore: sudo should be called privileged in command.execute by @rawkode in https://github.com/comtrya/comtrya/pull/390
- fix: correct error propagation from exec errors by @rawkode in https://github.com/comtrya/comtrya/pull/387
- fix: ensure the manifest name is the dependency prefix for local depe… by @rawkode in https://github.com/comtrya/comtrya/pull/389
- fix: error when there's unrecognized fields in manifest by @rawkode in https://github.com/comtrya/comtrya/pull/391
- add instructions for mdbook docs by @martintc in https://github.com/comtrya/comtrya/pull/386
- Add documentation for privilege escalation. by @martintc in https://github.com/comtrya/comtrya/pull/393
- chore(deps): bump the all-dependencies-cargo group with 8 updates by @dependabot in https://github.com/comtrya/comtrya/pull/396
- chore(deps): bump h2 from 0.3.21 to 0.3.24 by @dependabot in https://github.com/comtrya/comtrya/pull/397
- chore(deps): bump the all-dependencies-cargo group with 14 updates by @dependabot in https://github.com/comtrya/comtrya/pull/398
- chore(deps): bump the all-dependencies-actions group with 1 update by @dependabot in https://github.com/comtrya/comtrya/pull/399
- fix: vartiants examples by @shawn111 in https://github.com/comtrya/comtrya/pull/402
- Add action summary information. (#254) by @shawn111 in https://github.com/comtrya/comtrya/pull/401
- update min rust version by @martintc in https://github.com/comtrya/comtrya/pull/404
- Update pullrequest by @martintc in https://github.com/comtrya/comtrya/pull/405
- chore(deps): bump the all-dependencies-cargo group with 13 updates by @dependabot in https://github.com/comtrya/comtrya/pull/403
- chore(deps): bump mio from 0.8.9 to 0.8.11 by @dependabot in https://github.com/comtrya/comtrya/pull/406
- Update Cargo.lock by @S4more in https://github.com/comtrya/comtrya/pull/408
- add tracing_journald support for linux by @shawn111 in https://github.com/comtrya/comtrya/pull/407
- update cargo.lock by @martintc in https://github.com/comtrya/comtrya/pull/412
- bump min rust version by @martintc in https://github.com/comtrya/comtrya/pull/413
- chore(deps): bump the all-dependencies-cargo group with 4 updates by @dependabot in https://github.com/comtrya/comtrya/pull/415
- chore(deps): bump the all-dependencies-actions group with 1 update by @dependabot in https://github.com/comtrya/comtrya/pull/414
- refactor: replace deprecated serde_yaml with serde_yml by @icepuma in https://github.com/comtrya/comtrya/pull/417
- chore(deps): bump h2 from 0.3.25 to 0.3.26 by @dependabot in https://github.com/comtrya/comtrya/pull/416
- chore(deps): bump rustls from 0.21.10 to 0.21.11 by @dependabot in https://github.com/comtrya/comtrya/pull/418
- refactor: replace structopt/paw with clap by @shawn111 in https://github.com/comtrya/comtrya/pull/419
- chore(deps): bump the all-dependencies-cargo group across 1 directory with 10 updates by @dependabot in https://github.com/comtrya/comtrya/pull/421
- feat: "gen_completions" command by @shawn111 in https://github.com/comtrya/comtrya/pull/422
- chore(deps): bump the all-dependencies-cargo group with 9 updates by @dependabot in https://github.com/comtrya/comtrya/pull/425
- chore(deps): bump curve25519-dalek from 4.1.2 to 4.1.3 by @dependabot in https://github.com/comtrya/comtrya/pull/426
- chore(deps): bump the all-dependencies-cargo group with 8 updates by @dependabot in https://github.com/comtrya/comtrya/pull/427
- chore(deps): bump the all-dependencies-cargo group with 11 updates by @dependabot in https://github.com/comtrya/comtrya/pull/432
- fix(aptitude): missing
/forshare/keyringsby @frezbo in https://github.com/comtrya/comtrya/pull/434 - correct install option by @martintc in https://github.com/comtrya/comtrya/pull/441
- Add asking for manifests in the issue templates by @martintc in https://github.com/comtrya/comtrya/pull/442
- Mdbook deploy by @martintc in https://github.com/comtrya/comtrya/pull/443
- first pass on removing git integration and git sync by @martintc in https://github.com/comtrya/comtrya/pull/439
- Add new apple silicon runners for macOS aarch64 by @martintc in https://github.com/comtrya/comtrya/pull/444
- More ci updates by @martintc in https://github.com/comtrya/comtrya/pull/445
- Add workflow to compile mdbook on pull request by @martintc in https://github.com/comtrya/comtrya/pull/447
- Document contexts by @martintc in https://github.com/comtrya/comtrya/pull/448
- prep for v0.8.9 release by @martintc in https://github.com/comtrya/comtrya/pull/449
New Contributors
- @shawn111 made their first contribution in https://github.com/comtrya/comtrya/pull/402
- @S4more made their first contribution in https://github.com/comtrya/comtrya/pull/408
- @frezbo made their first contribution in https://github.com/comtrya/comtrya/pull/434
Full Changelog: comtrya/comtrya@v0.8.8...v0.8.9
v0.8.8
What's Changed
- chore: slim down Cargo.toml of app by @icepuma in https://github.com/comtrya/comtrya/pull/352
- chore(deps): bump the all-dependencies-cargo group with 11 updates by @dependabot in https://github.com/comtrya/comtrya/pull/353
- Initial write up with sections from original documentation by @martintc in https://github.com/comtrya/comtrya/pull/354
- update ubuntu runners and update gitignore by @martintc in https://github.com/comtrya/comtrya/pull/356
- fix: attempt to fix aarch64 linux binaries by @martintc in https://github.com/comtrya/comtrya/pull/357
- Revert "fix: attempt to fix aarch64 linux binaries (#357)" by @martintc in https://github.com/comtrya/comtrya/pull/359
- fix: aarch64 binary artifact by @martintc in https://github.com/comtrya/comtrya/pull/360
- Fix aarch64 binary 2 by @martintc in https://github.com/comtrya/comtrya/pull/362
- chore(deps): bump self_cell from 0.10.2 to 0.10.3 by @dependabot in https://github.com/comtrya/comtrya/pull/363
- chore: enhance manifest loading by @icepuma in https://github.com/comtrya/comtrya/pull/365
- chore(deps): bump the all-dependencies-cargo group with 7 updates by @dependabot in https://github.com/comtrya/comtrya/pull/366
- add unarchive atom by @martintc in https://github.com/comtrya/comtrya/pull/355
- Experimental workflow by @martintc in https://github.com/comtrya/comtrya/pull/367
- Gh experiment wf by @martintc in https://github.com/comtrya/comtrya/pull/368
- vendor openssl by @martintc in https://github.com/comtrya/comtrya/pull/369
- Experimental wf targets by @martintc in https://github.com/comtrya/comtrya/pull/370
- fix: octocrab::instance needs to be wrapped in a runtime call by @icepuma in https://github.com/comtrya/comtrya/pull/371
- Correct more the environment variables for main2.yaml by @martintc in https://github.com/comtrya/comtrya/pull/372
- remove renaming binary by @martintc in https://github.com/comtrya/comtrya/pull/373
- experiment with naming parameters by @martintc in https://github.com/comtrya/comtrya/pull/374
- Experimental yaml2 by @martintc in https://github.com/comtrya/comtrya/pull/375
- adjust bin name env variable by @martintc in https://github.com/comtrya/comtrya/pull/376
- adjust targets by @martintc in https://github.com/comtrya/comtrya/pull/377
- Add some forgotten conversion from matrix.job to matrix.platform by @martintc in https://github.com/comtrya/comtrya/pull/378
- Main yaml2 by @martintc in https://github.com/comtrya/comtrya/pull/379
- chore(deps): bump unsafe-libyaml from 0.2.9 to 0.2.10 by @dependabot in https://github.com/comtrya/comtrya/pull/381
- New release action by @martintc in https://github.com/comtrya/comtrya/pull/380
- prepare release by @martintc in https://github.com/comtrya/comtrya/pull/383
Full Changelog: comtrya/comtrya@v0.8.7...v0.8.8
v0.8.7
What's Changed
- chore: don't use a dedicated action to publish comtrya by @icepuma in https://github.com/comtrya/comtrya/pull/349
- Prepare release by @icepuma in https://github.com/comtrya/comtrya/pull/350
Full Changelog: comtrya/comtrya@v0.8.6...v0.8.7
v0.8.6
What's Changed
- update windows runner to 2022 by @martintc in https://github.com/comtrya/comtrya/pull/340
- update dependencies by @martintc in https://github.com/comtrya/comtrya/pull/339
- chore(deps): bump the all-dependencies-cargo group with 1 update by @dependabot in https://github.com/comtrya/comtrya/pull/343
- chore(deps): bump the all-dependencies-actions group with 5 updates by @dependabot in https://github.com/comtrya/comtrya/pull/342
- Feature/file dir.remove by @bjoroen in https://github.com/comtrya/comtrya/pull/332
- change the example for linux so not to cause a system reboot by @martintc in https://github.com/comtrya/comtrya/pull/344
- update README for new version by @martintc in https://github.com/comtrya/comtrya/pull/345
New Contributors
- @bjoroen made their first contribution in https://github.com/comtrya/comtrya/pull/332
Full Changelog: comtrya/comtrya@v0.8.5...v0.8.6
v0.8.5
What's Changed
- contexts command by @icepuma in https://github.com/comtrya/comtrya/pull/298
- Initial implementation for supporting toml files by @martintc in https://github.com/comtrya/comtrya/pull/297
- [Feature] Add users on MacOS Platform by @martintc in https://github.com/comtrya/comtrya/pull/305
- Add users to group and add groups by @martintc in https://github.com/comtrya/comtrya/pull/307
- Explain version pinning feature by @airtonix in https://github.com/comtrya/comtrya/pull/310
- chore(deps): bump libgit2-sys from 0.14.0+1.5.0 to 0.14.2+1.5.1 by @dependabot in https://github.com/comtrya/comtrya/pull/313
- Add more possible dirs to template context by @actioninja in https://github.com/comtrya/comtrya/pull/312
- chore(deps): bump tokio from 1.24.0 to 1.24.2 by @dependabot in https://github.com/comtrya/comtrya/pull/319
- chore(deps): bump openssl-src from 111.24.0+1.1.1s to 111.25.0+1.1.1t by @dependabot in https://github.com/comtrya/comtrya/pull/320
- feat: side effect system by @icepuma in https://github.com/comtrya/comtrya/pull/322
- Prune unused deps + general dependency cleanup by @actioninja in https://github.com/comtrya/comtrya/pull/324
- chore(deps): bump h2 from 0.3.16 to 0.3.17 by @dependabot in https://github.com/comtrya/comtrya/pull/325
- Fix: Move application integration tests to app crate so they actually run by @actioninja in https://github.com/comtrya/comtrya/pull/326
- release: v0.8.4 by @martintc in https://github.com/comtrya/comtrya/pull/327
- bump minimum rust version by @martintc in https://github.com/comtrya/comtrya/pull/328
- fix: broken link by @icepuma in https://github.com/comtrya/comtrya/pull/330
- add license to crates for packaging by @martintc in https://github.com/comtrya/comtrya/pull/334
New Contributors
- @airtonix made their first contribution in https://github.com/comtrya/comtrya/pull/310
- @dependabot made their first contribution in https://github.com/comtrya/comtrya/pull/313
- @actioninja made their first contribution in https://github.com/comtrya/comtrya/pull/312
Full Changelog: comtrya/comtrya@v0.8.3...v0.8.5
v0.8.4
What's Changed
- contexts command by @icepuma in https://github.com/comtrya/comtrya/pull/298
- Initial implementation for supporting toml files by @martintc in https://github.com/comtrya/comtrya/pull/297
- [Feature] Add users on MacOS Platform by @martintc in https://github.com/comtrya/comtrya/pull/305
- Add users to group and add groups by @martintc in https://github.com/comtrya/comtrya/pull/307
- Explain version pinning feature by @airtonix in https://github.com/comtrya/comtrya/pull/310
- chore(deps): bump libgit2-sys from 0.14.0+1.5.0 to 0.14.2+1.5.1 by @dependabot in https://github.com/comtrya/comtrya/pull/313
- Add more possible dirs to template context by @actioninja in https://github.com/comtrya/comtrya/pull/312
- chore(deps): bump tokio from 1.24.0 to 1.24.2 by @dependabot in https://github.com/comtrya/comtrya/pull/319
- chore(deps): bump openssl-src from 111.24.0+1.1.1s to 111.25.0+1.1.1t by @dependabot in https://github.com/comtrya/comtrya/pull/320
- feat: side effect system by @icepuma in https://github.com/comtrya/comtrya/pull/322
- Prune unused deps + general dependency cleanup by @actioninja in https://github.com/comtrya/comtrya/pull/324
- chore(deps): bump h2 from 0.3.16 to 0.3.17 by @dependabot in https://github.com/comtrya/comtrya/pull/325
- Fix: Move application integration tests to app crate so they actually run by @actioninja in https://github.com/comtrya/comtrya/pull/326
- release: v0.8.4 by @martintc in https://github.com/comtrya/comtrya/pull/327
New Contributors
- @airtonix made their first contribution in https://github.com/comtrya/comtrya/pull/310
- @dependabot made their first contribution in https://github.com/comtrya/comtrya/pull/313
- @actioninja made their first contribution in https://github.com/comtrya/comtrya/pull/312
Full Changelog: comtrya/comtrya@0.8.3...v0.8.4
v0.8.3
What's Changed
- chore: update gitsync by @rawkode in https://github.com/comtrya/comtrya/pull/299
- Add packaging status to readme by @kraileth in https://github.com/comtrya/comtrya/pull/300
- fix: use new syntax for build badge by @rawkode in https://github.com/comtrya/comtrya/pull/302
- fix: manifest_paths example and local dependencies by @rawkode in https://github.com/comtrya/comtrya/pull/301
Full Changelog: comtrya/comtrya@v0.8.2...v0.8.3