Skip to content

Commit

Permalink
Release 0.17.0
Browse files Browse the repository at this point in the history
- #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
  • Loading branch information
josegonzalez committed Aug 6, 2023
1 parent cc2bb87 commit 549ae19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MAINTAINER_NAME = Jose Diaz-Gonzalez
REPOSITORY = sshcommand
HARDWARE = $(shell uname -m)
SYSTEM_NAME = $(shell uname -s | tr '[:upper:]' '[:lower:]')
BASE_VERSION ?= 0.16.0
BASE_VERSION ?= 0.17.0
IMAGE_NAME ?= $(MAINTAINER)/$(REPOSITORY)
PACKAGECLOUD_REPOSITORY ?= dokku/dokku-betafish

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sshcommand",
"version": "0.16.0",
"version": "0.17.0",
"description": "Turn SSH into a thin client specifically for your app",
"global": "true",
"install": "cp sshcommand /usr/local/bin && chmod +x /usr/local/bin/sshcommand",
Expand Down

0 comments on commit 549ae19

Please sign in to comment.