Releases: blinklabs-io/cardano-up
Releases · blinklabs-io/cardano-up
v0.3.0
What's Changed
- build(deps): bump github.com/blinklabs-io/gouroboros from 0.75.0 to 0.76.0 by @dependabot in #160
- build(deps): bump github.com/docker/docker from 25.0.5+incompatible to 26.0.0+incompatible by @dependabot in #159
- fix(golangci-lint): use non-deprecated image types by @wolf31o2 in #165
- fix: guard possible nil pointer references by @wolf31o2 in #169
- fix: avoid potential nil reference in nested map by @agaffney in #170
- feat(packages): update Ogmios package with outputs and dependencies by @verbotenj in #172
- build(deps): bump github.com/blinklabs-io/gouroboros from 0.76.0 to 0.77.0 by @dependabot in #171
- docs: add description for each subcommand to README by @agaffney in #173
- docs: add contexts section to README by @agaffney in #174
- fix: nil stat explicit check after error type by @wolf31o2 in #175
- feat(packages): add mithril-client 0.7.6 by @wolf31o2 in #176
- chore(packages): remove test packages by @agaffney in #179
- feat(packages): update cardano-node to 8.9.1 by @wolf31o2 in #178
- build(deps): bump blinklabs-io/go from 1.21.8-1 to 1.21.9-1 by @dependabot in #182
- Added install and uninstall to makefile by @roceb in #181
- build(deps): bump github.com/blinklabs-io/gouroboros from 0.77.0 to 0.78.0 by @dependabot in #183
- feat: package install/uninstall hooks by @agaffney in #184
New Contributors
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- feat: create container with current uid,gid by @verbotenj in #119
- build(deps): bump github.com/blinklabs-io/gouroboros from 0.73.3 to 0.75.0 by @dependabot in #144
- Revert "feat: use docker for cleanup (#92)" by @verbotenj in #143
- fix: don't allow installing empty package by @agaffney in #145
- feat: command to update package registry cache by @agaffney in #146
- feat: precreate container bind mount host paths by @agaffney in #149
- feat: split cardano-cli to separate package by @agaffney in #150
- fix: don't try to manage pull-only docker containers by @agaffney in #151
- feat(package): cardano-node 8.9.0 by @wolf31o2 in #152
- fix: use fallback location for Docker socket by @agaffney in #154
- feat: package file validation by @agaffney in #155
- build(deps): bump github.com/docker/docker from 25.0.4+incompatible to 25.0.5+incompatible by @dependabot in #156
- fix: only load packages when needed by @agaffney in #158
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- feat: initial repo structure by @agaffney in #15
- feat: initial CLI framework by @agaffney in #16
- feat: initial config framework by @agaffney in #17
- feat: package manager state support by @agaffney in #19
- build(deps): bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #20
- feat: docker service support by @agaffney in #24
- feat: basic package install support by @agaffney in #26
- feat: prettier console output by @agaffney in #27
- feat: store info about installed packages by @agaffney in #34
- feat: basic uninstall support by @agaffney in #35
- feat: context support by @agaffney in #37
- feat: check for Docker connectivity on install by @agaffney in #38
- feat: set context network on install by @agaffney in #39
- feat: ensure that network is set on install by @agaffney in #43
- feat: template support by @agaffney in #42
- fix: make cardano-node port map dynamic by @agaffney in #47
- feat: mithril-client package by @wolf31o2 in #48
- feat: dependency resolver by @agaffney in #50
- feat: network validation by @agaffney in #52
- feat: subcommand to list installed packages by @agaffney in #53
- feat: resolve deps on uninstall by @agaffney in #54
- feat: mithril-client 0.7.0 by @wolf31o2 in #61
- feat: show docker image pull progress by @agaffney in #63
- feat: show compat info in list-available by @agaffney in #55
- feat: cardano-node data persistence by @wolf31o2 in #64
- feat: make cardano-node socket available outside container by @wolf31o2 in #65
- feat: naive binary wrapper on file install by @wolf31o2 in #66
- fix: strings for colors to avoid type conversion by @wolf31o2 in #67
- ci: enable race detection for tests by @wolf31o2 in #70
- fix: make docker image pull output consistent with docker CLI by @agaffney in #69
- feat: package post-install notes from template by @agaffney in #72
- feat: info command by @agaffney in #75
- feat: add up/down commands by @verbotenj in #36
- feat: upgrade support by @agaffney in #74
- feat: pre-create package dirs on install by @agaffney in #80
- build(deps): bump github.com/blinklabs-io/gouroboros from 0.71.0 to 0.72.0 by @dependabot in #71
- feat: display service status and port maps in package info by @agaffney in #81
- feat: support for pulling docker image without service by @agaffney in #83
- feat: filter packages by OS/arch/engine tags by @agaffney in #85
- feat: remove docker image on uninstall by @agaffney in #87
- fix: check for container not existing by @agaffney in #89
- feat: add Ogmios package by @verbotenj in #82
- feat: cleanup data on uninstall by @agaffney in #90
- feat: use docker for cleanup by @agaffney in #92
- feat: package install options by @agaffney in #94
- feat: conditional install steps by @agaffney in #95
- feat: support for reading packages from disk by @agaffney in #96
- feat: package registry support by @agaffney in #98
- feat: manage binary symlinks when changing context by @agaffney in #102
- build(deps): bump blinklabs-io/go from 1.21.6-1 to 1.21.8-1 by @dependabot in #105
- feat: shared context directory by @wolf31o2 in #101
- build(deps): bump github.com/docker/docker from 25.0.3+incompatible to 25.0.4+incompatible by @dependabot in #103
- build(deps): bump github.com/blinklabs-io/gouroboros from 0.72.0 to 0.73.3 by @dependabot in #112
- feat: package outputs by @agaffney in #113
- feat: move packages to separate files by @agaffney in #117
- feat: allow configuring registry URL/dir by @agaffney in #116
- feat: command to show env for context by @agaffney in #120
- feat: expose container ports for package template by @agaffney in #122
- feat: expose context env vars for templates by @agaffney in #123
- feat: show message when fetching registry ZIP by @agaffney in #125
- feat: install step file external source by @agaffney in #126
- feat: logs command by @agaffney in #127
- feat: install cardano-node on 'up' when no packages installed by @agaffney in #130
- feat: uninstall on delete context by @agaffney in #131
- feat: allow access to host paths in cardano-cli wrapper by @agaffney in #132
- build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #124
- fix: remove unreachable code by @agaffney in #133
- fix(package): fix config for Ogmios to match Context.Network by @verbotenj in #134
- feat: provide cardano-node socket path as output by @agaffney in #139
- docs: basic usage by @agaffney in #140
New Contributors
- @agaffney made their first contribution in #15
- @dependabot made their first contribution in #20
- @wolf31o2 made their first contribution in #48
- @verbotenj made their first contribution in #36
Full Changelog: https://github.com/blinklabs-io/cardano-up/commits/v0.1.0