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 #336 from jenkins-x-bot/bump-regex-version-63f4b61…
Browse files Browse the repository at this point in the history
…c-df8c-11e9-b679-9adf6257b81c

chore(deps): bump jenkins-x/dev-env-base from 0.0.357 to 0.0.358
  • Loading branch information
jenkins-x-bot authored Sep 25, 2019
2 parents de90345 + 35fd6c8 commit 5487ea1
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.357](https://github.com/jenkins-x/dev-env-base/releases/tag/v0.0.357) |
[jenkins-x/dev-env-base](https://github.com/jenkins-x/dev-env-base.git) | | [0.0.358](https://github.com/jenkins-x/dev-env-base/releases/tag/v0.0.358) |
[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.357
versionURL: https://github.com/jenkins-x/dev-env-base/releases/tag/v0.0.357
version: 0.0.358
versionURL: https://github.com/jenkins-x/dev-env-base/releases/tag/v0.0.358
- 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.357
DEV_ENV_BASE_VERSION=0.0.358
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.357
DEV_ENV_BASE_VERSION=0.0.358
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 5487ea1

Please sign in to comment.