weave-gitops

Weave GitOps provides insights into your application deployments, and makes continuous delivery with GitOps easier to adopt and scale across your teams.

APACHE-2.0 License

Downloads
7
Stars
861
Committers
93

Bot releases are visible (Hide)

weave-gitops - v0.2.2

Published by jpellizzari about 3 years ago

Changelog

466001a Remove source-type CLI arg (#538)
f626800 Collect all generated resources (both applied to cluster and written to git) for removal (#529)
ecd846f Document release instructions (#530)
0d48ef7 App pause (#501)
7bdccd8 Add test for multiple helm apps (#506)
d220b08 Doc when to use wego, weave-gitops, Weave GitOps (#522)
7b9a078 Use wego pkg constants instead of redeclaring (#520)
5cec865 Fetch source and automation data for a given application (#497)
3517c79 256/remove application - refactor code to collect resource information (#511)
16317fd Sanitize cluster name (#508)
8549385 Fix grammar error message (#505)
10a0775 Passing git provider token in each add call (#496)
232ea22 Return errors rather than dropping them during PR creation (#490)
561fa1f Update README.md to reference the 0.2.1 version (#493)
d6d1227 Use path for kustomize apps and chart for helm apps to generate app hash (#488)

weave-gitops - v0.2.2-rc

Published by jpellizzari about 3 years ago

Changelog

ecd846f Document release instructions (#530)
0d48ef7 App pause (#501)
7bdccd8 Add test for multiple helm apps (#506)
d220b08 Doc when to use wego, weave-gitops, Weave GitOps (#522)
7b9a078 Use wego pkg constants instead of redeclaring (#520)
5cec865 Fetch source and automation data for a given application (#497)
3517c79 256/remove application - refactor code to collect resource information (#511)
16317fd Sanitize cluster name (#508)
8549385 Fix grammar error message (#505)
10a0775 Passing git provider token in each add call (#496)
232ea22 Return errors rather than dropping them during PR creation (#490)
561fa1f Update README.md to reference the 0.2.1 version (#493)
d6d1227 Use path for kustomize apps and chart for helm apps to generate app hash (#488)

weave-gitops - v0.2.1

Published by jrryjcksn over 3 years ago

Changelog

a5df41f Add -B to "make dependencies" so the release process has a flux binary from which to get a version (#492)
fa7e749 Skip linting on nightly (#478)
7cf9515 Use the app repo url to generate the app hash instead of the config app repo url (#471)
c827d7a Refactor add tests to reduce test runtime (#479)
3f35c81 fix_indentation_issue (#480)
3af23b5 Update output for wego app subcommand (#421)
f7f9435 Add readme and template for ADRs (#445)
8bfd658 Moving status to new structure (#475)
1a994fa Refactor git providers (#438)
e285e51 Add makefile cleanto workflows (#465)
747fda4 Document noun verb decision (#458)
8073c57 Add check to download deps only once (#450)
8815bcc Document decision to forgo repo creation (#459)
42a658e add prlink to cli output (#457)
d049e0f Check for an error directly indicating we couldn't talk to the cluster (#463)
5ae4c69 Use go struct and yaml marshalling for adding applications (#452)
f341a81 Refactor help-text tests (#456)
8b7b112 trigger test in github actions ui (#455)
e723a39 Improving add command output (#448)
312cfe5 Add test case for wego app add --chart (#434)
3ff12b8 Switch "pre-release" to auto, remove obsolete changelog generation, change event to "release: [published]" (#453)
d017d6e fix external pr (#447)
986da17 remove timeout restrictions (#449)
5753a72 Skip building UI on unit-tests target (#435)
8f17947 Add k8s test isolation (via namespace) (#429)
1b94016 update readme for new release (#443)

weave-gitops - v0.2.0

Published by jrryjcksn over 3 years ago

CHANGELOG

weave-gitops - v0.1.0

Published by jrryjcksn over 3 years ago

CHANGELOG

weave-gitops - v0.1.0-rc.2

Published by jrryjcksn over 3 years ago

CHANGELOG

  • PR #410 - @jrryjcksn - Fix a fresh cluster with a repo that already has a deploy key
  • PR #407 - @jrryjcksn - update readme
  • PR #405 - @jrryjcksn - Fix status when multiple kustomizations or helm releases share a prefix
  • PR #399 - @luizbafilho - Early exit if wego is not installed when uninstalling
  • PR #398 - @iahmad9 - add a new test for single wego repo for multi apps
  • PR #397 - @palemtnrider - 396/updated wego version check
  • PR #393 - @iahmad9 - update the readme
  • PR #392 - @luizbafilho - Reading private key password
  • PR #391 - @luizbafilho - Fixing wego add --dry-run
  • PR #390 - @jrryjcksn - Do not attempt to create deploy key for helm repositories
  • PR #388 - @iahmad9 - Speedup acceptance suite
  • PR #384 - @jpellizzari - Re-arrange routing and add error handling
  • PR #383 - @jrryjcksn - Limit changes in release notes to changes since the previous release
  • PR #382 - @rokshana-b - Refactor test cases
  • PR #378 - @luizbafilho - Implementing gitops command
  • PR #376 - @jpellizzari - Use kubebuilder CRD workflow
  • PR #373 - @iahmad9 - pull the gomega deps
  • PR #370 - @josecordaz - Generate secrets with unique name
  • PR #369 - @luizbafilho - Removing Add from cmdimpl package
  • PR #368 - @jpellizzari - Expose application status to the API and UI
  • PR #363 - @bigkevmcd - Improve tests for git
  • PR #361 - @iahmad9 - add more app add tests
  • PR #360 - @luizbafilho - Fix ginkgo download round 2
  • PR #359 - @luizbafilho - Avoid getting ginkgo and gomega latest
  • PR #356 - @josecordaz - Parse app config url on ssh url
  • PR #354 - @iahmad9 - switch to weaveworks-gitops-test repo from wkp-example-org
  • PR #353 - @josecordaz - Fixed app add using path
  • PR #351 - @josecordaz - Fixed flaky tests
  • PR #350 - @J-Thompson12 - flux version from binary and return wego version
  • PR #347 - @iahmad9 - Remove workloads from previous run
  • PR #345 - @josecordaz - Upload deploy key just once
  • PR #344 - @jpellizzari - Force resolve normalize-url dep
  • PR #336 - @luizbafilho - Rearchitecting Add code
  • PR #317 - @D3nn - Make install should put binaries in "${GOPATH}/bin"
  • PR #316 - @D3nn - Wego app add example out of date
  • PR #312 - @palemtnrider - Add target to build a debuggable exe
  • PR #310 - @rokshana-b - Automate wego app add branch test
  • PR #309 - @jpellizzari - Add applications API server
  • PR #306 - @rokshana-b - Revert "Automate test case for 'wego add --url' flag"
  • PR #304 - @jpellizzari - Fix README merge
weave-gitops - v0.1.0-rc.1

Published by jrryjcksn over 3 years ago

CHANGELOG

  • PR #405 - @jrryjcksn - Fix status when multiple kustomizations or helm releases share a prefix
  • PR #399 - @luizbafilho - Early exit if wego is not installed when uninstalling
  • PR #398 - @iahmad9 - add a new test for single wego repo for multi apps
  • PR #397 - @palemtnrider - 396/updated wego version check
  • PR #393 - @iahmad9 - update the readme
  • PR #392 - @luizbafilho - Reading private key password
  • PR #391 - @luizbafilho - Fixing wego add --dry-run
  • PR #390 - @jrryjcksn - Do not attempt to create deploy key for helm repositories
  • PR #383 - @jrryjcksn - Limit changes in release notes to changes since the previous release
  • PR #382 - @rokshana-b - Refactor test cases
  • PR #378 - @luizbafilho - Implementing gitops command
  • PR #373 - @iahmad9 - pull the gomega deps
  • PR #370 - @josecordaz - Generate secrets with unique name
  • PR #369 - @luizbafilho - Removing Add from cmdimpl package
  • PR #368 - @jpellizzari - Expose application status to the API and UI
  • PR #363 - @bigkevmcd - Improve tests for git
  • PR #361 - @iahmad9 - add more app add tests
  • PR #360 - @luizbafilho - Fix ginkgo download round 2
  • PR #359 - @luizbafilho - Avoid getting ginkgo and gomega latest
  • PR #356 - @josecordaz - Parse app config url on ssh url
  • PR #354 - @iahmad9 - switch to weaveworks-gitops-test repo from wkp-example-org
  • PR #353 - @josecordaz - Fixed app add using path
  • PR #351 - @josecordaz - Fixed flaky tests
  • PR #350 - @J-Thompson12 - flux version from binary and return wego version
  • PR #347 - @iahmad9 - Remove workloads from previous run
  • PR #345 - @josecordaz - Upload deploy key just once
  • PR #344 - @jpellizzari - Force resolve normalize-url dep
  • PR #336 - @luizbafilho - Rearchitecting Add code
  • PR #317 - @D3nn - Make install should put binaries in "${GOPATH}/bin"
  • PR #316 - @D3nn - Wego app add example out of date
  • PR #312 - @palemtnrider - Add target to build a debuggable exe
  • PR #310 - @rokshana-b - Automate wego app add branch test
  • PR #309 - @jpellizzari - Add applications API server
  • PR #306 - @rokshana-b - Revert "Automate test case for 'wego add --url' flag"
  • PR #304 - @jpellizzari - Fix README merge
weave-gitops - v0.1.0-rc0

Published by github-actions[bot] over 3 years ago

CHANGELOG

  • PR #399 - @luizbafilho - Early exit if wego is not installed when uninstalling
  • PR #398 - @iahmad9 - add a new test for single wego repo for multi apps
  • PR #397 - @palemtnrider - 396/updated wego version check
  • PR #393 - @iahmad9 - update the readme
  • PR #392 - @luizbafilho - Reading private key password
  • PR #391 - @luizbafilho - Fixing wego add --dry-run
  • PR #390 - @jrryjcksn - Do not attempt to create deploy key for helm repositories
  • PR #383 - @jrryjcksn - Limit changes in release notes to changes since the previous release
  • PR #382 - @rokshana-b - Refactor test cases
  • PR #378 - @luizbafilho - Implementing gitops command
  • PR #373 - @iahmad9 - pull the gomega deps
  • PR #370 - @josecordaz - Generate secrets with unique name
  • PR #369 - @luizbafilho - Removing Add from cmdimpl package
  • PR #368 - @jpellizzari - Expose application status to the API and UI
  • PR #363 - @bigkevmcd - Improve tests for git
  • PR #361 - @iahmad9 - add more app add tests
  • PR #360 - @luizbafilho - Fix ginkgo download round 2
  • PR #359 - @luizbafilho - Avoid getting ginkgo and gomega latest
  • PR #356 - @josecordaz - Parse app config url on ssh url
  • PR #354 - @iahmad9 - switch to weaveworks-gitops-test repo from wkp-example-org
  • PR #353 - @josecordaz - Fixed app add using path
  • PR #351 - @josecordaz - Fixed flaky tests
  • PR #350 - @J-Thompson12 - flux version from binary and return wego version
  • PR #347 - @iahmad9 - Remove workloads from previous run
  • PR #345 - @josecordaz - Upload deploy key just once
  • PR #344 - @jpellizzari - Force resolve normalize-url dep
  • PR #336 - @luizbafilho - Rearchitecting Add code
  • PR #317 - @D3nn - Make install should put binaries in "${GOPATH}/bin"
  • PR #316 - @D3nn - Wego app add example out of date
  • PR #312 - @palemtnrider - Add target to build a debuggable exe
  • PR #310 - @rokshana-b - Automate wego app add branch test
  • PR #309 - @jpellizzari - Add applications API server
  • PR #306 - @rokshana-b - Revert "Automate test case for 'wego add --url' flag"
  • PR #304 - @jpellizzari - Fix README merge
weave-gitops - v0.0.5

Published by jrryjcksn over 3 years ago

CHANGELOG

  • PR #292 - @J-Thompson12 - release on all
  • PR #291 - @jrryjcksn - Avoid multiple arch builds on an os competing
  • PR #290 - @jrryjcksn - Final tar fix
  • PR #289 - @jrryjcksn - Update tar command in .goreleaser.yml
  • PR #288 - @jrryjcksn - Update .goreleaser.yml
  • PR #287 - @jrryjcksn - fix pre-hook to correctly install flux
  • PR #284 - @jrryjcksn - correctly untar flux archive and stop overwriting flux binary in make
  • PR #282 - @pzfreo - Change download links in README
  • PR #281 - @jrryjcksn - Look in well known locations for ssh key file or allow the user to specify it's path on the command line
  • PR #280 - @mewzherder - Cleaned up slack section and added link.
  • PR #279 - @jrryjcksn - fix upstream helm support
  • PR #277 - @jrryjcksn - Don't add files in user repo to commit when committing .wego contents
  • PR #276 - @J-Thompson12 - fix release flux binary
  • PR #275 - @luizbafilho - Verifying flux-system namespace presence
  • PR #274 - @josecordaz - Upload deploy key
  • PR #273 - @jrryjcksn - expand ~ using UserHomeDir
  • PR #269 - @iahmad9 - Cluster reset
  • PR #265 - @pzfreo - Update README
  • PR #264 - @luizbafilho - Adding dry-run mode to install
  • PR #263 - @J-Thompson12 - helm repo source
  • PR #262 - @josecordaz - Have binaries names using os and arch
  • PR #261 - @luizbafilho - Using flux install without export
  • PR #255 - @iahmad9 - update the acceptance test as add command is changed
  • PR #253 - @jrryjcksn - Support all three config modes
  • PR #250 - @josecordaz - Added subcommand app and fixes on giving the app location
  • PR #247 - @josecordaz - Added status command to main
  • PR #246 - @iahmad9 - add helm deployment test
  • PR #244 - @iahmad9 - avoid build tags, move util funcs to util.go
  • PR #243 - @rokshana-b - automate test for running wego add without controllers installed
  • PR #241 - @iahmad9 - more add tests
  • PR #234 - @jpellizzari - Fix new ws package vulnerability
  • PR #233 - @luizbafilho - go-git implementation
  • PR #232 - @josecordaz - Added wait logic to make sure the repo exists before continuing the execution
  • PR #231 - @J-Thompson12 - Add version check on every command
  • PR #230 - @iahmad9 - refactor add wego add tests
  • PR #229 - @josecordaz - Added status application logic
  • PR #228 - @palemtnrider - Add description for url and path fields.
  • PR #223 - @jpellizzari - Remove duplicate commitAndPush call and improve .Add() error messages
  • PR #221 - @josecordaz - Create repo only when DryRun is false
  • PR #219 - @J-Thompson12 - Deploy action fix
  • PR #218 - @J-Thompson12 - fix deploy
  • PR #212 - @iahmad9 - wait for the cluster to be ready
  • PR #210 - @jpellizzari - Update snyk job to handle npm deps
  • PR #209 - @palemtnrider - Add initial pr template.
  • PR #208 - @iahmad9 - add timeout for wait command
  • PR #207 - @jpellizzari - Fix circular dep in Makefile
  • PR #204 - @iahmad9 - build ui before linting and unittests
  • PR #202 - @jpellizzari - Add Makefile incantation to ensure the static assets directory always exists
  • PR #201 - @josecordaz - Attempt to increase coverage
  • PR #200 - @josecordaz - Git providers cache update
  • PR #198 - @rokshana-b - Automate and refactor wego test cases
  • PR #196 - @jrryjcksn - dry run was missing secret creation within source manifest generation
  • PR #195 - @josecordaz - Added deployment flag to the add command
  • PR #194 - @jrryjcksn - Switch to standard "example.com" example emails
  • PR #188 - @luizbafilho - Detect owner org or user
  • PR #182 - @iahmad9 - Add nightly flow for GKE and EKS platforms
  • PR #180 - @jpellizzari - Add initial UI binary and frontend boilerplate
  • PR #179 - @J-Thompson12 - Fixed tested and working release
  • PR #175 - @iahmad9 - house keeping
  • PR #174 - @iahmad9 - Show cluster pods on failure
  • PR #170 - @J-Thompson12 - add custom build settings for releaser
  • PR #169 - @luizbafilho - Installing wego instead of just flux
  • PR #168 - @jpellizzari - Change .Add() to return an error
  • PR #167 - @luizbafilho - Adding owner flag
  • PR #166 - @J-Thompson12 - fix release try 3
  • PR #164 - @J-Thompson12 - Fix releasev2
  • PR #163 - @J-Thompson12 - fix release try 2
  • PR #162 - @J-Thompson12 - fix release workflow
  • PR #158 - @jrryjcksn - 66/cli dry run
  • PR #154 - @luizbafilho - Disabling argument parsing on flux command
  • PR #153 - @josecordaz - Fixed acceptance tests
  • PR #152 - @luizbafilho - Moving app crd to install command
  • PR #143 - @luizbafilho - Using path param when adding a new repo
  • PR #141 - @J-Thompson12 - add private repo flag
  • PR #136 - @luizbafilho - Adding helm deployment option
  • PR #135 - @josecordaz - Added ns wego-system when applying source and kustomize to flux
  • PR #132 - @iahmad9 - setup the k8s
  • PR #131 - @jrryjcksn - start on shims and mocks for commands, exits, etc.
  • PR #130 - @iahmad9 - setup-test-dashboard
  • PR #128 - @J-Thompson12 - add flux command example and more info
  • PR #127 - @jrryjcksn - try to fix release failure
  • PR #126 - @rokshana-b - Add test cases for wego-install
  • PR #125 - @jrryjcksn - Avoid rate-limiting by correctly passing GITHUB_TOKEN to changelog generator
  • PR #123 - @jrryjcksn - The kind GitHub action we're using doesn't work on Darwin
  • PR #122 - @jrryjcksn - Switch kind action for darwin support
  • PR #120 - @J-Thompson12 - increase coverage on integration tests
  • PR #119 - @jrryjcksn - fix deploy workflow
  • PR #118 - @jrryjcksn - Add test for status.GetClusterName()
  • PR #116 - @jrryjcksn - Fix issues with flux-system namespace and adding when wego repo exists
  • PR #109 - @J-Thompson12 - fix repo name
  • PR #106 - @jrryjcksn - 36/wego add command
  • PR #105 - @J-Thompson12 - release workflow
  • PR #97 - @luizbafilho - Add wego install command
  • PR #96 - @josecordaz - initial work to create org and user repos as well as pullrequests with support for github and gitlab
  • PR #78 - @rokshana-b - Refactor test script
  • PR #68 - @rokshana-b - Add 'wego --help' test case
  • PR #57 - @iahmad9 - set eventually default timeout to 1 min
  • PR #56 - @iahmad9 - Bootstrap wego acceptancesuite
  • PR #55 - @J-Thompson12 - full coverage
  • PR #54 - @J-Thompson12 - Gitops status
  • PR #52 - @J-Thompson12 - fix coverage test
  • PR #48 - @J-Thompson12 - fix push s3
  • PR #46 - @luizbafilho - Adding wego-controller
  • PR #45 - @jrryjcksn - add cluster status
  • PR #44 - @palemtnrider - Add license, contributor, and release badges
  • PR #43 - @luizbafilho - Make target to download binaries dependencies
  • PR #42 - @palemtnrider - Add bug, spike, and story issue templates
  • PR #41 - @J-Thompson12 - add flux binary to wego
  • PR #40 - @jrryjcksn - initial kind setup for e2e
  • PR #34 - @palemtnrider - Document initial maintainers
  • PR #30 - @josecordaz - Added darwin binary build
  • PR #27 - @palemtnrider - A status badge for run tests action.
  • PR #26 - @josecordaz - Added ldflags for buildTime, gitCommit and branch
  • PR #24 - @J-Thompson12 - add bin check
  • PR #23 - @josecordaz - Trigger scan after image exists
  • PR #22 - @josecordaz - Scan depends on publish
  • PR #20 - @J-Thompson12 - fix docker push
  • PR #19 - @J-Thompson12 - Forgot to remove push on commit
  • PR #18 - @J-Thompson12 - basic version of docker and s3
  • PR #17 - @jrryjcksn - fix target branch for changelog
  • PR #16 - @jrryjcksn - [WKP-1915] Create "wego version" command and wego binary
  • PR #15 - @josecordaz - Added snyk sourcecode analysis
  • PR #4 - @jrryjcksn - add changelog generator
  • PR #2 - @J-Thompson12 - add test so i can see if coverage works
  • PR #1 - @J-Thompson12 - github workflow
weave-gitops - v0.0.4

Published by J-Thompson12 over 3 years ago

CHANGELOG

  • PR #291 - @jrryjcksn - Avoid multiple arch builds on an os competing
  • PR #290 - @jrryjcksn - Final tar fix
  • PR #289 - @jrryjcksn - Update tar command in .goreleaser.yml
  • PR #288 - @jrryjcksn - Update .goreleaser.yml
  • PR #287 - @jrryjcksn - fix pre-hook to correctly install flux
  • PR #284 - @jrryjcksn - correctly untar flux archive and stop overwriting flux binary in make
  • PR #281 - @jrryjcksn - Look in well known locations for ssh key file or allow the user to specify it's path on the command line
  • PR #279 - @jrryjcksn - fix upstream helm support
  • PR #277 - @jrryjcksn - Don't add files in user repo to commit when committing .wego contents
  • PR #276 - @J-Thompson12 - fix release flux binary
  • PR #275 - @luizbafilho - Verifying flux-system namespace presence
  • PR #274 - @josecordaz - Upload deploy key
  • PR #273 - @jrryjcksn - expand ~ using UserHomeDir
  • PR #269 - @iahmad9 - Cluster reset
  • PR #265 - @pzfreo - Update README
  • PR #264 - @luizbafilho - Adding dry-run mode to install
  • PR #263 - @J-Thompson12 - helm repo source
  • PR #262 - @josecordaz - Have binaries names using os and arch
  • PR #261 - @luizbafilho - Using flux install without export
  • PR #255 - @iahmad9 - update the acceptance test as add command is changed
  • PR #253 - @jrryjcksn - Support all three config modes
  • PR #250 - @josecordaz - Added subcommand app and fixes on giving the app location
  • PR #247 - @josecordaz - Added status command to main
  • PR #246 - @iahmad9 - add helm deployment test
  • PR #244 - @iahmad9 - avoid build tags, move util funcs to util.go
  • PR #243 - @rokshana-b - automate test for running wego add without controllers installed
  • PR #241 - @iahmad9 - more add tests
  • PR #234 - @jpellizzari - Fix new ws package vulnerability
  • PR #233 - @luizbafilho - go-git implementation
  • PR #232 - @josecordaz - Added wait logic to make sure the repo exists before continuing the execution
  • PR #231 - @J-Thompson12 - Add version check on every command
  • PR #230 - @iahmad9 - refactor add wego add tests
  • PR #229 - @josecordaz - Added status application logic
  • PR #228 - @palemtnrider - Add description for url and path fields.
  • PR #223 - @jpellizzari - Remove duplicate commitAndPush call and improve .Add() error messages
  • PR #221 - @josecordaz - Create repo only when DryRun is false
  • PR #219 - @J-Thompson12 - Deploy action fix
  • PR #218 - @J-Thompson12 - fix deploy
  • PR #212 - @iahmad9 - wait for the cluster to be ready
  • PR #210 - @jpellizzari - Update snyk job to handle npm deps
  • PR #209 - @palemtnrider - Add initial pr template.
  • PR #208 - @iahmad9 - add timeout for wait command
  • PR #207 - @jpellizzari - Fix circular dep in Makefile
  • PR #204 - @iahmad9 - build ui before linting and unittests
  • PR #202 - @jpellizzari - Add Makefile incantation to ensure the static assets directory always exists
  • PR #201 - @josecordaz - Attempt to increase coverage
  • PR #200 - @josecordaz - Git providers cache update
  • PR #198 - @rokshana-b - Automate and refactor wego test cases
  • PR #196 - @jrryjcksn - dry run was missing secret creation within source manifest generation
  • PR #195 - @josecordaz - Added deployment flag to the add command
  • PR #194 - @jrryjcksn - Switch to standard "example.com" example emails
  • PR #188 - @luizbafilho - Detect owner org or user
  • PR #182 - @iahmad9 - Add nightly flow for GKE and EKS platforms
  • PR #180 - @jpellizzari - Add initial UI binary and frontend boilerplate
  • PR #179 - @J-Thompson12 - Fixed tested and working release
  • PR #175 - @iahmad9 - house keeping
  • PR #174 - @iahmad9 - Show cluster pods on failure
  • PR #170 - @J-Thompson12 - add custom build settings for releaser
  • PR #169 - @luizbafilho - Installing wego instead of just flux
  • PR #168 - @jpellizzari - Change .Add() to return an error
  • PR #167 - @luizbafilho - Adding owner flag
  • PR #166 - @J-Thompson12 - fix release try 3
  • PR #164 - @J-Thompson12 - Fix releasev2
  • PR #163 - @J-Thompson12 - fix release try 2
  • PR #162 - @J-Thompson12 - fix release workflow
  • PR #158 - @jrryjcksn - 66/cli dry run
  • PR #154 - @luizbafilho - Disabling argument parsing on flux command
  • PR #153 - @josecordaz - Fixed acceptance tests
  • PR #152 - @luizbafilho - Moving app crd to install command
  • PR #143 - @luizbafilho - Using path param when adding a new repo
  • PR #141 - @J-Thompson12 - add private repo flag
  • PR #136 - @luizbafilho - Adding helm deployment option
  • PR #135 - @josecordaz - Added ns wego-system when applying source and kustomize to flux
  • PR #132 - @iahmad9 - setup the k8s
  • PR #131 - @jrryjcksn - start on shims and mocks for commands, exits, etc.
  • PR #130 - @iahmad9 - setup-test-dashboard
  • PR #128 - @J-Thompson12 - add flux command example and more info
  • PR #127 - @jrryjcksn - try to fix release failure
  • PR #126 - @rokshana-b - Add test cases for wego-install
  • PR #125 - @jrryjcksn - Avoid rate-limiting by correctly passing GITHUB_TOKEN to changelog generator
  • PR #123 - @jrryjcksn - The kind GitHub action we're using doesn't work on Darwin
  • PR #122 - @jrryjcksn - Switch kind action for darwin support
  • PR #120 - @J-Thompson12 - increase coverage on integration tests
  • PR #119 - @jrryjcksn - fix deploy workflow
  • PR #118 - @jrryjcksn - Add test for status.GetClusterName()
  • PR #116 - @jrryjcksn - Fix issues with flux-system namespace and adding when wego repo exists
  • PR #109 - @J-Thompson12 - fix repo name
  • PR #106 - @jrryjcksn - 36/wego add command
  • PR #105 - @J-Thompson12 - release workflow
  • PR #97 - @luizbafilho - Add wego install command
  • PR #96 - @josecordaz - initial work to create org and user repos as well as pullrequests with support for github and gitlab
  • PR #78 - @rokshana-b - Refactor test script
  • PR #68 - @rokshana-b - Add 'wego --help' test case
  • PR #57 - @iahmad9 - set eventually default timeout to 1 min
  • PR #56 - @iahmad9 - Bootstrap wego acceptancesuite
  • PR #55 - @J-Thompson12 - full coverage
  • PR #54 - @J-Thompson12 - Gitops status
  • PR #52 - @J-Thompson12 - fix coverage test
  • PR #48 - @J-Thompson12 - fix push s3
  • PR #46 - @luizbafilho - Adding wego-controller
  • PR #45 - @jrryjcksn - add cluster status
  • PR #44 - @palemtnrider - Add license, contributor, and release badges
  • PR #43 - @luizbafilho - Make target to download binaries dependencies
  • PR #42 - @palemtnrider - Add bug, spike, and story issue templates
  • PR #41 - @J-Thompson12 - add flux binary to wego
  • PR #40 - @jrryjcksn - initial kind setup for e2e
  • PR #34 - @palemtnrider - Document initial maintainers
  • PR #30 - @josecordaz - Added darwin binary build
  • PR #27 - @palemtnrider - A status badge for run tests action.
  • PR #26 - @josecordaz - Added ldflags for buildTime, gitCommit and branch
  • PR #24 - @J-Thompson12 - add bin check
  • PR #23 - @josecordaz - Trigger scan after image exists
  • PR #22 - @josecordaz - Scan depends on publish
  • PR #20 - @J-Thompson12 - fix docker push
  • PR #19 - @J-Thompson12 - Forgot to remove push on commit
  • PR #18 - @J-Thompson12 - basic version of docker and s3
  • PR #17 - @jrryjcksn - fix target branch for changelog
  • PR #16 - @jrryjcksn - [WKP-1915] Create "wego version" command and wego binary
  • PR #15 - @josecordaz - Added snyk sourcecode analysis
  • PR #4 - @jrryjcksn - add changelog generator
  • PR #2 - @J-Thompson12 - add test so i can see if coverage works
  • PR #1 - @J-Thompson12 - github workflow
weave-gitops - v0.0.4-rc0

Published by github-actions[bot] over 3 years ago

CHANGELOG

  • PR #263 - @J-Thompson12 - helm repo source
  • PR #261 - @luizbafilho - Using flux install without export
  • PR #255 - @iahmad9 - update the acceptance test as add command is changed
  • PR #253 - @jrryjcksn - Support all three config modes
  • PR #250 - @josecordaz - Added subcommand app and fixes on giving the app location
  • PR #247 - @josecordaz - Added status command to main
  • PR #246 - @iahmad9 - add helm deployment test
  • PR #244 - @iahmad9 - avoid build tags, move util funcs to util.go
  • PR #243 - @rokshana-b - automate test for running wego add without controllers installed
  • PR #241 - @iahmad9 - more add tests
  • PR #234 - @jpellizzari - Fix new ws package vulnerability
  • PR #233 - @luizbafilho - go-git implementation
  • PR #232 - @josecordaz - Added wait logic to make sure the repo exists before continuing the execution
  • PR #231 - @J-Thompson12 - Add version check on every command
  • PR #230 - @iahmad9 - refactor add wego add tests
  • PR #229 - @josecordaz - Added status application logic
  • PR #228 - @palemtnrider - Add description for url and path fields.
  • PR #223 - @jpellizzari - Remove duplicate commitAndPush call and improve .Add() error messages
  • PR #221 - @josecordaz - Create repo only when DryRun is false
  • PR #219 - @J-Thompson12 - Deploy action fix
  • PR #218 - @J-Thompson12 - fix deploy
  • PR #212 - @iahmad9 - wait for the cluster to be ready
  • PR #210 - @jpellizzari - Update snyk job to handle npm deps
  • PR #209 - @palemtnrider - Add initial pr template.
  • PR #208 - @iahmad9 - add timeout for wait command
  • PR #207 - @jpellizzari - Fix circular dep in Makefile
  • PR #204 - @iahmad9 - build ui before linting and unittests
  • PR #202 - @jpellizzari - Add Makefile incantation to ensure the static assets directory always exists
  • PR #201 - @josecordaz - Attempt to increase coverage
  • PR #200 - @josecordaz - Git providers cache update
  • PR #198 - @rokshana-b - Automate and refactor wego test cases
  • PR #196 - @jrryjcksn - dry run was missing secret creation within source manifest generation
  • PR #195 - @josecordaz - Added deployment flag to the add command
  • PR #194 - @jrryjcksn - Switch to standard "example.com" example emails
  • PR #188 - @luizbafilho - Detect owner org or user
  • PR #182 - @iahmad9 - Add nightly flow for GKE and EKS platforms
  • PR #180 - @jpellizzari - Add initial UI binary and frontend boilerplate
  • PR #179 - @J-Thompson12 - Fixed tested and working release
  • PR #175 - @iahmad9 - house keeping
  • PR #174 - @iahmad9 - Show cluster pods on failure
  • PR #170 - @J-Thompson12 - add custom build settings for releaser
  • PR #169 - @luizbafilho - Installing wego instead of just flux
  • PR #168 - @jpellizzari - Change .Add() to return an error
  • PR #167 - @luizbafilho - Adding owner flag
  • PR #166 - @J-Thompson12 - fix release try 3
  • PR #164 - @J-Thompson12 - Fix releasev2
  • PR #163 - @J-Thompson12 - fix release try 2
  • PR #162 - @J-Thompson12 - fix release workflow
  • PR #158 - @jrryjcksn - 66/cli dry run
  • PR #154 - @luizbafilho - Disabling argument parsing on flux command
  • PR #153 - @josecordaz - Fixed acceptance tests
  • PR #152 - @luizbafilho - Moving app crd to install command
  • PR #143 - @luizbafilho - Using path param when adding a new repo
  • PR #141 - @J-Thompson12 - add private repo flag
  • PR #136 - @luizbafilho - Adding helm deployment option
  • PR #135 - @josecordaz - Added ns wego-system when applying source and kustomize to flux
  • PR #132 - @iahmad9 - setup the k8s
  • PR #131 - @jrryjcksn - start on shims and mocks for commands, exits, etc.
  • PR #130 - @iahmad9 - setup-test-dashboard
  • PR #128 - @J-Thompson12 - add flux command example and more info
  • PR #127 - @jrryjcksn - try to fix release failure
  • PR #126 - @rokshana-b - Add test cases for wego-install
  • PR #125 - @jrryjcksn - Avoid rate-limiting by correctly passing GITHUB_TOKEN to changelog generator
  • PR #123 - @jrryjcksn - The kind GitHub action we're using doesn't work on Darwin
  • PR #122 - @jrryjcksn - Switch kind action for darwin support
  • PR #120 - @J-Thompson12 - increase coverage on integration tests
  • PR #119 - @jrryjcksn - fix deploy workflow
  • PR #118 - @jrryjcksn - Add test for status.GetClusterName()
  • PR #116 - @jrryjcksn - Fix issues with flux-system namespace and adding when wego repo exists
  • PR #109 - @J-Thompson12 - fix repo name
  • PR #106 - @jrryjcksn - 36/wego add command
  • PR #105 - @J-Thompson12 - release workflow
  • PR #97 - @luizbafilho - Add wego install command
  • PR #96 - @josecordaz - initial work to create org and user repos as well as pullrequests with support for github and gitlab
  • PR #78 - @rokshana-b - Refactor test script
  • PR #68 - @rokshana-b - Add 'wego --help' test case
  • PR #57 - @iahmad9 - set eventually default timeout to 1 min
  • PR #56 - @iahmad9 - Bootstrap wego acceptancesuite
  • PR #55 - @J-Thompson12 - full coverage
  • PR #54 - @J-Thompson12 - Gitops status
  • PR #52 - @J-Thompson12 - fix coverage test
  • PR #48 - @J-Thompson12 - fix push s3
  • PR #46 - @luizbafilho - Adding wego-controller
  • PR #45 - @jrryjcksn - add cluster status
  • PR #44 - @palemtnrider - Add license, contributor, and release badges
  • PR #43 - @luizbafilho - Make target to download binaries dependencies
  • PR #42 - @palemtnrider - Add bug, spike, and story issue templates
  • PR #41 - @J-Thompson12 - add flux binary to wego
  • PR #40 - @jrryjcksn - initial kind setup for e2e
  • PR #34 - @palemtnrider - Document initial maintainers
  • PR #30 - @josecordaz - Added darwin binary build
  • PR #27 - @palemtnrider - A status badge for run tests action.
  • PR #26 - @josecordaz - Added ldflags for buildTime, gitCommit and branch
  • PR #24 - @J-Thompson12 - add bin check
  • PR #23 - @josecordaz - Trigger scan after image exists
  • PR #22 - @josecordaz - Scan depends on publish
  • PR #20 - @J-Thompson12 - fix docker push
  • PR #19 - @J-Thompson12 - Forgot to remove push on commit
  • PR #18 - @J-Thompson12 - basic version of docker and s3
  • PR #17 - @jrryjcksn - fix target branch for changelog
  • PR #16 - @jrryjcksn - [WKP-1915] Create "wego version" command and wego binary
  • PR #15 - @josecordaz - Added snyk sourcecode analysis
  • PR #4 - @jrryjcksn - add changelog generator
  • PR #2 - @J-Thompson12 - add test so i can see if coverage works
  • PR #1 - @J-Thompson12 - github workflow
weave-gitops - Testing release

Published by J-Thompson12 over 3 years ago

weave-gitops - v0.0.2

Published by jrryjcksn over 3 years ago

This release contains initial support for the following WeGO commands:

  • wego install
  • wego add
  • wego status
weave-gitops - Initial WeGO release

Published by jrryjcksn over 3 years ago

Initial release with basic support for wego install, wego add, and wego version.

Package Rankings
Top 41.02% on Npmjs.org
Top 2.74% on Proxy.golang.org
Badges
Extracted from project README
LICENSE Contributors Release FOSSA Status OpenSSF Best Practices FOSSA Status
Related Projects