Skip to content

Commit 549ae19

Browse files
committed
Release 0.17.0
- #89 @dependabot chore(deps): bump golang from 1.18.1-buster to 1.18.2-buster - #91 @dependabot chore(deps): bump golang from 1.18.2-buster to 1.18.4-buster - #97 @dependabot chore(deps): bump golang from 1.18.4-buster to 1.19.5-buster - #98 @josegonzalez: Drop rpm support - #100 @dependabot chore(deps): bump golang from 1.19.5-buster to 1.20.1-buster - #102 @dependabot chore(deps): bump golang from 1.20.1-buster to 1.20.3-buster - #103 @dependabot chore(deps): bump golang from 1.20.3-buster to 1.20.4-buster - #104 @josegonzalez: chore: remove use of deprecated method for setting ci output values - #105 @josegonzalez: feat: add dependabot support to github actions - #106 @dependabot chore(deps): bump actions/checkout from 2 to 3 - #107 @dependabot chore(deps): bump luizm/action-sh-checker from 0.3.0 to 0.7.0 - #108 @dependabot chore(deps): bump hadolint/hadolint-action from 1.6.0 to 3.1.0 - #109 @dependabot chore(deps): bump ibiqlik/action-yamllint from 3.0.4 to 3.1.1 - #110 @dependabot chore(deps): bump ludeeus/action-shellcheck from 1.1.0 to 2.0.0 - #111 @dependabot chore(deps): bump actions/upload-artifact from 2 to 3 - #112 @josegonzalez: Remove references to EOL stretch and bionic distributions - #113 @dependabot chore(deps): bump golang from 1.20.4-buster to 1.20.5-buster - #114 @Coffee2CodeNL: Add Bookworm Support
1 parent cc2bb87 commit 549ae19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ MAINTAINER_NAME = Jose Diaz-Gonzalez
66
REPOSITORY = sshcommand
77
HARDWARE = $(shell uname -m)
88
SYSTEM_NAME = $(shell uname -s | tr '[:upper:]' '[:lower:]')
9-
BASE_VERSION ?= 0.16.0
9+
BASE_VERSION ?= 0.17.0
1010
IMAGE_NAME ?= $(MAINTAINER)/$(REPOSITORY)
1111
PACKAGECLOUD_REPOSITORY ?= dokku/dokku-betafish
1212

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sshcommand",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"description": "Turn SSH into a thin client specifically for your app",
55
"global": "true",
66
"install": "cp sshcommand /usr/local/bin && chmod +x /usr/local/bin/sshcommand",

0 commit comments

Comments
 (0)