Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Staging #341

Merged
merged 15 commits into from
Sep 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading