Skip to content

Releases: FynxLabs/rwr

v0.1.8

04 Aug 02:35
27f0eda
Compare
Choose a tag to compare

Changelog

Other work

Full Changelog: v0.1.7...v0.1.8

v0.1.7

04 Aug 01:55
954bd2b
Compare
Choose a tag to compare

Changelog

Other work

  • 954bd2b: change macos to darwin, ensure all system info is lowercase (@TheFynx)

Full Changelog: v0.1.6...v0.1.7

v0.1.6

04 Aug 01:34
c2ce91a
Compare
Choose a tag to compare

Changelog

Other work

Full Changelog: v0.1.5...v0.1.6

v0.1.5

02 Aug 23:41
720ec28
Compare
Choose a tag to compare

Changelog

Other work

Full Changelog: v0.1.4...v0.1.5

v0.1.3

02 Aug 20:36
41c2fed
Compare
Choose a tag to compare

Changelog

Other work

  • 4c447f2: Configuration Prcoessor and Bug Fixes (#6) (@TheFynx)
  • 89ec5e9: Update README (@TheFynx)
  • 41c2fed: everything should use the helpers exec wrapper. Fonts should be readable. SSH Key should ask for a title and not just assume hostname (@TheFynx)

Full Changelog: v0.1.2...v0.1.3

v0.1.2

31 Jul 18:16
b42261c
Compare
Choose a tag to compare

What's Changed

  • Extended Processors Capabilities (all documented in wiki)
  • Added Fonts Processor (yet to be really tested)
  • Fixed issues with broken templates

v0.1.1

30 Jul 04:28
7a4aec6
Compare
Choose a tag to compare

What's Changed

  • New SSH Key Processor and DRY Up Processors by @TheFynx in #2
  • Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in the go_modules group across 1 directory by @dependabot in #3
  • Add examples for all formats and most OSs by @TheFynx in #4
    • Enables new OS support for Fedora and Arch
    • Enables JSON/TOML support for blueprints

Full Changelog: v0.1.0...v0.1.1

v0.1.0

11 Jun 12:18
b1a290e
Compare
Choose a tag to compare

Changelog

Other work

Full Changelog: v0.0.1-alpha...v0.1.0

v0.0.1-alpha

01 Jun 02:56
36398bf
Compare
Choose a tag to compare

Changelog

Other work

  • 75faffa: Bump golang.org/x/net from 0.22.0 to 0.23.0 in the go_modules group across 1 directory (#1) (@dependabot[bot])
  • 58686a3: Create go.yml (@TheFynx)
  • 25b2962: More updates from VM testing. bootstrap, repositories, packages, and files mostly working now. PackageManager install still has some path issues on initial install (@TheFynx)
  • bb6f435: Package Managers installers, Repository, Package processors verified on Ubuntu/PopOs. Lots of changes/adjustments to bring these into operational. Should make the rest of the processors less of an issue moving forward (@TheFynx)
  • c318197: Readme update (@TheFynx)
  • e1a827b: Update .goreleaser.yaml (@TheFynx)
  • b86e611: Update .goreleaser.yaml (@TheFynx)
  • 32ad11c: Update .goreleaser.yaml (@TheFynx)
  • 36398bf: Update .goreleaser.yaml (@TheFynx)
  • a6a4c5b: Update .goreleaser.yaml (@TheFynx)
  • c10a657: Update README.adoc (@TheFynx)
  • ab78e75: Update README.adoc (@TheFynx)
  • a85e052: Update and rename main.yml to goreleaser.yml (@TheFynx)
  • 87938c3: Update go.yml (@TheFynx)
  • 5d1bf1b: Update goreleaser.yml (@TheFynx)
  • e258d9b: Update goreleaser.yml (@TheFynx)
  • cb19164: Update goreleaser.yml (@TheFynx)
  • 0b2ad1f: Update goreleaser.yml (@TheFynx)
  • 7625b5f: Update goreleaser.yml (@TheFynx)
  • fd1121c: Update issue templates (@TheFynx)
  • 7e8f8fd: actually read in blueprints and use them, attempt at blueprint validator, setup way to run individual processors, remove unused flags (@TheFynx)
  • 133c3ae: add gitignore, fix workflow, fix package processor, standardized processor files (@TheFynx)
  • 71e56c8: add initialize to read in blueprint init and set default/user defined variables to be used within blueprints/templates (@TheFynx)
  • 2be5962: add users/groups and git processors, cleanup how blueprints are read in/cloned, make sure git clones create path if it doesn't exist, make initConfig standard name across everything (@TheFynx)
  • 457905f: clean up scripts (@TheFynx)
  • 4221d1c: cleanup config creator (@TheFynx)
  • f9d58fe: fix all blueprint order and add default order (@TheFynx)
  • c805b62: fix all types to match the actual file types we're loading in (@TheFynx)
  • 3ad7944: fix blueprints order type (@TheFynx)
  • acffadf: functional processors! Installs package managers (brew/cargo tested), installs packages from blueprints, will git clone blueprints and run them. Nearing MVP soon as other processors are tested (@TheFynx)
  • 7d263b6: initial README, goreleaser, remote repository (git) support added (@TheFynx)
  • 741208c: lots of changes/cleanup, running processors and fixing issues as they come up. Adjusted types again due to what viper uses under the hood. Adjust for optional types. (@TheFynx)
  • 3fa96cb: more functions, cleanup (@TheFynx)
  • bd75b47: new repo structure, remove old rwr items, add github actions (@TheFynx)
  • 480f325: package managers, os based lookups, common tools setup, examples first to build code to support (@TheFynx)
  • 736847d: re-adjust processors to support templating/in-line variables, remove unused args (@TheFynx)
  • b9cfdb5: readme (@TheFynx)
  • a575f4c: readme (@TheFynx)
  • 65a5d11: set paths after each package manager install (@TheFynx)
  • 2630edf: update README (@TheFynx)
  • e7f02b8: update README (@TheFynx)
  • 6aee444: update git ignore (@TheFynx)
  • a8ce004: update issue templates, update readme, create git helper, add placeholder for user/git processors. Actually implement ability to clone blueprints that are private (@TheFynx)

Full Changelog: ...v0.0.1-alpha