Skip to content

Latest commit

 

History

History
286 lines (197 loc) · 14.1 KB

CHANGELOG.md

File metadata and controls

286 lines (197 loc) · 14.1 KB

Changelog

What's Changed

Exciting New Features 🎉

  • feat: Go 1.21 as default by @mikolajb in #123

Other Changes

  • build(deps): Bump dagger.io/dagger from 0.7.4 to 0.8.1 by @dependabot in #110
  • build(deps): Bump dagger.io/dagger from 0.8.1 to 0.8.4 by @dependabot in #113
  • build(deps): Bump dagger.io/dagger from 0.8.4 to 0.8.7 by @dependabot in #115
  • build(deps): Bump dagger.io/dagger from 0.8.7 to 0.9.0 by @dependabot in #117
  • build(deps): Bump dagger.io/dagger from 0.9.0 to 0.9.3 by @dependabot in #119
  • build(deps): Bump dagger.io/dagger from 0.9.3 to 0.9.6 by @dependabot in #122

Full Changelog: https://github.com/mesosphere/d2iq-daggers/compare/v0.6.2...v0.7.0

Changelog

What's Changed

Fixes 🔧

  • fix: remove no-commit-to-branch linter by @mstruebing in #111

Other Changes

  • build(deps): Bump dagger.io/dagger from 0.7.3 to 0.7.4 by @dependabot in #108

New Contributors

  • @mstruebing made their first contribution in #111

Full Changelog: https://github.com/mesosphere/d2iq-daggers/compare/v0.6.1...v0.6.2

Changelog

What's Changed

Fixes 🔧

  • fix: renamed again by @tillt in #98

Other Changes

  • build(deps): Bump dagger.io/dagger from 0.5.2 to 0.6.0 by @dependabot in #93
  • build(deps): Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #102
  • build(deps): Bump dagger.io/dagger from 0.6.0 to 0.6.3 by @dependabot in #101
  • build(deps): Bump github.com/magefile/mage from 1.14.0 to 1.15.0 by @dependabot in #99
  • build(deps): Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #104
  • build(deps): Bump dagger.io/dagger from 0.6.3 to 0.7.1 by @dependabot in #105
  • build(deps): Bump dagger.io/dagger from 0.7.1 to 0.7.3 by @dependabot in #107

New Contributors

  • @Azhovan made their first contribution in #96
  • @tillt made their first contribution in #98

Full Changelog: https://github.com/mesosphere/d2iq-daggers/compare/v0.6.0...v0.6.1

Changelog

What's Changed

Exciting New Features 🎉

  • feat: Include pre-commit configuraiton into a container by @mikolajb in #90
  • feat: Add gotest target to mage catalog by @mikolajb in #91

Other Changes

  • build(deps): Bump dagger.io/dagger from 0.5.0 to 0.5.1 by @dependabot in #87
  • build(deps): Bump dagger.io/dagger from 0.5.1 to 0.5.2 by @dependabot in #89

Full Changelog: https://github.com/mesosphere/d2iq-daggers/compare/v0.5.6...v0.6.0

Changelog

What's Changed

Other Changes

  • build: bump dagger v0.4.5 by @aweris in #82
  • build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #84
  • build(deps): bump dagger.io/dagger from 0.4.5 to 0.4.6 by @dependabot in #85
  • build(deps): bump dagger.io/dagger from 0.4.6 to 0.5.0 by @dependabot in #86

New Contributors

  • @dependabot made their first contribution in #84

Full Changelog: https://github.com/mesosphere/d2iq-daggers/compare/v0.5.5...v0.5.6

Changelog

What's Changed

Other Changes

  • build: bump dagger to v0.4.4 by @aweris in #80

Full Changelog: https://github.com/mesosphere/d2iq-daggers/compare/v0.5.4...v0.5.5

Changelog

What's Changed

Fixes 🔧

  • fix: configure ssh socket and github token as well by @aweris in #74

Full Changelog: https://github.com/mesosphere/d2iq-daggers/compare/v0.5.3...v0.5.4

Changelog

What's Changed

Fixes 🔧

  • fix: use fn to configure to avoid chicken egg dependency by @aweris in #72

Full Changelog: https://github.com/mesosphere/d2iq-daggers/compare/v0.5.2...v0.5.3

Changelog

What's Changed

Fixes 🔧

  • fix: reverse condition for github auth config by @aweris in #69

Other Changes

  • refactor: except external directories as workdir as well by @aweris in #71

Full Changelog: https://github.com/mesosphere/d2iq-daggers/compare/v0.5.1...v0.5.2

Changelog

What's Changed

Exciting New Features 🎉

  • feat: add default version option to asdf plugin versions by @aweris in #65
  • feat: add ssh and docker socket support by @aweris in #67
  • feat: add Github auth helpers by @aweris in #68

Fixes 🔧

  • fix: do not add empty args to container by @aweris in #66

