This repository has been archived by the owner on May 3, 2022. It is now read-only.
duffle 0.2.0-beta.1
- Remove tar file representation of images in thick bundles (#770) 4550d72 (Glyn Normington)
- Use go 1.11 compatible strings.Replace d6b2c0a (Carolyn Van Slyck)
- Make golangci-lint happy 562305a (Carolyn Van Slyck)
- ci(brigade.js): run test GH Checks for master branch 22bbd36 (Vaughn Dice)
- Sync vendor to PR #765 f62c521 (Carolyn Van Slyck)
- Add a kubernetes driver (#765) 4dccb95 (Jacob LeGrone)
- build / release makeover (#766) bf4df3a (Kent Rancourt)
- Re-synchronize cnab-go with master branch, as radu's fork code has been merged. 00c6840 (Silvin Lubecki)
- update to make output from command_driver available immediately a895b62 (Simon Davies)
- Limit automatic assignment of PR reviewers d4e0d12 (Glyn Normington)
- Improve panic handling fe1e605 (Glyn Normington)
- Update deislabs/cnab-go dependency to include more CNAB base types 2e1d281 (Radu Matei)
- Clarify what duffle is intended for (#739) 5e15f8b (Carolyn Van Slyck)
- duffle export optionally to produce OCI image layout b1ce214 (Glyn Normington)
- readme: update helloworld to 0.1.1 f7a57cc (Santiago Torres)
- add Glyn and Silvin as core maintainers 79da4a4 (Michelle Noorali)
- add base governance doc 2ebae70 (Michelle Noorali)
- add CODEOWNERS file 2d748a8 (Michelle Noorali)
- ref(pkg/driver): update Lookup method to return error if not supported 39c2595 (Vaughn Dice)
- Relocate invocation images a67cf0d (Glyn Normington)
- Add a guide for (image) relocation (#714) 1ca5e40 (Glyn Normington)
- Image relocation 2a33de2 (Glyn Normington)
- Move to deislabs/cnab-go (#704) 1847f2f (Silvin Lubecki)
- Update action.Action interface, regarding the implementations changes (#687) 9c16b9e (Silvin Lubecki)
- refactor root cmd init (#709) 3ed3dbe (moeryomenko)
- Remove insecure references from bundle actions command (#698) 48dd2f9 (Radu M)
- Add make build as part of the Brigade build bf347b8 (Radu Matei)
- [feat-633-bundle-actions-cmd] Add bundle actions command (#666) ae6a7ca (Radu M)
- remove insecure from creds generate 8ca0742 (Michelle Noorali)
- update examples, fix install bug 16e80e2 (Michelle Noorali)
- remove signature package cfd40da (Michelle Noorali)
- remove signature support from duffle cmds 7dac1b3 (Michelle Noorali)
- remove un-used search command a9869c5 (Michelle Noorali)
- alias install to bundle install 598455e (Michelle Noorali)
- Rename notStateless constant to stateful. (#684) e40ac08 (Silvin Lubecki)
- Fix linting on master (#688) ebd6715 (Silvin Lubecki)
- Add a
Merge
method tocredentials.Set
24f0b11 (Ian Campbell) - chore(brigade.js): update Kashti build URL 5e65ccf (Vaughn Dice)
- Configure container streams (#674) 6b123e9 (Silvin Lubecki)
- Re-enable azure pipelines ffcbee6 (Carolyn Van Slyck)
- Action Modifies is optional, so it should have omitempty tag. c983823 (Silvin Lubecki)
- Location path and env are mutually exclusive, so one of the two fields is always empty, that's why these fields have now omitempty. e3c1e7c (Silvin Lubecki)
- parameter.Required has now omitempty, so it is only serialized as true. bfc9302 (Silvin Lubecki)
- Adding missing omitempty for maintainer's email and url fields a58fa59 (Silvin Lubecki)
- Clean useless omitempty tag for mapstructure serialization, as it is not handled by mapstructure. 94cafca (Silvin Lubecki)
- Add pointer to ParameterMetadata to fix the serialization, as it is an OPTIONAL field. 09d1a2b (Silvin Lubecki)
- Removed Image.Refs field as it has been removed from the specifications cnabio/cnab-spec#123 45306ff (Silvin Lubecki)
- In the specifications, platform is marked as OPTIONAL, and the JSON serialization is well tagged as omitempty. However a struct by copy is never empty, so the serialization always prints an empty map: "images": { "api": { "imageType": "docker", "image": "python:3.6", "platform": {}, "description": "python:3.6" }, ... 96c81d4 (Silvin Lubecki)
- Add linting instructions to Developer's Guide 2574b1b (Glyn Normington)
- Add a developer's guide ad5d7ef (Glyn Normington)
- Add "apply-to" field to parameter definition. Add a check that a required parameter is filled, even with an action specific list. 998f5dc (Silvin Lubecki)
- Fix typo 5698f6e (Glyn Normington)
- fixes #658 (#659) adcaa3a (Swapnil Bawaskar)
- Add support for stateless actions (#630) 178fe2d (Simon Ferquel)
- feat: use Canonical JSON (#612) 779c1d3 (Matt Butcher)
- Add Docker Driver configuration options (#661) f52e8da (Simon Ferquel)
- Update readme with release and few notes (#652) 3cf48ef (Radu M)
- Fixed typo in uninstall doc string (#655) ff434d3 (itowlson)
- Update error message for 'latest' tag 3ee1e89 (Urvashi Reddy)
- fix linter err b4cf380 (Michelle Noorali)