Skip to content

Commit

Permalink
bump to mondoo 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Feb 1, 2021
1 parent 7d019ae commit 926cbdd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.13
ARG VERSION=3.0.2
ARG VERSION=3.2.0
ARG PACKAGE="mondoo_${VERSION}_linux_amd64.tar.gz"
ARG BASEURL="https://releases.mondoo.io/mondoo/${VERSION}"
RUN apk update &&\
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.2
3.2.0
2 changes: 1 addition & 1 deletion deployment/helm-mondoo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 3.0.2
appVersion: 3.2.0
2 changes: 1 addition & 1 deletion download.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function setenv($name,$value,$global) {
$dir = Get-Location

# manual override
# $version = '3.0.2'
# $version = '3.2.0'
# $arch = 'amd64'
# $releaseurl = "https://releases.mondoo.io/mondoo/${version}/mondoo_${version}_windows_${arch}.zip"

Expand Down
2 changes: 1 addition & 1 deletion download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:-3.0.2}"
version="${MONDOO_VERSION:-3.2.0}"

fail() {
echo -e "${red}${1}${end}";
Expand Down
2 changes: 1 addition & 1 deletion install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 3.0.2
Import-Module ./install.ps1; Install-Mondoo -Version 3.2.0
#>
function Install-Mondoo {
[CmdletBinding()]
Expand Down

0 comments on commit 926cbdd

Please sign in to comment.