Skip to content

Commit

Permalink
Merge pull request #3906 from weaveworks/releases/v0.29.0
Browse files Browse the repository at this point in the history
Updates for 0.29.0
  • Loading branch information
Samra10 authored Aug 2, 2023
2 parents cb05f6c + 36ef3a4 commit 57598bf
Show file tree
Hide file tree
Showing 235 changed files with 18,550 additions and 42 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ use Flux already then you can easily add Weave GitOps to create a platform manag
Mac / Linux

```console
curl --silent --location "https://github.com/weaveworks/weave-gitops/releases/download/v0.28.0/gitops-$(uname)-$(uname -m).tar.gz" | tar xz -C /tmp
curl --silent --location "https://github.com/weaveworks/weave-gitops/releases/download/v0.29.0/gitops-$(uname)-$(uname -m).tar.gz" | tar xz -C /tmp
sudo mv /tmp/gitops /usr/local/bin
gitops version
```
Expand Down
4 changes: 2 additions & 2 deletions charts/gitops-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 4.0.26
version: 4.0.27
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.28.0"
appVersion: "v0.29.0"
2 changes: 1 addition & 1 deletion charts/gitops-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ image:
repository: ghcr.io/weaveworks/wego-app
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.28.0"
tag: "v0.29.0"
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
Expand Down
4 changes: 2 additions & 2 deletions 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.29.0-rc.1",
"version": "0.29.0",
"description": "Weave GitOps core",
"targets": {
"default": {
Expand Down
4 changes: 2 additions & 2 deletions ui/components/__tests__/__snapshots__/Footer.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ exports[`Footer snapshots no api version 1`] = `
/>
<a
class="c5 Link"
href="https://github.com/weaveworks/weave-gitops/releases/tag/v0.29.0-rc.1"
href="https://github.com/weaveworks/weave-gitops/releases/tag/v0.29.0"
rel="noreferrer"
target="_blank"
>
Expand All @@ -379,7 +379,7 @@ exports[`Footer snapshots no api version 1`] = `
<span
class="c10"
>
v0.29.0-rc.1
v0.29.0
</span>
</span>
</a>
Expand Down
2 changes: 1 addition & 1 deletion website/docs/open-source/getting-started/install-OSS.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ import TabItem from "@theme/TabItem";
<TabItem value="curl" label="curl">

```bash
curl --silent --location "https://github.com/weaveworks/weave-gitops/releases/download/v0.28.0/gitops-$(uname)-$(uname -m).tar.gz" | tar xz -C /tmp
curl --silent --location "https://github.com/weaveworks/weave-gitops/releases/download/v0.29.0/gitops-$(uname)-$(uname -m).tar.gz" | tar xz -C /tmp
sudo mv /tmp/gitops /usr/local/bin
gitops version
```
Expand Down
2 changes: 1 addition & 1 deletion website/docs/references/cli-reference/gitops.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ Command line utility for managing Kubernetes applications via GitOps.
* [gitops suspend](gitops_suspend.md) - Suspend a resource
* [gitops version](gitops_version.md) - Display gitops version

###### Auto generated by spf13/cobra on 19-Jul-2023
###### Auto generated by spf13/cobra on 2-Aug-2023
2 changes: 1 addition & 1 deletion website/docs/references/cli-reference/gitops_beta.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ This component contains unstable or still-in-development functionality
* [gitops](gitops.md) - Weave GitOps
* [gitops beta run](gitops_beta_run.md) - Set up an interactive sync between your cluster and your local file system

###### Auto generated by spf13/cobra on 19-Jul-2023
###### Auto generated by spf13/cobra on 2-Aug-2023
4 changes: 2 additions & 2 deletions website/docs/references/cli-reference/gitops_beta_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ gitops beta run ./charts/podinfo --timeout 3m --port-forward namespace=flux-syst
--dashboard-port string GitOps Dashboard port (default "9001")
--decryption-key-file string Path to an age key file used for decrypting Secrets using SOPS.
--disable-compression If true, opt-out of response compression for all requests to the server
--flux-version string The version of Flux to install. (default "0.37.0")
--flux-version string The version of Flux to install. (default "2.0.1")
-h, --help help for run
--no-bootstrap Disable bootstrapping at shutdown.
--no-session Disable session management. If not specified, the session will be enabled by default.
--port-forward string Forward the port from a cluster's resource to your local machine i.e. 'port=8080:8080,resource=svc/app'.
--root-dir string Specify the root directory to watch for changes. If not specified, the root of Git repository will be used.
--session-name string Specify the name of the session. If not specified, the name of the current branch and the last commit id will be used. (default "run-main-adda33ef-dirty")
--session-name string Specify the name of the session. If not specified, the name of the current branch and the last commit id will be used. (default "run-main-3dd7cb6e-dirty")
--session-namespace string Specify the namespace of the session. (default "default")
--skip-dashboard-install Skip installation of the Dashboard. This also disables the prompt asking whether the Dashboard should be installed.
--skip-resource-cleanup Skip resource cleanup. If not specified, the GitOps Run resources will be deleted by default.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/references/cli-reference/gitops_check.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ gitops check

* [gitops](gitops.md) - Weave GitOps

###### Auto generated by spf13/cobra on 19-Jul-2023
###### Auto generated by spf13/cobra on 2-Aug-2023
2 changes: 1 addition & 1 deletion website/docs/references/cli-reference/gitops_completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ See each sub-command's help for details on how to use the generated script.
* [gitops completion powershell](gitops_completion_powershell.md) - Generate the autocompletion script for powershell
* [gitops completion zsh](gitops_completion_zsh.md) - Generate the autocompletion script for zsh

###### Auto generated by spf13/cobra on 19-Jul-2023
###### Auto generated by spf13/cobra on 2-Aug-2023
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ gitops completion bash

* [gitops completion](gitops_completion.md) - Generate the autocompletion script for the specified shell

###### Auto generated by spf13/cobra on 19-Jul-2023
###### Auto generated by spf13/cobra on 2-Aug-2023
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ gitops completion fish [flags]

* [gitops completion](gitops_completion.md) - Generate the autocompletion script for the specified shell

###### Auto generated by spf13/cobra on 19-Jul-2023
###### Auto generated by spf13/cobra on 2-Aug-2023
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ gitops completion powershell [flags]

* [gitops completion](gitops_completion.md) - Generate the autocompletion script for the specified shell

###### Auto generated by spf13/cobra on 19-Jul-2023
###### Auto generated by spf13/cobra on 2-Aug-2023
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ to enable it. You can execute the following once:

To load completions in your current shell session:

source <(gitops completion zsh); compdef _gitops gitops
source <(gitops completion zsh)

To load completions for every new session, execute once:

Expand Down Expand Up @@ -54,4 +54,4 @@ gitops completion zsh [flags]

* [gitops completion](gitops_completion.md) - Generate the autocompletion script for the specified shell

###### Auto generated by spf13/cobra on 19-Jul-2023
###### Auto generated by spf13/cobra on 2-Aug-2023
2 changes: 1 addition & 1 deletion website/docs/references/cli-reference/gitops_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ gitops create terraform my-resource \
* [gitops create dashboard](gitops_create_dashboard.md) - Create a HelmRepository and HelmRelease to deploy Weave GitOps
* [gitops create terraform](gitops_create_terraform.md) - Create a Terraform object

###### Auto generated by spf13/cobra on 19-Jul-2023
###### Auto generated by spf13/cobra on 2-Aug-2023
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ gitops create terraform -n default my-resource --source GitRepository/my-project

* [gitops create](gitops_create.md) - Creates a resource

###### Auto generated by spf13/cobra on 19-Jul-2023
###### Auto generated by spf13/cobra on 2-Aug-2023
2 changes: 1 addition & 1 deletion website/docs/references/cli-reference/gitops_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Delete a resource
* [gitops](gitops.md) - Weave GitOps
* [gitops delete terraform](gitops_delete_terraform.md) - Delete a Terraform object

###### Auto generated by spf13/cobra on 19-Jul-2023
###### Auto generated by spf13/cobra on 2-Aug-2023
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ gitops delete terraform -n default my-resource

* [gitops delete](gitops_delete.md) - Delete a resource

###### Auto generated by spf13/cobra on 19-Jul-2023
###### Auto generated by spf13/cobra on 2-Aug-2023
2 changes: 1 addition & 1 deletion website/docs/references/cli-reference/gitops_get.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ echo -n $PASSWORD | gitops get bcrypt-hash
* [gitops get bcrypt-hash](gitops_get_bcrypt-hash.md) - Generates a hashed secret
* [gitops get config](gitops_get_config.md) - Prints out the CLI configuration for Weave GitOps

###### Auto generated by spf13/cobra on 19-Jul-2023
###### Auto generated by spf13/cobra on 2-Aug-2023
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ echo -n $PASSWORD | gitops get bcrypt-hash

* [gitops get](gitops_get.md) - Display one or many Weave GitOps resources

###### Auto generated by spf13/cobra on 19-Jul-2023
###### Auto generated by spf13/cobra on 2-Aug-2023
2 changes: 1 addition & 1 deletion website/docs/references/cli-reference/gitops_logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Get logs for a resource
* [gitops](gitops.md) - Weave GitOps
* [gitops logs terraform](gitops_logs_terraform.md) - Get the runner logs of a Terraform object

###### Auto generated by spf13/cobra on 19-Jul-2023
###### Auto generated by spf13/cobra on 2-Aug-2023
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ gitops logs terraform --namespace flux-system my-resource

* [gitops logs](gitops_logs.md) - Get logs for a resource

###### Auto generated by spf13/cobra on 19-Jul-2023
###### Auto generated by spf13/cobra on 2-Aug-2023
2 changes: 1 addition & 1 deletion website/docs/references/cli-reference/gitops_remove.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Remove various components of Weave GitOps
* [gitops](gitops.md) - Weave GitOps
* [gitops remove run](gitops_remove_run.md) - Remove GitOps Run sessions

###### Auto generated by spf13/cobra on 19-Jul-2023
###### Auto generated by spf13/cobra on 2-Aug-2023
2 changes: 1 addition & 1 deletion website/docs/references/cli-reference/gitops_replan.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ gitops replan terraform --namespace flux-system my-resource
* [gitops](gitops.md) - Weave GitOps
* [gitops replan terraform](gitops_replan_terraform.md) - Trigger replan for a Terraform object

###### Auto generated by spf13/cobra on 19-Jul-2023
###### Auto generated by spf13/cobra on 2-Aug-2023
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ gitops replan terraform --namespace flux-system my-resource

* [gitops replan](gitops_replan.md) - Replan a resource

###### Auto generated by spf13/cobra on 19-Jul-2023
###### Auto generated by spf13/cobra on 2-Aug-2023
2 changes: 1 addition & 1 deletion website/docs/references/cli-reference/gitops_resume.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ gitops resume terraform --namespace flux-system my-resource
* [gitops](gitops.md) - Weave GitOps
* [gitops resume terraform](gitops_resume_terraform.md) - Resume a Terraform object

###### Auto generated by spf13/cobra on 19-Jul-2023
###### Auto generated by spf13/cobra on 2-Aug-2023
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ gitops resume terraform --namespace flux-system my-resource

* [gitops resume](gitops_resume.md) - Resume a resource

###### Auto generated by spf13/cobra on 19-Jul-2023
###### Auto generated by spf13/cobra on 2-Aug-2023
4 changes: 2 additions & 2 deletions website/docs/references/cli-reference/gitops_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ gitops beta run ./charts/podinfo --timeout 3m --port-forward namespace=flux-syst
--dashboard-port string GitOps Dashboard port (default "9001")
--decryption-key-file string Path to an age key file used for decrypting Secrets using SOPS.
--disable-compression If true, opt-out of response compression for all requests to the server
--flux-version string The version of Flux to install. (default "0.37.0")
--flux-version string The version of Flux to install. (default "2.0.1")
-h, --help help for run
--no-bootstrap Disable bootstrapping at shutdown.
--no-session Disable session management. If not specified, the session will be enabled by default.
--port-forward string Forward the port from a cluster's resource to your local machine i.e. 'port=8080:8080,resource=svc/app'.
--root-dir string Specify the root directory to watch for changes. If not specified, the root of Git repository will be used.
--session-name string Specify the name of the session. If not specified, the name of the current branch and the last commit id will be used. (default "run-main-adda33ef-dirty")
--session-name string Specify the name of the session. If not specified, the name of the current branch and the last commit id will be used. (default "run-main-3dd7cb6e-dirty")
--session-namespace string Specify the namespace of the session. (default "default")
--skip-dashboard-install Skip installation of the Dashboard. This also disables the prompt asking whether the Dashboard should be installed.
--skip-resource-cleanup Skip resource cleanup. If not specified, the GitOps Run resources will be deleted by default.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/references/cli-reference/gitops_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ gitops set config analytics true
* [gitops](gitops.md) - Weave GitOps
* [gitops set config](gitops_set_config.md) - Set the CLI configuration for Weave GitOps

###### Auto generated by spf13/cobra on 19-Jul-2023
###### Auto generated by spf13/cobra on 2-Aug-2023
2 changes: 1 addition & 1 deletion website/docs/references/cli-reference/gitops_suspend.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ gitops resume terraform --namespace flux-system my-resource
* [gitops](gitops.md) - Weave GitOps
* [gitops suspend terraform](gitops_suspend_terraform.md) - Suspend a Terraform object

###### Auto generated by spf13/cobra on 19-Jul-2023
###### Auto generated by spf13/cobra on 2-Aug-2023
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ gitops suspend terraform --namespace flux-system my-resource

* [gitops suspend](gitops_suspend.md) - Suspend a resource

###### Auto generated by spf13/cobra on 19-Jul-2023
###### Auto generated by spf13/cobra on 2-Aug-2023
2 changes: 1 addition & 1 deletion website/docs/references/cli-reference/gitops_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ gitops version [flags]

* [gitops](gitops.md) - Weave GitOps

###### Auto generated by spf13/cobra on 19-Jul-2023
###### Auto generated by spf13/cobra on 2-Aug-2023
4 changes: 2 additions & 2 deletions website/docs/references/helm-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is a reference of all the configurable values in Weave GitOps's
Helm chart. This is intended for customizing your installation after
you've gone through the [getting started](../intro-weave-gitops.mdx) guide.

This reference was generated for the chart version 4.0.26 which installs weave gitops v0.28.0.
This reference was generated for the chart version 4.0.27 which installs weave gitops v0.29.0.

## Values

Expand All @@ -27,7 +27,7 @@ This reference was generated for the chart version 4.0.26 which installs weave g
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/weaveworks/wego-app"` | |
| image.tag | string | `"v0.28.0"` | |
| image.tag | string | `"v0.29.0"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
| ingress.className | string | `""` | |
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
import React from "react";

import CodeBlock from "@theme/CodeBlock";
import BrowserOnly from "@docusaurus/BrowserOnly";

export default function CurlCodeBlock({ localPath, hostedPath, content }) {
return (
<>
<BrowserOnly>
{() => (
<CodeBlock className="language-bash">
curl -o {localPath} {window.location.protocol}
//{window.location.host}
{hostedPath}
</CodeBlock>
)}
</BrowserOnly>

<CodeBlock title={localPath} className="language-yaml">
{content}
</CodeBlock>
</>
);
}
20 changes: 20 additions & 0 deletions website/versioned_docs/version-0.29.0/_components/TierLabel.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import React from "react";
import Link from "@docusaurus/Link";
import useGlobalData from "@docusaurus/useGlobalData";

const containerStyle = {
fontSize: 16,
marginLeft: 4,
fontVariant: "all-small-caps",
};

export default function TierLabel({ tiers }) {
return (
<Link
title={`This feature is a available on ${tiers}.`}
style={containerStyle}
>
{tiers}
</Link>
);
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

:::caution

**This feature is in alpha and certain aspects will change**

We're very excited for people to use this feature.
However, please note that changes in the API, behaviour and security will evolve.
The feature is suitable to use in controlled testing environments.
:::
Loading

0 comments on commit 57598bf

Please sign in to comment.