Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog v0.0.3 #356

Open
wants to merge 36 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/actions/milestone-changelog/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:

- name: Collect Changelog
id: changelog
uses: deckhouse/changelog-action@v2
uses: deckhouse/changelog-action@feature/several-sections
with:
token: ${{ inputs.token }}
repo: ${{ github.repository }}
Expand Down Expand Up @@ -76,8 +76,7 @@ runs:
cat > "$filename" <<"EOF"
${{ steps.changelog.outputs.branch_markdown }}
EOF

# Patch-version markdown changelog + malformed and impact digest

- name: Create Pull Request
uses: peter-evans/create-pull-request@v3.10.1
with:
Expand Down
7 changes: 5 additions & 2 deletions .github/ci_templates/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ run: |
TMP_DIR_PATH=${TMP_DIR_PATH}
"

ls -lh $(pwd)
ls -lh $(pwd)/testing

dhctl_log_file="${DHCTL_LOG_FILE}-${PROVIDER}-${LAYOUT}-${CRI}-${KUBERNETES_VERSION}"
Expand Down Expand Up @@ -161,6 +162,7 @@ run: |
-e CRI=${CRI} \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
-v ${TMP_DIR_PATH}:/tmp \
${TERRAFORM_IMAGE_NAME} \
bash /deckhouse/testing/cloud_layouts/{!{ $script_eks }!} {!{ $script_arg }!}
Expand All @@ -177,6 +179,7 @@ run: |
-v ${TMP_DIR_PATH}:/tmp \
-v "$PWD/resources.yml:/resources.yml" \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
${INSTALL_IMAGE_NAME} \
bash -c "dhctl bootstrap-phase install-deckhouse \
--kubeconfig=/tmp/eks-${LAYOUT}-${CRI}-${KUBERNETES_VERSION}.kubeconfig \
Expand All @@ -199,6 +202,7 @@ run: |
-e CRI=${CRI} \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
-v ${TMP_DIR_PATH}:/tmp \
${TERRAFORM_IMAGE_NAME} \
bash -c "/deckhouse/testing/cloud_layouts/{!{ $script_eks }!} wait_deckhouse_ready && \
Expand Down Expand Up @@ -250,6 +254,7 @@ run: |
{!{- end }!}
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
-v ${TMP_DIR_PATH}:/tmp \
-w /deckhouse \
${INSTALL_IMAGE_NAME} \
Expand Down Expand Up @@ -522,7 +527,6 @@ check_e2e_labels:
{!{- end }!}

- name: Cleanup bootstrapped cluster
if: {!{ coll.Has $ctx "manualRun" | test.Ternary "success()" "always()" }!}
id: cleanup_cluster
timeout-minutes: 60
env:
Expand Down Expand Up @@ -696,7 +700,6 @@ check_e2e_labels:
path: ${{ steps.setup.outputs.tmp-dir-path}}

- name: Cleanup bootstrapped cluster
if: ${{ success() }}
id: cleanup_cluster
env:
PROVIDER: {!{ $ctx.providerName }!}
Expand Down
18 changes: 12 additions & 6 deletions .github/workflows/e2e-abort-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ jobs:
path: ${{ steps.setup.outputs.tmp-dir-path}}

- name: Cleanup bootstrapped cluster
if: ${{ success() }}
id: cleanup_cluster
env:
PROVIDER: AWS
Expand Down Expand Up @@ -254,6 +253,7 @@ jobs:
TMP_DIR_PATH=${TMP_DIR_PATH}
"

ls -lh $(pwd)
ls -lh $(pwd)/testing

dhctl_log_file="${DHCTL_LOG_FILE}-${PROVIDER}-${LAYOUT}-${CRI}-${KUBERNETES_VERSION}"
Expand All @@ -278,6 +278,7 @@ jobs:
-e LAYOUT_AWS_SECRET_ACCESS_KEY=${LAYOUT_AWS_SECRET_ACCESS_KEY:-not_provided} \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
-v ${TMP_DIR_PATH}:/tmp \
-w /deckhouse \
${INSTALL_IMAGE_NAME} \
Expand Down Expand Up @@ -496,7 +497,6 @@ jobs:
path: ${{ steps.setup.outputs.tmp-dir-path}}

- name: Cleanup bootstrapped cluster
if: ${{ success() }}
id: cleanup_cluster
env:
PROVIDER: AWS
Expand Down Expand Up @@ -531,6 +531,7 @@ jobs:
TMP_DIR_PATH=${TMP_DIR_PATH}
"

ls -lh $(pwd)
ls -lh $(pwd)/testing

dhctl_log_file="${DHCTL_LOG_FILE}-${PROVIDER}-${LAYOUT}-${CRI}-${KUBERNETES_VERSION}"
Expand All @@ -555,6 +556,7 @@ jobs:
-e LAYOUT_AWS_SECRET_ACCESS_KEY=${LAYOUT_AWS_SECRET_ACCESS_KEY:-not_provided} \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
-v ${TMP_DIR_PATH}:/tmp \
-w /deckhouse \
${INSTALL_IMAGE_NAME} \
Expand Down Expand Up @@ -773,7 +775,6 @@ jobs:
path: ${{ steps.setup.outputs.tmp-dir-path}}

