Skip to content

Releases: docker-credential-magic/docker-credential-magic

v0.8.1

18 Jan 18:02
d63a4c8
Compare
Choose a tag to compare

Changelog

  • 13a552e Clarify initial usage of magic
  • 9faaf50 Collapse build.yaml and build-pr.yaml together
  • 2c0e550 Merge pull request #42 from imjasonh/build-pr
  • d63a4c8 Merge pull request #44 from jdolitsky/fix-endless-loop-pt2
  • 4eddbf6 Prevent endless loop on fallback
  • 7a8f25e Update go mods, use Go 1.17

v0.8.0

16 Sep 17:15
588924f
Compare
Choose a tag to compare

Changelog

63fdec4 Add ECR public to default AWS mapping
b521d55 Merge pull request #37 from rothgar/patch-1
588924f Merge pull request #38 from docker-credential-magic/v0.8.0-prep
7230ded Update Go depends, gcr helper v2.1.0
944ee5b add caveats for read-only and linux amd64
57b8f6b modify unit tests to not hardcode slugs

v0.7.0

03 Aug 21:59
2d6522f
Compare
Choose a tag to compare

Changelog

471f05c add new magician options to readme
d294824 add tldr for each tool
8385cb0 auto-create magic config.json on magic init
b07756b baked-in to baked into
33c9e7f clarify directory containing config.json
2bab4f6 clarify usage of magic home
2d6522f extra test for invalid mappings yaml
4afd911 fix bug treating localhost as invalid domain
3626c29 improve test coverage of pkg/magician

v0.6.0

03 Aug 18:32
8a22e5c
Compare
Choose a tag to compare

Changelog

8a22e5c Set CGO_ENABLED=0
162179f add badge for godoc
0733cff add more details to magic errors
d086143 check in updated go.mod
bf49c6f support existsing docker config file
ca5eff5 update go.mod, go.sum

v0.5.0

03 Aug 05:41
cd113b2
Compare
Choose a tag to compare

Changelog

6870a6a Add custom useragent to magician
5c19cf2 Add instructions to use go library
2e4834c Clarification for when to fix embedded
eef88e0 [gcp] uncomment sha256 check
113a583 add contributing section to README
f8f2ae3 add fileToTar method
255c178 add guide for adding a new helper
5de39a0 add link to docker cred helper image
d40680a add project history to README
aef2abc add pull request workflow
e389245 allow for custom helpers, mappings dirs
28b9099 clean up mutate, add godoc comments
a5bcf1d cleanup mutate helper methods
f149f1d combine funcs for env vars, split build step
cd113b2 fix bug with etc/, rename util functions
7b85ada fix for bad readme links
9b4633b fix go example formatting
baf2ee7 fix go example formatting (again)
aa41f04 formatting for supported slugs
f7735f3 option to set writer on magician
34025f0 remove bad println
b773b59 udate supported helpers to include slug

v0.4.0

02 Aug 15:58
206d3db
Compare
Choose a tag to compare

Changelog

17c5942 Add env and init subcommands, cleanup
7922f38 Add instructions to use magic locally
42ff3a4 [gcp] upgrade to version 2.0.5
9443281 add comments for where to find new helper releases
4d93df0 fix for bug with new embedded dir
c6f6f6f move new pkg/ into internal/
4d31888 re-format docker config file as js
6adc021 revery bad gcr version, fix build steps
b982bfa separate packages for embedded
206d3db typo in credsStore

v0.3.0

29 Jul 22:20
cd1cbe2
Compare
Choose a tag to compare

Changelog

773ad77 Ability to filter by slug, simplify embedding
d20e552 Fix tar header bug, use etc for mappings
2864730 Load mappings dynamically in magic
0dfbd6d Mutate subcommand, flag to limit helpers included
e27ca39 Rename MAGIC_MAPPINGS to DOCKER_CREDENTIAL_MAGIC_CONFIG
538d875 Support for pulling maps from XDG config dir
e8251a7 add back the magic helper
714fcda add version subcommand to both binaries
9d118e2 begin baking mappings into magician
8332b57 clean and vendor in release pipeline
5743cd6 drop etc/ from DOCKER_CREDENTIAL_MAGIC_CONFIG
16e70d1 join filename with mappings root dir
cec2b57 migrate to docker-credential-magic org
cd1cbe2 remove default-mappings.yml
5ef4222 simplify make targets, update dev docs
a5cad1a update command output in readme

v0.2.0

26 Jul 22:57
e2a4e20
Compare
Choose a tag to compare

Changelog

6271d56 Refactor acceptance tests with robot framework
2b867bc Simplify install one-liner
5ef4c46 add table of contents
078ed0f begin unit tests for pkg/magician
e2a4e20 clarify magician description
f4de1b7 fix newlines mistake
3ef25b5 install virtualenv in actions workflow
5a54889 modify image in place, push back to remote
33272c3 replace pkger with built-in pkg/embed
56219e2 run virtualenv via python -m
d798569 update README to reflect new behavior
85c0504 use local registry for integration tests
6961f15 use localhost:5000 for integration registry

v0.1.3

19 Jul 22:12
90b2d45
Compare
Choose a tag to compare

Changelog

90b2d45 Add newline on successful auth proxy
bc535d1 Add simple usage to README
b84b5f9 Add some italics
3d5f20d Show example usage of both tools

v0.1.2

19 Jul 19:40
c29fc4d
Compare
Choose a tag to compare

Changelog

c29fc4d fetch helpers, run pkger prior to goreleaser