Skip to content

Releases: jessebot/onboardme

v1.9.1

08 May 14:51
d201f58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.0...v1.9.1

v1.9.0

05 May 12:22
8acfa9a
Compare
Choose a tag to compare

What's Changed

  • allow and prefer pipx via brew, allow pip3.11 by @jessebot in #258

Full Changelog: v1.8.0...v1.9.0

v1.8.0

05 May 11:05
dee9391
Compare
Choose a tag to compare

What's Changed

  • Bump actions/checkout from 3 to 4 in /.github/workflows by @dependabot in #250
  • Bump docker/setup-buildx-action from 2 to 3 in /.github/workflows by @dependabot in #249
  • Bump docker/setup-qemu-action from 2 to 3 in /.github/workflows by @dependabot in #248
  • Bump docker/login-action from 2 to 3 in /.github/workflows by @dependabot in #247
  • Bump JRubics/poetry-publish from 1.17 to 2.0 in /.github/workflows by @dependabot in #246
  • Bump docker/build-push-action from 4 to 5 in /.github/workflows by @dependabot in #251
  • Bump akhilmhdh/contributors-readme-action from 2.3.6 to 2.3.8 in /.github/workflows by @dependabot in #256
  • update to python3.12 where possible by @jessebot in #257

Full Changelog: v1.7.1...v1.8.0

v1.7.1

19 Mar 09:18
Compare
Choose a tag to compare

What's Changed

  • add victor mono font, and update some dependencies by @jessebot in #240
  • bump dependencies and fix sudo for macOS in Sonoma by @jessebot in #245

Full Changelog: v1.6.1...v1.7.1

v1.6.1

27 Sep 08:12
1abc8ab
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.6.1

v1.5.1

04 Jun 15:11
ab885d0
Compare
Choose a tag to compare

What's Changed

  • Improve devops scripts + hopefully fix issue with ~/.config/.git file not being created properly by @jessebot in #210

If this doesn't fix it, the solution is to create a file called ~/.config/.git with the following contents:

# replace /your/home/directory with your home, e.g. /home/friend/.config/dot_files
gitdir: /your/home/directory/.config/dot_files

Full Changelog: v1.5.0...v1.5.1

v1.5.0

04 Jun 12:32
67a1ca9
Compare
Choose a tag to compare

This is a breaking change!

Please read this PR:

  • Feature - make dot files git config dir configurable by @jessebot in #209

Full Changelog: v1.4.1...v1.5.0

v1.4.1

04 Jun 09:30
1908510
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

29 May 15:14
8447a9a
Compare
Choose a tag to compare

What's Changed

BREAKING CHANGES, PLEASE READ THIS PR:

  • docker: new args for devops,music,data_science, and mail pkg groups; onboardme: apt now installs all pkgs in a groups at once, adding package.groups.default/optional by @jessebot in #206

Going forward you need to specify a config file with a default package group like this:
https://github.com/jessebot/dot_files/blob/1ef2a0be3ad93f4cfb4ec1398a4a9a3d2b489c59/.config/onboardme/config.yml#L62

Full Changelog: v1.3.2...v1.4.0

v1.3.2

28 May 20:37
f78040a
Compare
Choose a tag to compare

Now you don't need to pass in -l, --log_level via the cli or log.level in the config.yml

Full Changelog: v1.3.1...v1.3.2