Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Version 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinbojko committed Jul 1, 2019
1 parent 174cd83 commit 1b62b07
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog "linux_mint"

## Version 1.1.8 2019-07-01

* [APPLICATION] upgrade `trivy` to version 0.1.3
* [APPLICATION] upgrade `minikube` to version 1.2.0
* [APPLICATION] upgrade `docker-compose` to version 1.24.1
* [APPLICATION] upgrade `terraform` to version 0.12.3
* [APPLICATION] upgrade `vagrant` to version 2.2.5
* [APPLICATION] upgrade `packer` to version 1.4.2

## Version 1.1.7 2019-06-23

* [APPLICATION] upgrade `minikube` to version 1.1.1
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,3 +234,8 @@ Some applications are copied to `autostart` folder

* Due to how deb packages are treated by apt, we should find a way to install always 'latest' version not specific version. If (after initial run) we'll upgrade package outside this script, next time deb part will fail trying to 'downgrade' package.
* Downloading & installing all packages can be time consuming, depending on your Internet connection speed (aprox 40-60 minut)
* pip - `no module named _internal`

```bash
sudo curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && sudo python2.7 get-pip.py --force-reinstall
```
2 changes: 1 addition & 1 deletion linux_mint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -543,4 +543,4 @@
tags:
- base
- user
- os
- os
14 changes: 7 additions & 7 deletions variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,16 +255,16 @@ packages_optional:
deb:
- https://github.com/angryip/ipscan/releases/download/3.5.5/ipscan_3.5.5_amd64.deb
- https://release.axocdn.com/linux/gitkraken-amd64.deb
- https://releases.hashicorp.com/vagrant/2.2.4/vagrant_2.2.4_x86_64.deb
- https://releases.hashicorp.com/vagrant/2.2.5/vagrant_2.2.5_x86_64.deb
- https://launchpad.net/ubuntu/+archive/primary/+files/libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb
- https://github.com/BoostIO/boost-releases/releases/download/v0.11.17/boostnote_0.11.17_amd64.deb
- https://github.com/Eugeny/terminus/releases/download/v1.0.82/terminus-1.0.82-linux.deb
- https://github.com/meetfranz/franz/releases/download/v5.1.0/franz_5.1.0_amd64.deb
- https://download.teamviewer.com/download/linux/teamviewer_amd64.deb
- https://github.com/kubernetes/minikube/releases/download/v1.1.1/minikube_1.1.1.deb
- https://github.com/kubernetes/minikube/releases/download/v1.2.0/minikube_1.2.0.deb
- http://kdl.cc.ksosoft.com/wps-community/download/8392/wps-office_11.1.0.8392_amd64.deb
- https://github.com/wagoodman/dive/releases/download/v0.7.2/dive_0.7.2_linux_amd64.deb
- https://github.com/knqyf263/trivy/releases/download/v0.1.2/trivy_0.1.2_Linux-64bit.deb
- https://github.com/knqyf263/trivy/releases/download/v0.1.3/trivy_0.1.3_Linux-64bit.deb
pip:
- pip
- s-tui
Expand All @@ -273,14 +273,14 @@ pip:
- pypsrp
- yamllint
down:
- urls: https://releases.hashicorp.com/packer/1.4.1/packer_1.4.1_linux_amd64.zip
- urls: https://releases.hashicorp.com/packer/1.4.2/packer_1.4.2_linux_amd64.zip
destination: packer
skip_tree: false
- urls: https://get.helm.sh/helm-v2.14.1-linux-amd64.tar.gz
destination: helm
skip_tree: true
skip_levels: 1
- urls: https://releases.hashicorp.com/terraform/0.12.2/terraform_0.12.2_linux_amd64.zip
- urls: https://releases.hashicorp.com/terraform/0.12.3/terraform_0.12.3_linux_amd64.zip
destination: terraform
skip_tree: false
- urls: https://releases.hashicorp.com/vault/1.1.3/vault_1.1.3_linux_amd64.zip
Expand All @@ -291,7 +291,7 @@ down:
skip_tree: true
skip_levels: 2
files:
- urls: https://github.com/docker/compose/releases/download/1.24.0/docker-compose-Linux-x86_64
- urls: https://github.com/docker/compose/releases/download/1.24.1/docker-compose-Linux-x86_64
destination: docker-compose
- urls: https://github.com/bcicen/ctop/releases/download/v0.7.2/ctop-0.7.2-linux-amd64
destination: ctop
Expand Down Expand Up @@ -345,4 +345,4 @@ vscode:
- yzane.markdown-pdf
alternatives:
- name: editor
path: /bin/nano
path: /bin/nano

0 comments on commit 1b62b07

Please sign in to comment.