Skip to content

Commit

Permalink
Merge pull request #340 from deNBI/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
dweinholz authored Sep 29, 2023
2 parents 4e0da58 + 22a9597 commit c13e7c9
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
6 changes: 3 additions & 3 deletions packer/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion rstudio/rstudio_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion rstudio/rstudio_vars_file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion vscode/vscode_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion vscode/vscode_vars_file.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c13e7c9

Please sign in to comment.