- name: Cleanup bootstrapped cluster
if: ${{ success() }}
id: cleanup_cluster
env:
PROVIDER: AWS
Expand Down Expand Up @@ -808,6 +809,7 @@ jobs:
TMP_DIR_PATH=${TMP_DIR_PATH}
"

ls -lh $(pwd)
ls -lh $(pwd)/testing

dhctl_log_file="${DHCTL_LOG_FILE}-${PROVIDER}-${LAYOUT}-${CRI}-${KUBERNETES_VERSION}"
Expand All @@ -832,6 +834,7 @@ jobs:
-e LAYOUT_AWS_SECRET_ACCESS_KEY=${LAYOUT_AWS_SECRET_ACCESS_KEY:-not_provided} \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
-v ${TMP_DIR_PATH}:/tmp \
-w /deckhouse \
${INSTALL_IMAGE_NAME} \
Expand Down Expand Up @@ -1050,7 +1053,6 @@ jobs:
path: ${{ steps.setup.outputs.tmp-dir-path}}

- name: Cleanup bootstrapped cluster
if: ${{ success() }}
id: cleanup_cluster
env:
PROVIDER: AWS
Expand Down Expand Up @@ -1085,6 +1087,7 @@ jobs:
TMP_DIR_PATH=${TMP_DIR_PATH}
"

ls -lh $(pwd)
ls -lh $(pwd)/testing

dhctl_log_file="${DHCTL_LOG_FILE}-${PROVIDER}-${LAYOUT}-${CRI}-${KUBERNETES_VERSION}"
Expand All @@ -1109,6 +1112,7 @@ jobs:
-e LAYOUT_AWS_SECRET_ACCESS_KEY=${LAYOUT_AWS_SECRET_ACCESS_KEY:-not_provided} \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
-v ${TMP_DIR_PATH}:/tmp \
-w /deckhouse \
${INSTALL_IMAGE_NAME} \
Expand Down Expand Up @@ -1327,7 +1331,6 @@ jobs:
path: ${{ steps.setup.outputs.tmp-dir-path}}

- name: Cleanup bootstrapped cluster
if: ${{ success() }}
id: cleanup_cluster
env:
PROVIDER: AWS
Expand Down Expand Up @@ -1362,6 +1365,7 @@ jobs:
TMP_DIR_PATH=${TMP_DIR_PATH}
"

ls -lh $(pwd)
ls -lh $(pwd)/testing

dhctl_log_file="${DHCTL_LOG_FILE}-${PROVIDER}-${LAYOUT}-${CRI}-${KUBERNETES_VERSION}"
Expand All @@ -1386,6 +1390,7 @@ jobs:
-e LAYOUT_AWS_SECRET_ACCESS_KEY=${LAYOUT_AWS_SECRET_ACCESS_KEY:-not_provided} \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
-v ${TMP_DIR_PATH}:/tmp \
-w /deckhouse \
${INSTALL_IMAGE_NAME} \
Expand Down Expand Up @@ -1604,7 +1609,6 @@ jobs:
path: ${{ steps.setup.outputs.tmp-dir-path}}

- name: Cleanup bootstrapped cluster
if: ${{ success() }}
id: cleanup_cluster
env:
PROVIDER: AWS
Expand Down Expand Up @@ -1639,6 +1643,7 @@ jobs:
TMP_DIR_PATH=${TMP_DIR_PATH}
"

ls -lh $(pwd)
ls -lh $(pwd)/testing

dhctl_log_file="${DHCTL_LOG_FILE}-${PROVIDER}-${LAYOUT}-${CRI}-${KUBERNETES_VERSION}"
Expand All @@ -1663,6 +1668,7 @@ jobs:
-e LAYOUT_AWS_SECRET_ACCESS_KEY=${LAYOUT_AWS_SECRET_ACCESS_KEY:-not_provided} \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
-v ${TMP_DIR_PATH}:/tmp \
-w /deckhouse \
${INSTALL_IMAGE_NAME} \
Expand Down
18 changes: 12 additions & 6 deletions .github/workflows/e2e-abort-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ jobs:
path: ${{ steps.setup.outputs.tmp-dir-path}}

- name: Cleanup bootstrapped cluster
if: ${{ success() }}
id: cleanup_cluster
env:
PROVIDER: Azure
Expand Down Expand Up @@ -256,6 +255,7 @@ jobs:
TMP_DIR_PATH=${TMP_DIR_PATH}
"

ls -lh $(pwd)
ls -lh $(pwd)/testing

dhctl_log_file="${DHCTL_LOG_FILE}-${PROVIDER}-${LAYOUT}-${CRI}-${KUBERNETES_VERSION}"
Expand All @@ -282,6 +282,7 @@ jobs:
-e LAYOUT_AZURE_TENANT_ID=${LAYOUT_AZURE_TENANT_ID:-not_provided} \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
-v ${TMP_DIR_PATH}:/tmp \
-w /deckhouse \
${INSTALL_IMAGE_NAME} \
Expand Down Expand Up @@ -500,7 +501,6 @@ jobs:
path: ${{ steps.setup.outputs.tmp-dir-path}}

