Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update dependencies and changelog #104

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
100 changes: 62 additions & 38 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,28 @@
<!-- markdownlint-disable MD012 MD024 -->
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!-- CHANGELOGGER -->

## [1.3.1] - 2023-11-08

### Feature change (2 changes)

- Update version of alpine and upgrade php and composer
- Update changelog

## [1.3.0] - 2023-01-31

### Feature change (3 changes)

- Bump actions/checkout from 2 to 3 by @dependabot in #93
- PR New Features HTTPS Detection, Intelephense License, Gitpod GPG Support by @strausmann in #94
- Fix version of alpine and upgrade php and composer by @jdel in #100

## [1.2.1] - 2022-03-16

### Feature removal (1 change)
Expand All @@ -24,7 +41,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added automatic activate the intelephense license (props Björn Strausmann)
- Added optimize the detection of https requrest (props Björn Strausmann)


## [1.2.0] - 2022-02-19

### Feature change (2 changes)
Expand All @@ -34,90 +50,98 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix/update alpine php by @jdel in #90
- Migrate to Github Actions by @jdel in #91

## [1.1.6] - 2021-07-19
## [1.1.6] - 2021-07-19

### Added

* Support for DSM 7
* Support for locales
* Add GitPod Support [@strausmann](https://github.com/strausmann)
* Update with all new models [@strausmann](https://github.com/strausmann)
- Support for DSM 7
- Support for locales
- Add GitPod Support [@strausmann](https://github.com/strausmann)
- Update with all new models [@strausmann](https://github.com/strausmann)

### Changed

* Description for Docker ENV added to the `README.md`
* Update with all new models
* Added new x86_64 avoton models (#60) [@eburud](https://github.com/eburud)
- Description for Docker ENV added to the `README.md`
- Update with all new models
- Added new x86_64 avoton models (#60) [@eburud](https://github.com/eburud)

## [1.1.3] - 2018-07-25

### Added

* Add missing support_url and auto_upgrade_from fields [@MartinRothschink](https://github.com/MartinRothschink) (PR #55)
* Add more envirinment variables to override configuration (for use with docker)
- Add missing support_url and auto_upgrade_from fields [@MartinRothschink](https://github.com/MartinRothschink) (PR #55)
- Add more envirinment variables to override configuration (for use with docker)

### Changed

* Upgrade Docker to jdel/alpine:3.8, php7, composer 1.6.5, remove supervisor, change volumes to `/packages` and `/cache`
* Update `README` with docker instructions
* Update synology models (#50) [@4sag](https://github.com/4sag)

- Upgrade Docker to jdel/alpine:3.8, php7, composer 1.6.5, remove supervisor, change volumes to `/packages` and `/cache`
- Update `README` with docker instructions
- Update synology models (#50) [@4sag](https://github.com/4sag)

## [1.1.2] - 2018-01-19

### Added

* Implement qflags logic + some scrutinizer bits
- Implement qflags logic + some scrutinizer bits

## [1.1.1] - 2017-08-15

### Added

* Add version info from env variables (#41)
- Add version info from env variables (#41)

Override from ENV variables:

- site.name (SSPKS_SITE_NAME)
- site.theme (SSPKS_SITE_THEME)
- site.redirectindex (SSPKS_SITE_REDIRECTINDEX)
- site.name (SSPKS_SITE_NAME)
- site.theme (SSPKS_SITE_THEME)
- site.redirectindex (SSPKS_SITE_REDIRECTINDEX)

And please Scrutinizer.
### Changed

* Minor update mostly useful for Docker.
### Changed

- Minor update mostly useful for Docker.

## [1.1.0] - 2017-05-15

### Added

* A License
* Automated builds, tests and ci
* Facelift with Material Design
- A License
- Automated builds, tests and ci
- Facelift with Material Design

### Changed

* Updated models
* Extracted files are put in a cache/ dir
* Locales support for packages display name and description (#47)
* Locales in pkg name & description JSON result
* Fixed tests
* Scrutinizer didn't like string interpolation
* JsonOutput $langue default to 'enu'
* Docker image
- Updated models
- Extracted files are put in a cache/ dir
- Locales support for packages display name and description (#47)
- Locales in pkg name & description JSON result
- Fixed tests
- Scrutinizer didn't like string interpolation
- JsonOutput $langue default to 'enu'
- Docker image

## [1.0.0] - 2017-04-04

### Added

* Make Scrutinizer happy.
- Make Scrutinizer happy.

## [0.2.0] - 2017-01-16

### Changed

* Fix Dockerfile
- Fix Dockerfile

## [0.1.0] - 2017-01-16

### Changed

* Fix Dockerfile
- Fix Dockerfile

## [0.0.1] - 2013-04-12

### Added

* Initial version. Base functionality is there.
* Requires more work on HTML5/CSS3 design.
- Initial version. Base functionality is there.
- Requires more work on HTML5/CSS3 design.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.17
FROM alpine:3.18
LABEL maintainer="Julien Del-Piccolo <[email protected]>"
LABEL branch=${BRANCH}
LABEL commit=${COMMIT}
Expand All @@ -11,7 +11,7 @@ RUN apk update && apk add --no-cache ca-certificates curl apache2 php81-apache2
&& apk add --virtual=.build-dependencies openssl php81 php81-openssl php81-iconv php81-mbstring git \
&& ln -sf /usr/bin/php81 /usr/local/bin/php \
&& rm -f /var/www/localhost/htdocs/index.html \
&& curl -sSL https://getcomposer.org/download/2.5.1/composer.phar -o /usr/local/bin/composer \
&& curl -sSL https://getcomposer.org/download/2.6.5/composer.phar -o /usr/local/bin/composer \
&& chmod +x /usr/local/bin/composer \
&& cd /var/www/localhost/htdocs \
&& composer install --no-dev \
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.6
1.3.1
2 changes: 1 addition & 1 deletion _syno_package/INFO
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package="sspks"
version=""
version="1.3.1"
description="A very simple Synology Package Server, reverse engineered from the official Synology package repository and SynoCommunity."
description_fre="Un serveur de packages Synology tres simple, calqué sur le fonctionnement du repository Synology et Synocommunity."
maintainer="Jdel.org"
Expand Down
Loading