diff --git a/Dockerfile b/Dockerfile index d6573cb9..ac1c7bef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:3.12.0 -ARG VERSION=2.1.0 +ARG VERSION=3.0.2 RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/* RUN apk add curl tar rpm RUN curl https://releases.mondoo.io/mondoo/${VERSION}/mondoo_${VERSION}_linux_amd64.tar.gz | tar -xvzC /usr/local/bin diff --git a/VERSION b/VERSION index 50aea0e7..d9c62ed9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.0 \ No newline at end of file +3.0.2 \ No newline at end of file diff --git a/deployment/helm-mondoo/Chart.yaml b/deployment/helm-mondoo/Chart.yaml index 7e4a42f4..4cf54359 100644 --- a/deployment/helm-mondoo/Chart.yaml +++ b/deployment/helm-mondoo/Chart.yaml @@ -18,4 +18,4 @@ version: 0.1.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 2.1.0 +appVersion: 3.0.2 diff --git a/download.ps1 b/download.ps1 index 63df170c..67239d19 100644 --- a/download.ps1 +++ b/download.ps1 @@ -89,7 +89,7 @@ function setenv($name,$value,$global) { $dir = Get-Location # manual override -# $version = '2.1.0' +# $version = '3.0.2' # $arch = 'amd64' # $releaseurl = "https://releases.mondoo.io/mondoo/${version}/mondoo_${version}_windows_${arch}.zip" diff --git a/download.sh b/download.sh index 4f21b0ed..a1c53205 100755 --- a/download.sh +++ b/download.sh @@ -57,7 +57,7 @@ This script source is available at: https://github.com/mondoolabs/mondoo base_url="${MONDOO_MIRROR:-https://releases.mondoo.io}" product="mondoo" -version="${MONDOO_VERSION:-2.1.0}" +version="${MONDOO_VERSION:-3.0.2}" fail() { echo -e "${red}${1}${end}"; diff --git a/install.ps1 b/install.ps1 index f5b6b260..32133863 100644 --- a/install.ps1 +++ b/install.ps1 @@ -12,7 +12,7 @@ If provided, tries to download the specific version instead of the latest .EXAMPLE Import-Module ./install.ps1; Install-Mondoo -RegistrationToken INSERTKEYHERE - Import-Module ./install.ps1; Install-Mondoo -Version 2.1.0 + Import-Module ./install.ps1; Install-Mondoo -Version 3.0.2 #> function Install-Mondoo { [CmdletBinding()]