- name: Cleanup bootstrapped cluster
if: ${{ success() }}
id: cleanup_cluster
env:
PROVIDER: Azure
Expand Down Expand Up @@ -537,6 +537,7 @@ jobs:
TMP_DIR_PATH=${TMP_DIR_PATH}
"

ls -lh $(pwd)
ls -lh $(pwd)/testing

dhctl_log_file="${DHCTL_LOG_FILE}-${PROVIDER}-${LAYOUT}-${CRI}-${KUBERNETES_VERSION}"
Expand All @@ -563,6 +564,7 @@ jobs:
-e LAYOUT_AZURE_TENANT_ID=${LAYOUT_AZURE_TENANT_ID:-not_provided} \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
-v ${TMP_DIR_PATH}:/tmp \
-w /deckhouse \
${INSTALL_IMAGE_NAME} \
Expand Down Expand Up @@ -781,7 +783,6 @@ jobs:
path: ${{ steps.setup.outputs.tmp-dir-path}}

- name: Cleanup bootstrapped cluster
if: ${{ success() }}
id: cleanup_cluster
env:
PROVIDER: Azure
Expand Down Expand Up @@ -818,6 +819,7 @@ jobs:
TMP_DIR_PATH=${TMP_DIR_PATH}
"

ls -lh $(pwd)
ls -lh $(pwd)/testing

dhctl_log_file="${DHCTL_LOG_FILE}-${PROVIDER}-${LAYOUT}-${CRI}-${KUBERNETES_VERSION}"
Expand All @@ -844,6 +846,7 @@ jobs:
-e LAYOUT_AZURE_TENANT_ID=${LAYOUT_AZURE_TENANT_ID:-not_provided} \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
-v ${TMP_DIR_PATH}:/tmp \
-w /deckhouse \
${INSTALL_IMAGE_NAME} \
Expand Down Expand Up @@ -1062,7 +1065,6 @@ jobs:
path: ${{ steps.setup.outputs.tmp-dir-path}}

- name: Cleanup bootstrapped cluster
if: ${{ success() }}
id: cleanup_cluster
env:
PROVIDER: Azure
Expand Down Expand Up @@ -1099,6 +1101,7 @@ jobs:
TMP_DIR_PATH=${TMP_DIR_PATH}
"

ls -lh $(pwd)
ls -lh $(pwd)/testing

dhctl_log_file="${DHCTL_LOG_FILE}-${PROVIDER}-${LAYOUT}-${CRI}-${KUBERNETES_VERSION}"
Expand All @@ -1125,6 +1128,7 @@ jobs:
-e LAYOUT_AZURE_TENANT_ID=${LAYOUT_AZURE_TENANT_ID:-not_provided} \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
-v ${TMP_DIR_PATH}:/tmp \
-w /deckhouse \
${INSTALL_IMAGE_NAME} \
Expand Down Expand Up @@ -1343,7 +1347,6 @@ jobs:
path: ${{ steps.setup.outputs.tmp-dir-path}}

- name: Cleanup bootstrapped cluster
if: ${{ success() }}
id: cleanup_cluster
env:
PROVIDER: Azure
Expand Down Expand Up @@ -1380,6 +1383,7 @@ jobs:
TMP_DIR_PATH=${TMP_DIR_PATH}
"

ls -lh $(pwd)
ls -lh $(pwd)/testing

dhctl_log_file="${DHCTL_LOG_FILE}-${PROVIDER}-${LAYOUT}-${CRI}-${KUBERNETES_VERSION}"
Expand All @@ -1406,6 +1410,7 @@ jobs:
-e LAYOUT_AZURE_TENANT_ID=${LAYOUT_AZURE_TENANT_ID:-not_provided} \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
-v ${TMP_DIR_PATH}:/tmp \
-w /deckhouse \
${INSTALL_IMAGE_NAME} \
Expand Down Expand Up @@ -1624,7 +1629,6 @@ jobs:
path: ${{ steps.setup.outputs.tmp-dir-path}}

- name: Cleanup bootstrapped cluster
if: ${{ success() }}
id: cleanup_cluster
env:
PROVIDER: Azure
Expand Down Expand Up @@ -1661,6 +1665,7 @@ jobs:
TMP_DIR_PATH=${TMP_DIR_PATH}
"

ls -lh $(pwd)
ls -lh $(pwd)/testing

dhctl_log_file="${DHCTL_LOG_FILE}-${PROVIDER}-${LAYOUT}-${CRI}-${KUBERNETES_VERSION}"
Expand All @@ -1687,6 +1692,7 @@ jobs:
-e LAYOUT_AZURE_TENANT_ID=${LAYOUT_AZURE_TENANT_ID:-not_provided} \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
-v ${TMP_DIR_PATH}:/tmp \
-w /deckhouse \
${INSTALL_IMAGE_NAME} \
Expand Down
Loading
Loading