Skip to content

Releases: safe-global/safe-config-service

Safe Config Service 2.61.0

15 Aug 14:43
f9d556c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.60.0...v2.61.0

Safe Config Service 2.60.0

07 Aug 11:07
702ed6d
Compare
Choose a tag to compare

What's Changed

  • Backmerge release 2.59.0 by @hectorgomezv in #901
  • Bump django-cors-headers from 4.1.0 to 4.2.0 by @dependabot in #904
  • Bump pillow from 9.5.0 to 10.0.0 by @dependabot in #905
  • Bump docker/setup-buildx-action from 2.8.0 to 2.9.1 by @dependabot in #906
  • Bump boto3 from 1.27.0 to 1.28.3 by @dependabot in #907
  • Bump django-stubs from 4.2.1 to 4.2.3 by @dependabot in #908
  • Bump gunicorn from 20.1.0 to 21.2.0 by @dependabot in #909
  • Bump types-requests from 2.31.0.1 to 2.31.0.2 by @dependabot in #910
  • Make MEDIA_URL configurable by @hectorgomezv in #912
    • This adds an optional MEDIA_URL environment variable to be configured for the service local setup. This won't alter the behavior of the service when using S3 assets storage.

Full Changelog: v2.59.0...v2.60.0

Safe Config Service 2.59.0

06 Jul 15:20
c3a5943
Compare
Choose a tag to compare

What's Changed

Webhooks duplication

  • Support a second Client Gateway URL by @hectorgomezv. Makes it possible to configure a second target for webhooks, so flush endpoints could be called for two different targets, enabling canary-style deployments #900

Other changes

Full Changelog: v2.58.0...v2.59.0

Safe Config Service 2.58.0

04 Jul 13:11
861cdae
Compare
Choose a tag to compare

What's Changed

  • Bump faker from 18.10.1 to 18.11.1 in #886
  • Bump pre-commit from 3.3.2 to 3.3.3 in #885
  • Bump django-cors-headers from 4.0.0 to 4.1.0 in #884
  • Add swagger UI view tests in #888

Full Changelog: v2.57.0...v2.58.0

Safe Config Service 2.57.0

27 Jun 13:48
fc96822
Compare
Choose a tag to compare

What's Changed

  • Bump docker/build-push-action from 4.1.0 to 4.1.1 in #877
  • Bump docker/setup-buildx-action from 2.6.0 to 2.7.0 in #878
  • Bump djangorestframework-stubs from 3.14.0 to 3.14.1 in #879
  • Bump boto3 from 1.26.147 to 1.26.155 in #881

Full Changelog: v2.56.0...v2.57.0

Safe Config Service 2.56.0

20 Jun 11:46
accdf2c
Compare
Choose a tag to compare

What's Changed

  • Remove contact field from Swagger in #876
  • Bump django from 4.2.1 to 4.2.2 in #874
  • Bump django-stubs from 4.2.0 to 4.2.1 in #873
  • Bump types-requests from 2.30.0.0 to 2.31.0.1 in #872
  • Bump docker/setup-buildx-action from 2.5.0 to 2.6.0 in #871
  • Bump docker/login-action from 2.1.0 to 2.2.0 in #870
  • Bump docker/build-push-action from 4.0.0 to 4.1.0 in #869
  • Bump docker/setup-qemu-action from 2.1.0 to 2.2.0 in #868

Full Changelog: v2.55.0...v2.56.0

Safe Config Service 2.55.0

13 Jun 10:14
62e9b22
Compare
Choose a tag to compare

What's Changed

  • Bump django-cors-headers from 3.14.0 to 4.0.0 in #857
  • Bump django-stubs from 1.16.0 to 4.2.0 in #858
  • Bump requests from 2.30.0 to 2.31.0 in #854
  • Bump faker from 18.7.0 to 18.10.1 in #865
  • Bump boto3 from 1.26.137 to 1.26.146 in #863
  • Bump django-stubs-ext from 4.2.0 to 4.2.1 in #862
  • Bump boto3 from 1.26.146 to 1.26.147 in #866
  • Fix parameter substitution in docker-compose.yml in #861
  • Update CLA resource link in #867

Full Changelog: v2.54.0...v2.55.0

Safe Config Service 2.54.0

31 May 12:56
df85d4e
Compare
Choose a tag to compare

What's Changed

  • Bump pillow from 9.4.0 to 9.5.0 in #848
  • Bump faker from 18.6.0 to 18.7.0 in #849
  • Bump types-requests from 2.28.11.17 to 2.30.0.0 in #846
  • Bump pre-commit from 3.2.2 to 3.3.2 in #853
  • Bump django-stubs-ext from 0.8.0 to 4.2.0 in #851
  • Bump boto3 from 1.26.89 to 1.26.137 in #852

Full Changelog: v2.53.0...v2.54.0

Safe Config Service 2.53.0

16 May 09:15
e788721
Compare
Choose a tag to compare

What's Changed

  • Bump django from 4.2 to 4.2.1 in #845
  • Bump requests from 2.28.2 to 2.30.0 in #843
  • Bump pre-commit from 3.2.0 to 3.2.2 in #839
  • Bump faker from 18.4.0 to 18.6.0 in #840
  • Bump djangorestframework-stubs from 1.10.0 to 3.14.0 in #844
  • Bump black from 23.1.0 to 23.3.0 in #838

Full Changelog: v2.52.0...v2.53.0

Safe Config Service 2.52.0

03 May 09:20
4385e13
Compare
Choose a tag to compare

What's Changed

Hide Chain entries

It is now possible to hide individual chain entries without deleting the respective configuration. The hidden status can be toggled,
in the admin panel for the respective chain (Hidden toggle). Enabling this toggle hides the Chain from the public endpoints. #835

Other

  • Bump django-stubs from 1.15.0 to 1.16.0 in #823
  • Bump django from 4.1.7 to 4.2 in #829
  • Bump faker from 17.6.0 to 18.4.0 in #830
  • Bump responses from 0.22.0 to 0.23.1 in #836
  • Bump psycopg2-binary from 2.9.5 to 2.9.6 in #837

Full Changelog: v2.51.0...v2.52.0