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