Skip to content

Commit

Permalink
Merge pull request #264 from oldgiova/bumpt-5.6.1
Browse files Browse the repository at this point in the history
Bump to version 5.6.1
  • Loading branch information
oldgiova authored Apr 10, 2024
2 parents 9844011 + 25ffc7e commit 1587c64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ variables:
options:
- "true"
- "false"
ROLE_ARN:
ROLE_ARN:
value: "arn:aws:iam::017659451055:role/nt-mender-helm-eksctl-test"
description: "AWS IAM role which executes the AWS jobs"
PUBLISH_ROLE_ARN:
Expand Down Expand Up @@ -94,7 +94,7 @@ build:setup_eks_cluster:
--asg-access \
${SPOT_STRING} \
--instance-types c6i.xlarge,m6i.xlarge,m6a.xlarge,t3.xlarge,m5d.xlarge \
--nodes ${CI_EKS_NUMBER_OF_NODES:-6}
--nodes ${CI_EKS_NUMBER_OF_NODES:-6}
- echo "INFO - assigning SSO roles for debugging failed tests:"
- eksctl create iamidentitymapping --cluster ${EKS_CLUSTER_NAME} --arn arn:aws:iam::017659451055:role/AWSReservedSSO_AdministratorAccess_d80c0803237d713a --username "admin:{{SessionName}}" --group "system:masters" --no-duplicate-arns
- eksctl create iamidentitymapping --cluster ${EKS_CLUSTER_NAME} --arn arn:aws:iam::017659451055:role/AWSReservedSSO_PowerUserAccess_28a0f819b31196fb --username "admin:{{SessionName}}" --group "system:masters" --no-duplicate-arns
Expand Down Expand Up @@ -290,7 +290,7 @@ test:helm_chart_install_sub_charts:
after_script:
- echo "INFO - cleaning up resources"
- helm delete -n "${NAMESPACE}" mender || exit 0 # if it fails it means it's timing out - not that important

test:helm_chart_upgrade_from_previous_lts_to_current_lts:
tags:
- hetzner-amd-beefy
Expand Down Expand Up @@ -535,7 +535,7 @@ test:kubeconform_tests:
--kube-version ${full_version} \
| kubeconform --kubernetes-version ${full_version}
done < <(eksctl version -o json | jq -r '.EKSServerSupportedVersions[]')
- |
- |
echo "DEBUG - run failed kubeconform tests: this should fail"
sed -i 's/apps\/v1/fakeapps\/v42/' mender/templates/gui/deployment.yaml
while IFS= read -r version; do
Expand Down
2 changes: 1 addition & 1 deletion mender/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "3.7.3"
description: Mender is a robust and secure way to update all your software and deploy your IoT devices at scale with support for customization
name: mender
version: 5.6.0
version: 5.6.1
keywords:
- mender
- iot
Expand Down

0 comments on commit 1587c64

Please sign in to comment.