Skip to content

Commit 1fa57c6

Browse files
committed
bump to mondoo 3.4.0
1 parent f32aee9 commit 1fa57c6

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM alpine:3.13
2-
ARG VERSION=3.3.2
2+
ARG VERSION=3.4.0
33
ARG PACKAGE="mondoo_${VERSION}_linux_amd64.tar.gz"
44
ARG BASEURL="https://releases.mondoo.io/mondoo/${VERSION}"
55
RUN apk update &&\

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.2
1+
3.4.0

deployment/helm-mondoo/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ version: 0.1.0
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application.
21-
appVersion: 3.3.2
21+
appVersion: 3.4.0

download.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function setenv($name,$value,$global) {
8989
$dir = Get-Location
9090

9191
# manual override
92-
# $version = '3.3.2'
92+
# $version = '3.4.0'
9393
# $arch = 'amd64'
9494
# $releaseurl = "https://releases.mondoo.io/mondoo/${version}/mondoo_${version}_windows_${arch}.zip"
9595

download.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ This script source is available at: https://github.com/mondoolabs/mondoo
5757

5858
base_url="${MONDOO_MIRROR:-https://releases.mondoo.io}"
5959
product="mondoo"
60-
version="${MONDOO_VERSION:-3.3.2}"
60+
version="${MONDOO_VERSION:-3.4.0}"
6161

6262
fail() {
6363
echo -e "${red}${1}${end}";

install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
If provided, tries to download the specific version instead of the latest
1313
.EXAMPLE
1414
Import-Module ./install.ps1; Install-Mondoo -RegistrationToken INSERTKEYHERE
15-
Import-Module ./install.ps1; Install-Mondoo -Version 3.3.2
15+
Import-Module ./install.ps1; Install-Mondoo -Version 3.4.0
1616
#>
1717
function Install-Mondoo {
1818
[CmdletBinding()]

0 commit comments

Comments
 (0)