This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
Releases: weaveworks/libgitops
Releases · weaveworks/libgitops
v0.0.3
CHANGELOG
-
PR #43 - @twelho - Remove old EventStorage interface, rename WatchStorage to EventStorage
-
PR #42 - @luxas - PR creation support, sample-gitops binary
- 1bbada8 Convert GitDirectory to an interface, abstract away the auth method to its own factory. Cl...
- 1d01397 Refactor the transaction types into clean CommitResult, PRResult + Spec interfaces and str...
- 5843c18 Implement PullRequestProvider for Github
- 2e1789b Comment GitStorage better, use the new generic Result & PR Spec types, and add TODOs
- cb68ea0 Remove GitOps stuff from sample-app, and factor generic stuff out to common
- b53cf28 Implement a sample gitops application
- e69d0ef update go.mod, add target to makefile
- 101aad7 Fix lint error
-
PR #40 - @twelho - Add goreleaser for automatic release note generation
- 11db9ec Add goreleaser for automatic release note generation
-
PR #37 - @twelho - Split WriteStorage.Set to separate Create and Update methods
-
PR #36 - @luxas - Move Storage.New() -> Serializer.Defaulter().NewDefaultedObject()
-
PR #34 - @luxas - New, simpler, filtering system
- 35793cb New, simpler, filtering system
v0.0.2
v0.0.1
v0.0.1-beta.1
This is the first preliminary release of libgitops, or pkg/serializer
in particular: https://pkg.go.dev/github.com/weaveworks/libgitops/pkg/serializer?tab=doc
Lots more to come as we ramp up to make this repo a fully-featured project.