Skip to content

Releases: flipt-io/cup

v0.2.0

22 Sep 16:17
f39bf20
Compare
Choose a tag to compare

0.2.0 (2023-09-15)

Features

  • controller/template: make resouce and list templates configurable (25e4855)
  • controllers/template: indent JSON output (ef5fb6e)
  • google analytics (#68) (4377909)

Bug Fixes

  • api/server_test: ensure new indented format (036395a)
  • controllers/template: ensure list glob facets by gvk and ns (2e08416)

v0.1.2

28 Aug 11:16
ac3f5ed
Compare
Choose a tag to compare

0.1.2 (2023-08-28)

Bug Fixes

  • github: use correct job id when uploading (183259a)

v0.1.1

28 Aug 11:11
7f2828c
Compare
Choose a tag to compare

0.1.1 (2023-08-28)

Features

  • github: add cup release upload step (1589ca8)

v0.1.0

28 Aug 08:35
2220c91
Compare
Choose a tag to compare

0.1.0 (2023-08-28)

Features

  • add an initial design doc for alpha (fb03633)
  • add billfs billy to io/fs adaptor (422baa3)
  • add inmem fs and simple builtin controller (914366c)
  • add LICENSE (3d121f8)
  • api: add initial server implementation (source, defs, get and list) (d80a6fb)
  • api: add support for validating JSON schema on PUT (2237a48)
  • api: implement put and delete (525b0f4)
  • build: add ./build.sh hack:fliptcup target (f46cb54)
  • build: add ./build.sh publish target (1dd6a51)
  • build: publish fliptcup build to GHCR (0e0aa89)
  • cmd/cup: add delete subcommand (0d75510)
  • cmd/cup: adds the new cup CLI (25b314e)
  • cmd/cup: apply command and various fixes (8ff2d36)
  • cmd/cupd: support env vars (fc1caf4)
  • cmd/cup: organize commands into categories (32c8b7c)
  • cmd/cup: print PR on edit and apply (a1a607d)
  • cmd/cup: support json output for cup config context (c4983ef)
  • containers: add convenience MapStore (3b65d6b)
  • controllers/flipt.io/v1alpha: add controller (57b40d4)
  • controllers/flipt.io/v1alpha: add Flag kind controller (57b40d4)
  • controllers/flipt.io/v1alpha: add Segment kind controller (57b40d4)
  • cup/ctl: add identation to json output (57b40d4)
  • cup: support cup edit (cc9cb2a)
  • docs/site: add nextjs docs site (2d17491)
  • docs: add PUT sequence diagram (ad2a8e1)
  • docs: add resource definition controller and path (a3d6e77)
  • flipt: implement collection delete (ae5f065)
  • git/scm: implement github type SCM (4932708)
  • gitea: add gitea SCM source wrapper for PR creation (3223c37)
  • github: push both cup/cupd and cup/flipt (cf92792)
  • implement cupd serve (e35d7bb)
  • implement wasm runtime executor (5643ce6)
  • initial constructs for fidgit (7c3ea8e)
  • initial implementation of git.FilesystemStore (984c94c)
  • pkg/controller: add fs config structure (c73e021)
  • pkg/fs/git: add SCM abstraction and tests (3dcea58)
  • support local source mutations (36826e0)
  • support mutations to git source (33270b6)
  • update README (f5e37fc)
  • use billy.Filesystem and test server get (c2d3b2c)
  • wasm: implement WASM controller GET (56a6d6a)

Bug Fixes

  • api: define a valid schema in unit tests (0dc8f6f)
  • build: add cup to path in base for integration tests (a677136)
  • build: correct flag type json schema (ddc98f5)
  • build: image export only for clients default platform (9621e4f)
  • cmd/cup: add usage (8b984c7)
  • cmd/cupd: set options on subcommands (31e5141)
  • dont push and propose on empty commit (e01ffd4)
  • ext/controller/flipt: correct schema for recent validation changes (f7d8d31)
  • gh/test: install dagger CLI (a2c4dac)
  • gitfs: correct signature in unit test (8c42e7a)
  • github: use cross compilation and fix bad image name (3a530d1)
  • git: use latest wazero and update gitfs to impl Readdir (2bfc707)
  • source/git: temporarily remove gitfs in favour of tmp dir (56404c9)
  • source/git: use fork of wazero with fs.FS.ReadDir fix (9efba11)

Miscellaneous Chores

  • set release version to 0.1.0 (5532a3c)