This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
Releases: SUSE/Portus
Releases · SUSE/Portus
2.0.2
2.0.1
- Paginate through the catalog properly. See commit.
- Do not remove all the repos if fetching one fails. See commit.
- Fixed SMTP setup. See commit.
- Don't let crono overflow the
log
column on the DB. See commit. - Show the actual LDAP error on invalid login. See commit.
- Fixed the location of crono logs. See commit.
- Always use relative paths. See commit.
- Set RUBYLIB when using portusctl. See commit.
- Don't count hidden teams on the admin panel. See commit.
- Warn developers on unsupported docker-compose versions. See commit.
- Directly invalidate LDAP logins without name and password. See commit.
- Don't show the "I forgot my password" link on LDAP. See commit.
- Small random fixes:
2.0.0
Changelog
- Portus will now check whether a Registry is reachable or not.
See PR #437. - Namespaces and teams have a description field. See PR
#383. - Second UI iteration. See pull requests:
#445,
#447 and
#462. - Repositories contained in public namespaces are now pullable even for
non-logged in users: PR #468. - SUSE RPM: provide
portusctl
tool to simplify the initial setup of Portus - Portus will now lock users' accounts that have failed too many times on
login. See PR #330. - Added a mechanism of password recovery in case users forget about their
password. See PR #325. - Set admin user from a rake task and disable first-user is admin. See PR #314
- Added a configuration option to specify the expiration time for JWT tokens
issued by Portus. See PR 518. - Review requirements and provides in the RPM
PR #277,
PR #278,
PR #280,
PR #273, - Add configure scripts for the RPM and use environment variables for
production. See:
PR #299,
PR #298,
PR #281 - Check run time requirements like ssl, secrets. See
PR #297,
PR #286 - Update uglifier gem for fixing a security issue (OSVDB-126747)
PR #292 - Introduced LDAP support. See the initial PR #301.
Multiple PRs followed to bring LDAP support to a proper state (see
this). - Users will not be able to create namespaces without a Registry currently
existing. - PhantomJS is now being used in the testing infrastructure. See the following
pull requests: #193,
#194,
#213,
#216,
#219. - The namespace page now shows the creation date. See PR
#229. - There have been some fixes on the search feature. See
#223 and
#224. - Hidden teams are no longer able to create namespaces. See PR
#220. - Added the pagination feature. See PR #232.
- Some initial steps have been done towards running Portus inside docker. See
PR #212. - Added the appliance tests. See PR #208.
- Star/Unstar repositories. See PR #230
and #294. - Now users can be enabled/disabled. See PR #240.
- Fixed the authentication process for Docker 1.8. See PR
#282. - Added icons to the following tables: teams and members. See PR
#388. - And some fixes here and there.