Skip to content

Commit

Permalink
Upgrade to version 0.4.1 (#1020)
Browse files Browse the repository at this point in the history
  • Loading branch information
James Wilson authored Nov 3, 2021
1 parent 9d94cf0 commit c0d130b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ It is based on [CNCF Flux](https://fluxcd.io), a leading GitOps engine.
Mac / Linux

```console
curl -L "https://github.com/weaveworks/weave-gitops/releases/download/v0.4.0/gitops-$(uname)-$(uname -m)" -o gitops
curl -L "https://github.com/weaveworks/weave-gitops/releases/download/v0.4.1/gitops-$(uname)-$(uname -m)" -o gitops
chmod +x gitops
sudo mv ./gitops /usr/local/bin/gitops
gitops version
Expand Down Expand Up @@ -67,7 +67,7 @@ To set up a development environment for the CLI

### unit testing

We are using [Ginko](https://onsi.github.io/ginkgo/) for our unit tests. To exeucte the all the unit tests, run `make unit-tests`.
We are using [Ginko](https://onsi.github.io/ginkgo/) for our unit tests. To execute the all the unit tests, run `make unit-tests`.

To run a single test, you will need to set the KUBEBUILDER_ASSESTS environment variable to point to the directory containing our mock K8s objects.

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@weaveworks/weave-gitops",
"version": "0.4.0",
"version": "0.4.1",
"description": "Weave GitOps core",
"targets": {
"default": {
Expand Down

0 comments on commit c0d130b

Please sign in to comment.