File tree Expand file tree Collapse file tree 5 files changed +17
-3
lines changed
Expand file tree Collapse file tree 5 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ version : 2
3+ updates :
4+ - package-ecosystem : " docker"
5+ directory : " /"
6+ schedule :
7+ interval : " weekly"
Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 0.14.1] ( https://github.com/dokku/sshcommand/compare/v0.14.0...v0.14.1 ) - 2021-10-09
6+
7+ ### Added
8+
9+ - #71 @josegonzalez Release package for raspberry pi
10+
511## [ 0.14.0] ( https://github.com/dokku/sshcommand/compare/v0.13.2...v0.14.0 ) - 2021-10-08
612
713### Changed
Original file line number Diff line number Diff line change 1- FROM golang:1.14.1 -buster
1+ FROM golang:1.17.2 -buster
22
33# hadolint ignore=DL3027
44RUN apt-get update \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ MAINTAINER_NAME = Jose Diaz-Gonzalez
66REPOSITORY = sshcommand
77HARDWARE = $(shell uname -m)
88SYSTEM_NAME = $(shell uname -s | tr '[:upper:]' '[:lower:]')
9- BASE_VERSION ?= 0.14.0
9+ BASE_VERSION ?= 0.14.1
1010IMAGE_NAME ?= $(MAINTAINER ) /$(REPOSITORY )
1111PACKAGECLOUD_REPOSITORY ?= dokku/dokku-betafish
1212
@@ -149,6 +149,7 @@ release-packagecloud-deb: build/deb/$(NAME)_$(VERSION)_all.deb
149149 package_cloud push $(PACKAGECLOUD_REPOSITORY ) /debian/stretch build/deb/$(NAME ) _$(VERSION ) _all.deb
150150 package_cloud push $(PACKAGECLOUD_REPOSITORY ) /debian/buster build/deb/$(NAME ) _$(VERSION ) _all.deb
151151 package_cloud push $(PACKAGECLOUD_REPOSITORY ) /debian/bullseye build/deb/$(NAME ) _$(VERSION ) _all.deb
152+ package_cloud push $(PACKAGECLOUD_REPOSITORY ) /raspbian/buster build/deb/$(NAME ) _$(VERSION ) _all.deb
152153
153154release-packagecloud-rpm : build/rpm/$(NAME ) -$(VERSION ) -1.x86_64.rpm
154155 package_cloud push $(PACKAGECLOUD_REPOSITORY ) /el/7 build/rpm/$(NAME ) -$(VERSION ) -1.x86_64.rpm
Original file line number Diff line number Diff line change 11{
22 "name" : " sshcommand" ,
3- "version" : " 0.14.0 " ,
3+ "version" : " 0.14.1 " ,
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" ,
You can’t perform that action at this time.
0 commit comments