Skip to content

Tags: HassanAlsamahi/weave-gitops

Tags

v0.2.4

Toggle v0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use cobra to require at least one argument for remove (weaveworks#643)

* use cobra to require at least one argument for remove

* update remove doc output

Co-authored-by: Jerry Jackson <[email protected]>

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Run `make all` on release (weaveworks#636)

* Run make on release

* Update package-lock.json

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove source-type CLI arg (weaveworks#538)

v0.2.2-rc

Toggle v0.2.2-rc's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Document release instructions (weaveworks#530)

* release instructions

* cleanup

Co-authored-by: Jerry Jackson <[email protected]>

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add -B to "make dependencies" so the release process has a flux binar…

…y from which to get a version (weaveworks#492)

Co-authored-by: Jerry Jackson <[email protected]>

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
remove check for message that is no longer emitted (weaveworks#440)

Co-authored-by: Jerry Jackson <[email protected]>

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add wego-uninstall & app-config=none tests (weaveworks#413)

* add wego-uninstall & app-config=none tests

* fix lint issues

* run tests on ci

* run install tests on ci

* remove smoke tags

* change test placement

v0.1.0-rc.2

Toggle v0.1.0-rc.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix a fresh cluster with a repo that already has a deploy key (weavew…

…orks#410)

* first cut at fixing a fresh cluster with a repo that already has a deploy key

* Fixed unit tests around deploy keys.

 - Updated git providers cache.
 - Added retries for reseted by per and deleting in progress errors.

Co-authored-by: Jerry Jackson <[email protected]>
Co-authored-by: Jose C Ordaz <[email protected]>

v0.1.0-rc.1

Toggle v0.1.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix status when multiple kustomizations or helm releases share a pref…

…ix (weaveworks#405)

* Fix status when multiple kustomizations or helm releases share a prefix

* Return an error indicating no app found if we get no matches for the app name

* fix status unit test

Co-authored-by: Jerry Jackson <[email protected]>

v0.1.0-rc0

Toggle v0.1.0-rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixing wego add --dry-run (weaveworks#391)