-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check precommit after runing them loclally
- Loading branch information
1 parent
089a560
commit 084ad79
Showing
48 changed files
with
691 additions
and
616 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Refenrences changelog-generate composite action | ||
|
||
## Inputs | ||
|
||
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section --> | ||
|
||
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | | ||
| ------------------------- | ------ | -------- | ---------------- | -------------------------------------------------------------- | | ||
| changelog-file | string | false | `"CHANGELOG.md"` | Path to the changelog file in the GitHub repository | | ||
| commit-mode | string | false | `"false"` | Special configuration for projects which work without PRs. | | ||
| config | string | false | | Path to the changelog config JSON file | | ||
| fetch-release-information | string | false | `"false"` | Will enable fetching additional release information from tags. | | ||
| fetch-reviewers | string | false | `"false"` | Will enable fetching the users/reviewers who approved the PR | | ||
| github-token | string | true | | The GitHub token for committing the changes. | | ||
| new-tag | string | true | | Version after bump | | ||
| old-tag | string | false | | Previous version. Let empty for releases | | ||
|
||
<!-- AUTO-DOC-INPUT:END --> | ||
|
||
## Outputs | ||
|
||
<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section --> | ||
|
||
| OUTPUT | TYPE | DESCRIPTION | | ||
| ---------------- | ------ | ----------------------------------------------------- | | ||
| merged-changelog | string | Changelog containing listing of all single changelogs | | ||
| single-changelog | string | Changelog containing changes of the latest tag | | ||
|
||
<!-- AUTO-DOC-OUTPUT:END --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,20 @@ | ||
# Refenrences docker-publish composite action | ||
|
||
## Inputs | ||
|
||
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section --> | ||
|
||
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | | ||
| ------------------- | ------ | -------- | ------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------- | | ||
| docker-registry | string | false | | Host where the image should be pushed to. | | ||
| image-artifact-name | string | false | `"image-artifact"` | Name of the artifact that contains the Docker image.tar file to push, see https://github.com/actions/upload-artifact. | | ||
| image-name | string | false | `"${{ github.event.repository.name }}"` | Name of Docker image. | | ||
| image-namespace | string | false | | Namespace of Docker image. | | ||
| image-tag | string | false | `"pipeline-${{ github.run_id }}-git-${GITHUB_SHA::8}"` | Tag of Docker image. | | ||
| working-directory | string | false | `"."` | Working directory for your Docker artifacts. | | ||
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | | ||
|---------------------|--------|----------|--------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------| | ||
| docker-registry | string | false | | Host where the image should be pushed to. | | ||
| image-artifact-name | string | false | `"image-artifact"` | Name of the artifact that contains the Docker image.tar file to push, see https://github.com/actions/upload-artifact. | | ||
| image-name | string | false | `"${{ github.event.repository.name }}"` | Name of Docker image. | | ||
| image-namespace | string | false | | Namespace of Docker image. | | ||
| image-tag | string | false | `"pipeline-${{ github.run_id }}-git-${GITHUB_SHA::8}"` | Tag of Docker image. | | ||
| working-directory | string | false | `"."` | Working directory for your Docker artifacts. | | ||
|
||
<!-- AUTO-DOC-INPUT:END --> | ||
|
||
## Outputs | ||
|
||
<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section --> | ||
|
||
No outputs. | ||
|
||
<!-- AUTO-DOC-OUTPUT:END --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,19 @@ | ||
# Refenrences docker-push composite action | ||
|
||
## Inputs | ||
|
||
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section --> | ||
|
||
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | | ||
| ----------------- | ------ | -------- | ------------------------------------------------------ | -------------------------------------------- | | ||
| docker-registry | string | false | | Host where the image should be pushed to. | | ||
| image-name | string | false | `"${{ github.event.repository.name }}"` | Name of Docker image. | | ||
| image-namespace | string | false | | Namespace of Docker image. | | ||
| image-tag | string | false | `"pipeline-${{ github.run_id }}-git-${GITHUB_SHA::8}"` | Tag of Docker image. | | ||
| working-directory | string | false | `"."` | Working directory for your Docker artifacts. | | ||
|
||
<!-- AUTO-DOC-INPUT:END --> | ||
|
||
## Inputs | ||
|
||
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section --> | ||
|
||
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | | ||
| ----------------- | ------ | -------- | ------------------------------------------------------ | -------------------------------------------- | | ||
| docker-registry | string | false | | Host where the image should be pushed to. | | ||
| image-name | string | false | `"${{ github.event.repository.name }}"` | Name of Docker image. | | ||
| image-namespace | string | false | | Namespace of Docker image. | | ||
| image-tag | string | false | `"pipeline-${{ github.run_id }}-git-${GITHUB_SHA::8}"` | Tag of Docker image. | | ||
| working-directory | string | false | `"."` | Working directory for your Docker artifacts. | | ||
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | | ||
|-------------------|--------|----------|--------------------------------------------------------|----------------------------------------------| | ||
| docker-registry | string | false | | Host where the image should be pushed to. | | ||
| image-name | string | false | `"${{ github.event.repository.name }}"` | Name of Docker image. | | ||
| image-namespace | string | false | | Namespace of Docker image. | | ||
| image-tag | string | false | `"pipeline-${{ github.run_id }}-git-${GITHUB_SHA::8}"` | Tag of Docker image. | | ||
| working-directory | string | false | `"."` | Working directory for your Docker artifacts. | | ||
|
||
<!-- AUTO-DOC-INPUT:END --> | ||
|
||
## Outputs | ||
|
||
<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section --> | ||
|
||
No outputs. | ||
|
||
<!-- AUTO-DOC-OUTPUT:END --> | ||
|
||
## Outputs | ||
|
||
<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section --> | ||
|
||
No outputs. | ||
|
||
<!-- AUTO-DOC-OUTPUT:END --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +0,0 @@ | ||
# Refenrences helm-destroy composite action | ||
|
||
## Inputs | ||
|
||
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section --> | ||
|
||
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | | ||
| ------------ | ------ | -------- | ------- | --------------------------- | | ||
| namespace | string | true | | K8s namespace to destroy in | | ||
| release-name | string | true | | Helm release name | | ||
|
||
<!-- AUTO-DOC-INPUT:END --> | ||
|
||
## Outputs | ||
|
||
<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section --> | ||
|
||
No outputs. | ||
|
||
<!-- AUTO-DOC-OUTPUT:END --> | ||
Oops, something went wrong.