Skip to content

Fix Helm chart release guide#17242

Merged
kaxil merged 1 commit into
apache:mainfrom
astronomer:fix-helm-rel-doc
Jul 27, 2021
Merged

Fix Helm chart release guide#17242
kaxil merged 1 commit into
apache:mainfrom
astronomer:fix-helm-rel-doc

Conversation

@kaxil

@kaxil kaxil commented Jul 26, 2021

Copy link
Copy Markdown
Member

Before:

❯ for f in ../../../airflow-dev/helm-chart/$RC/*; do svn cp $f ${$(basename $f)/rc?/}; done

A         airflow-1.1.0.tgz
A         airflow-1.1.0.tgz.asc
A         airflow-1.1.0.tgz.prov
A         airflow-1.1.0.tgz.sha512
A         airflow-chart-1.1.0-sou.tar.gz
A         airflow-chart-1.1.0-sou.tar.gz.asc
A         airflow-chart-1.1.0-sou.tar.gz.sha512
A         index.yaml

After:

❯ for f in ../../../airflow-dev/helm-chart/$RC/*; do svn cp $f ${$(basename $f)/}; done

A         airflow-1.1.0.tgz
A         airflow-1.1.0.tgz.asc
A         airflow-1.1.0.tgz.prov
A         airflow-1.1.0.tgz.sha512
A         airflow-chart-1.1.0-source.tar.gz
A         airflow-chart-1.1.0-source.tar.gz.asc
A         airflow-chart-1.1.0-source.tar.gz.sha512

^ Add meaningful description above

Read the Pull Request Guidelines for more information.
In case of fundamental code change, Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in UPDATING.md.

Before:

```
❯ for f in ../../../airflow-dev/helm-chart/$RC/*; do svn cp $f ${$(basename $f)/rc?/}; done

A         airflow-1.1.0.tgz
A         airflow-1.1.0.tgz.asc
A         airflow-1.1.0.tgz.prov
A         airflow-1.1.0.tgz.sha512
A         airflow-chart-1.1.0-sou.tar.gz
A         airflow-chart-1.1.0-sou.tar.gz.asc
A         airflow-chart-1.1.0-sou.tar.gz.sha512
A         index.yaml
```

After:

```
❯ for f in ../../../airflow-dev/helm-chart/$RC/*; do svn cp $f ${$(basename $f)/}; done

A         airflow-1.1.0.tgz
A         airflow-1.1.0.tgz.asc
A         airflow-1.1.0.tgz.prov
A         airflow-1.1.0.tgz.sha512
A         airflow-chart-1.1.0-source.tar.gz
A         airflow-chart-1.1.0-source.tar.gz.asc
A         airflow-chart-1.1.0-source.tar.gz.sha512
```
@kaxil
kaxil requested a review from jedcunningham July 26, 2021 22:56
@kaxil
kaxil requested review from ashb and potiuk as code owners July 26, 2021 22:56
@kaxil
kaxil requested a review from ephraimbuddy July 26, 2021 23:27
@github-actions github-actions Bot added the okay to merge It's ok to merge this PR as it does not require more tests label Jul 27, 2021
@github-actions

Copy link
Copy Markdown
Contributor

The PR is likely ready to be merged. No tests are needed as no important environment files, nor python files were modified by it. However, committers might decide that full test matrix is needed and add the 'full tests needed' label. Then you should rebase it to the latest main or amend the last commit of the PR, and push it with --force-with-lease.

@kaxil
kaxil merged commit 426f13d into apache:main Jul 27, 2021
@kaxil
kaxil deleted the fix-helm-rel-doc branch July 27, 2021 07:03
nathadfield pushed a commit to king/airflow that referenced this pull request Jul 29, 2021
Before:

```
❯ for f in ../../../airflow-dev/helm-chart/$RC/*; do svn cp $f ${$(basename $f)/rc?/}; done

A         airflow-1.1.0.tgz
A         airflow-1.1.0.tgz.asc
A         airflow-1.1.0.tgz.prov
A         airflow-1.1.0.tgz.sha512
A         airflow-chart-1.1.0-sou.tar.gz
A         airflow-chart-1.1.0-sou.tar.gz.asc
A         airflow-chart-1.1.0-sou.tar.gz.sha512
A         index.yaml
```

After:

```
❯ for f in ../../../airflow-dev/helm-chart/$RC/*; do svn cp $f ${$(basename $f)/}; done

A         airflow-1.1.0.tgz
A         airflow-1.1.0.tgz.asc
A         airflow-1.1.0.tgz.prov
A         airflow-1.1.0.tgz.sha512
A         airflow-chart-1.1.0-source.tar.gz
A         airflow-chart-1.1.0-source.tar.gz.asc
A         airflow-chart-1.1.0-source.tar.gz.sha512
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dev-tools okay to merge It's ok to merge this PR as it does not require more tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants