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

Commit

Permalink
Merge pull request #338 from jenkins-x-bot/bump-regex-version-870908c…
Browse files Browse the repository at this point in the history
…a-e119-11e9-a66b-9ed127abed73

chore(deps): bump jenkins-x/dev-env-base from 0.0.359 to 0.0.360
  • Loading branch information
jenkins-x-bot authored Sep 27, 2019
2 parents 45b1d23 + 750d18e commit ece4568
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dependency-matrix/matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

Dependency | Sources | Version | Mismatched versions
---------- | ------- | ------- | -------------------
[jenkins-x/dev-env-base](https://github.com/jenkins-x/dev-env-base.git) | | [0.0.359](https://github.com/jenkins-x/dev-env-base/releases/tag/v0.0.359) |
[jenkins-x/dev-env-base](https://github.com/jenkins-x/dev-env-base.git) | | [0.0.360](https://github.com/jenkins-x/dev-env-base/releases/tag/v0.0.360) |
[jenkins-x/jx](https://github.com/jenkins-x/jx) | [github.com/jenkins-x/dev-env-base](https://github.com/jenkins-x/dev-env-base.git) | [2.0.725](https://github.com/jenkins-x/jx/releases/tag/v2.0.725) |
[lachlanevenson/k8s-kubectl](https://github.com/lachlanevenson/k8s-kubectl) | [github.com/jenkins-x/dev-env-base](https://github.com/jenkins-x/dev-env-base.git) | [v1.16.0]() |
4 changes: 2 additions & 2 deletions dependency-matrix/matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ dependencies:
owner: jenkins-x
repo: dev-env-base
url: https://github.com/jenkins-x/dev-env-base.git
version: 0.0.359
versionURL: https://github.com/jenkins-x/dev-env-base/releases/tag/v0.0.359
version: 0.0.360
versionURL: https://github.com/jenkins-x/dev-env-base/releases/tag/v0.0.360
- host: github.com
owner: jenkins-x
repo: jx
Expand Down
2 changes: 1 addition & 1 deletion dev-env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

DEV_ENV_BASE_VERSION=0.0.359
DEV_ENV_BASE_VERSION=0.0.360
PORTS="/tmp/.ports-$(head -c 4 /dev/urandom | xxd -p)-$(date +'%Y%m%d-%H%M%S')"
touch "$PORTS"
TMUX=true
Expand Down
2 changes: 1 addition & 1 deletion dev-env-zsh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

DEV_ENV_BASE_VERSION=0.0.359
DEV_ENV_BASE_VERSION=0.0.360
PORTS="/tmp/.ports-$(head -c 4 /dev/urandom | xxd -p)-$(date +'%Y%m%d-%H%M%S')"
touch "$PORTS"
SCRIPT_HOME="$(dirname $BASH_SOURCE | sed 's:^\.$:'"$PWD"':g')"
Expand Down

0 comments on commit ece4568

Please sign in to comment.