diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 7b92ab4c..7c63c1f3 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run ansible-lint uses: ansible-community/ansible-lint-action@v6.16.0 diff --git a/packer/requirements.yml b/packer/requirements.yml index 47c777f7..4228d168 100644 --- a/packer/requirements.yml +++ b/packer/requirements.yml @@ -7,16 +7,16 @@ roles: version: v3.1.5 - name: andrewrothstein.miniconda - version: v6.1.9 + version: v6.2.0 - name: andrewrothstein.conda-env version: v2.2.0 - name: geerlingguy.docker - version: 6.1.0 + version: 7.0.1 - name: autoscaling src: https://github.com/deNBI/autoscaling-ansible - version: 1.1.5 + version: 1.1.7 - name: geerlingguy.swap diff --git a/rstudio/rstudio_metadata.yml b/rstudio/rstudio_metadata.yml index b4c8ff8c..ce7ef30e 100644 --- a/rstudio/rstudio_metadata.yml +++ b/rstudio/rstudio_metadata.yml @@ -21,4 +21,4 @@ info_url: "" community_driven: false wiki_link: "https://cloud.denbi.de/wiki/simple_vm/customization/#rstudio" information_for_display: - version: v2023.06.2+561 + version: v2023.09.0+463 diff --git a/rstudio/rstudio_vars_file.yml b/rstudio/rstudio_vars_file.yml index 2f4aa087..6a1a3428 100644 --- a/rstudio/rstudio_vars_file.yml +++ b/rstudio/rstudio_vars_file.yml @@ -6,4 +6,4 @@ rstudio_vars: default_password_hashed: $6$rounds=656000$kDXfaoylNAAH4hiN$Se1C7um7OW7ETs.L19uy1xn9SJjtjHylbF.Xv/YhRWilSyzDcX7nSajMth8LgZNiRJmO3.wBxcYeJnsgW4CLL1 default_password: simplevm RSESSION_FILE_PATH: /etc/rstudio/rsession.conf - RSTUDIO_VERSION: v2023.06.2+561 + RSTUDIO_VERSION: v2023.09.0+463 diff --git a/vscode/vscode_metadata.yml b/vscode/vscode_metadata.yml index 020ba0ec..768beb48 100644 --- a/vscode/vscode_metadata.yml +++ b/vscode/vscode_metadata.yml @@ -18,4 +18,4 @@ wiki_link: "" logo_url: "https://cloud.denbi.de/static/images/vscode.png" info_url: "" information_for_display: - version: v4.16.1 + version: v4.17.0 diff --git a/vscode/vscode_vars_file.yml b/vscode/vscode_vars_file.yml index 23e09467..72f20a79 100644 --- a/vscode/vscode_vars_file.yml +++ b/vscode/vscode_vars_file.yml @@ -1,6 +1,6 @@ --- vscode_vars: INSTALL_SCRIPT_URL: https://code-server.dev/install.sh - VSCODE_VERSION: v4.16.1 + VSCODE_VERSION: v4.17.0 DEFAULT_USER: ubuntu PORT: 3000