Other Changes

  • build(deps): bump dagger version by @aweris in #63

Full Changelog: https://github.com/mesosphere/d2iq-daggers/compare/v0.5.0...v0.5.1

Changelog

What's Changed

Breaking Changes 🛠

  • refactor!: restructure container operations by @aweris in #49
  • refactor!: remove help package by @aweris in #51
  • refactor!: merge mage and dagger directories as catalog by @aweris in #52
  • refactor!: simplify goreleaser by @aweris in #53

Exciting New Features 🎉

  • feat: Introduce go tests by @mikolajb in #40
  • feat: Add coveralls reporting by @mikolajb in #41
  • feat: Add github-cli dagger package by @aweris in #38
  • feat: introduce dagger/golang by @aweris in #43
  • feat: add new config options to golang by @aweris in #56
  • feat: add new config options to github-cli by @aweris in #57
  • feat: introduce customizers for configuring host env variables by @aweris in #60
  • feat: load Github env vars in CustomizedContainerFromImage if CI is true by @aweris in #61

Fixes 🔧

  • fix: remove unnecessary error check by @aweris in #35
  • fix: correct spelling in typo by @aweris in #36
  • fix: list all plugin versions not just installed ones by @aweris in #58

Other Changes

  • refactor: use caarlos0/env lib to read env configuration by @aweris in #37
  • build(deps): bump dagger version to 0.4.1 by @aweris in #42
  • refactor: make GetContainer public for githubcli by @aweris in #44
  • refactor: extract Option type to daggers package by @aweris in #47
  • refactor: extract dagger.Connect to daggers.Runtime by @aweris in #48
  • ci: add PR size label workflow by @aweris in #62
  • refactor: clean-up svu by @aweris in #54
  • refactor: move PrecommitWithOptions to mage.go again by @aweris in #55
  • refactor: extract env map setting to container customizer by @aweris in #59

New Contributors

  • @mikolajb made their first contribution in #40

Full Changelog: https://github.com/mesosphere/d2iq-daggers/compare/v0.4.0...v0.5.0

Changelog

What's Changed

Exciting New Features 🎉

  • feat: Add asdf mage targets by @aweris in #32
  • feat: Add goreleaser mage package by @aweris in #33

Full Changelog: https://github.com/mesosphere/d2iq-daggers/compare/v0.3.1...v0.4.0

Changelog

What's Changed

Fixes 🔧

  • fix: Use verbose logging always to see precommit output. by @aweris in #30

Full Changelog: https://github.com/mesosphere/d2iq-daggers/compare/v0.3.0...v0.3.1

Changelog

What's Changed

Exciting New Features 🎉

  • feat: add WithMountedGoCache dagger option by @aweris in #28

Other Changes

  • build: Bump dagger to version 0.4.0 by @aweris in #25
  • ci: Add dependabot config to repository by @aweris in #26

Full Changelog: https://github.com/mesosphere/d2iq-daggers/compare/v0.2.2...v0.3.0

Changelog

What's Changed

Fixes 🔧

  • fix: Print command output if mage is not running in verbose mode by @aweris in #23

Full Changelog: https://github.com/mesosphere/d2iq-daggers/compare/v0.2.1...v0.2.2

Changelog

What's Changed

Fixes 🔧

  • fix: Use correct package name for mage/svu by @aweris in #21

Full Changelog: https://github.com/mesosphere/d2iq-daggers/compare/v0.2.0...v0.2.1

Changelog

What's Changed

Exciting New Features 🎉

  • feat: Add configuration options to svu via env by @aweris in #18
  • feat: Add help targets for mage by @aweris in #19

Full Changelog: https://github.com/mesosphere/d2iq-daggers/compare/v0.1.0...v0.2.0

Changelog

What's Changed

Exciting New Features 🎉

  • feat: Add go build and mod cache by @jimmidyson in #9
  • feat: add dagger svu by @aweris in #10
  • feat: Add mage targets for svu by @jimmidyson in #14
  • feat: Add logger support by @aweris in #17

Fixes 🔧

  • fix: Remove redundant dagger client creation by @jimmidyson in #15

Other Changes

  • feat: Use pre-commit zipapp by @jimmidyson in #1
  • feat: Cache pre-commit specified hooks by @jimmidyson in #2
  • fix: Cache install hooks in earlier layer by @jimmidyson in #4
  • chore: Lint repo by @aweris in #3
  • ci: Add default workflows, including release-please by @jimmidyson in #6
  • ci: Add release notes config by @jimmidyson in #8
  • feat: Enable further configuration options by @jimmidyson in #5
  • refactor: Rename module to github.com/mesosphere/daggers by @jimmidyson in #13
  • ci: Add golangci-lint workflow by @jimmidyson in #16

New Contributors

  • @aweris made their first contribution in #3

Full Changelog: https://github.com/mesosphere/d2iq-daggers/compare/v0.0.1...v0.1.0