Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Releases: riotkit-org/riotkit-harbor

Bugfix + feature release

07 Dec 06:23
Compare
Choose a tag to compare
  • Uses RKD 2.3.4
  • Contains various fixes in deployment component, added :deployment:ssh task - #28
  • #31 Fix compatibility with some of the SSH keys

Bugfix release #1

23 Aug 07:30
Compare
Choose a tag to compare

First bugfix release on v2.0

Resolves:

First stable release on RKD

17 Aug 21:41
Compare
Choose a tag to compare
v2.0.0

Bump RKD

RC3 - deployment module fixes, added json schema

30 Jul 06:52
Compare
Choose a tag to compare

Hi,

This RC release adds a lot of smaller fixes to the deployment module basing on the practice usage on production - yes we try to implement it on production in RC stage.

The release also brings the JSON schema support for the deployment.yml files.

Screenshot_2020-07-30_08-48-31

v2.0 RC3

21 Jul 05:24
Compare
Choose a tag to compare
v2.0 RC3 Pre-release
Pre-release
  • Bumped container versions, added COMPOSE_VERSION variable to default .env

v2.0 RC2

20 Jul 10:29
Compare
Choose a tag to compare
v2.0 RC2 Pre-release
Pre-release

Hello, we are happy to announce that we are testing a Harbor 2.0 rewritten into Python + RKD + RKD Coop.

We expect to release the stable very soon.

With solidarity,
RiotKit
Anarchist tech collective

v2.0.0.0rc1

20 Jul 10:28
525918f
Compare
Choose a tag to compare
v2.0.0.0rc1 Pre-release
Pre-release
Update features.rst

Fixed basic auth support

02 May 12:59
Compare
Choose a tag to compare

This release brings mostly fixed support for basic auth in NGINX gateway service.

First stable release

06 Nov 06:48
Compare
Choose a tag to compare

Changes:

  • Update/bootstrap script
  • NGINX based webserver in front of everything, with help of docker-gen is able to dynamically connect containers to domains. Supports auto-renewed SSL from letsencrypt

First version (based on Traefik)

10 Oct 05:55
Compare
Choose a tag to compare
Pre-release
  • Complete environment management via Makefile
  • Traefik service discovery
  • Traefik automatic SSL with Letsencrypt
  • Deployment type: Automatic deployment via webhook (eg. docker pull & docker restart service)
  • Deployment type: Having mounted eg. PHP applications as volumes into apache/nginx + php containers and doing git pull on the repositories to update to a new version
  • Updater