Skip to content

Releases: PlanktoScope/forklift

v0.1.5

26 May 21:40
Compare
Choose a tag to compare

Changelog

  • 4849760 Fix bug in dev env add for updating repo mirrors in local cache
  • 003b14b Bump github.com/sigstore/rekor from 1.1.1 to 1.2.0 in /tools (#20)
  • 035fe0b Bump github.com/goreleaser/nfpm/v2 from 2.28.0 to 2.29.0 in /tools (#19)

v0.1.4

24 May 02:38
Compare
Choose a tag to compare

Changelog

  • b2a95f1 Bump version in CHANGELOG.md
  • 93e6971 Add dev env add command, rename version field of forklift-repo.yml

v0.1.3

23 May 20:38
Compare
Choose a tag to compare

Changelog

  • bad2beb Bump version for release
  • 80a61fc Rename info to show, make names more consistent in (sub)commands
  • 39af7ef Add info-depl & info-repo subcommands to forklift dev env
  • 37b59c8 Handle delay between a network's removal and its actual disappearance
  • 53be70f Add cache, deploy, and ls-depl subcommands to forklift dev env
  • a89274a Implement listing of info about the dev env and its repos
  • 6b79fd1 Implement listing of info about the local env as a Git repo
  • 816037e Don't track release channel separately per repo
  • 59a714e Upgrade dependencies

v0.1.2

27 Apr 03:18
Compare
Choose a tag to compare

Changelog

  • ff800b8 Specify octal literal for permission flags of workspace directory

v0.1.1

27 Apr 02:55
Compare
Choose a tag to compare

Changelog

  • 6851f98 Improve deletion of Docker stacks

v0.1.0

25 Apr 21:36
Compare
Choose a tag to compare

Changelog

  • 86d803b Partially implement deploying an env and clearing the deployment
  • 8df1b29 Rename directory name for repositories in the local env for consistency
  • 0dd2b4a Implement listing and showing of info about env-specified deployments
  • 64f406d Add more subcommands under forklift env
  • 2aae45c Implement listing of info about a cached package
  • a174177 Improve the sort order for listing repos & packages
  • 3860394 Implement listing of info about a cached repo
  • a04a045 Implement listing of all cached packages
  • 62ea36d Use repo config files as authoritative source of repo paths
  • f228e0d Simplify the internal package layout
  • 1461a8f Address linter complaints
  • 67b26d3 Reorganize subcommands, use pseudo-versions when needed
  • f0889fd Add env fetch and env pull subcommands
  • ebbb9f9 Implement downloading of repos specified by the local env
  • e2b09b2 Mock up subcommands, implement environment cloning
  • 48a7adc Fix error in Makefile (#5)
  • 8155e97 Add Go template with a hello-world starter main-file
  • b84072a Start the README.md
  • fc1698d Initial commit