Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Releases: pacoorozco/probind

Release v0.12.1

08 Apr 11:25
v0.12.1
9a42eb8
Compare
Choose a tag to compare

Changed

  • Bump doctrine/dbal from v2.11 to v2.13.
  • Bump fideloper/proxy from v4.0 to v4.4.
  • Bump larapacks/setting from v2.0 to v2.1.
  • Bump laravel/framework from v6.0 to v6.20.22.
  • Bump laravelcollective/html from v6.0 to v6.2.1.
  • Bump phpseclib/phpseclib from v2.0 to v2.0.31.
  • Bump spatie/laravel-activitylog from v3.8 to v3.17.
  • Bump yajra/laravel-datatables-oracle from v9.0 to v9.17.1.

Release v0.12.0

25 Jan 08:13
v0.12.0
083dc54
Compare
Choose a tag to compare

Added

  • DNS server (w/ SFTP enabled) docker to test push updates. (#89)

Fixed

  • Bug when pushing changes to remote hosts using SFTP. (#89)
  • Bug when building app container. (#93)
  • Pushing updates where not removing pending changes. (#96)

Review CHANGELOG to see changes.

v0.11.0

16 Jan 09:49
v0.11.0
c5f038f
Compare
Choose a tag to compare

Added

  • Zone name validation on creation form. (#16)

Changed

  • Primary/Secondary terminology has adopted instead of master/slave.
  • Zone views to improve readability.

Fixed

  • Composer docker was unable to install dependencies due to missing PHP extension. (#80)
  • bash users couldn't export the UID variable. It has been changed to DOCKER_PROBIND_UID. (#82)

Review CHANGELOG to see changes.

v0.10.0

24 Sep 12:02
v0.10.0
2311089
Compare
Choose a tag to compare

Added

  • Support for Trusted Proxies. You can configure it through environment variables. See config/trustedproxies.php.
  • Added doctrine/dbal to allow database schema changes in migrations.

Changed

  • Update Travis distribution to focal. It has reduced build time by 1 minute.
  • Change default folder for test-coverage reports and package creation to .tmp/.
  • Package creation is now called using composer build.
  • PHP minimum version is now 7.4.
  • Bump laravel/framework from v5.5 to v6.0.
  • Bump laravelcollective/html from v5.6 to v6.0.
  • Bump yajra/laravel-datatables-oracle for v8.0 to v9.0.
  • Bump laravel-nullable-fieldsfrom v1.6 to v2.0.
  • Bump larapacks/setting from v1.0 to v2.0.
  • Bump fzaninotto/faker (dev) from v1.4 to v1.9.1.
  • Bump nunomaduro/collision (dev) from v2.0 to v3.0.
  • Bump phpunit/phpunit (dev) from v7.0 to v8.0.
  • Bump spatie/laravel-activitylog from v1.7 to v3.8. This version implements a new schema on the DB (not-backwards compatible).
  • Refactor code to make it compatible with Laravel 6.x.

Fixed

  • Fix configuration for default environments: .env.example and .env.travis.
  • Fix shellcheck warnings for utils/bumpversion.sh.
  • Fix a bug related with TTL validation error when creating a new record. (#66)
  • Fix small bugs found during upgrades.
  • Fix issue parsing BIND zone files with ; (semi-colon) in resource records. (#67)

Removed

v0.9.8

10 Sep 15:52
v0.9.8
c71e6da
Compare
Choose a tag to compare

This release includes a security bug fix. It's encouraged to update to this version ASAP.

Changed

  • Bump symfony/http-kernel from 4.4.5 to 4.4.13.

Fixed

  • Fix a bug that was keeping passwords in plaintext. (#64)

Upgrading notes

After upgrading to this version you should run php artisan hash-passwords to hash existing plaintext passwords. Otherwise you will not be able to login with any existing user.

See CHANGELOG for more details.

v0.9.7

30 Aug 18:56
v0.9.7
0234532
Compare
Choose a tag to compare

Fixed

  • Fix PHP version on docker. Thanks @thermionic. (#60)
  • Removed manual database migration and seed. It's done by /install endpoint.

See CHANGELOG for more details.

Fix docker-compose

20 Mar 08:47
v0.9.6
bb677de
Compare
Choose a tag to compare
v0.9.6

v0.9.6

Patching some fixes

26 Jan 06:40
v0.9.5
fa05a47
Compare
Choose a tag to compare

Patch a broken link thanks to @marado

v0.9.3

11 Aug 14:25
v0.9.3
Compare
Choose a tag to compare

Upgrade Laravel version to 5.6.33 to solve a security bug

See CHANGELOG for more detailed information.

v0.9.2

23 Jun 07:05
1a0e070
Compare
Choose a tag to compare

Patched version to update tests to Laravel 5.6

See CHANGELOG for more detailed information.