Skip to content

Releases: snowplow/snowplow-mini

0.6.1/gcp/xlarge

01 Jul 13:30
Compare
Choose a tag to compare

0.6.1 focuses on bringing the project to a more durable state by fixing some bugs and updating some internal components.

Bug fixes

  • Fix enrichment upload mechanism (#194)
  • Fix initialization of dockerized services (#182)

Updates

  • Overhaul build process (#195)
  • Bump Stream Enrich to 0.21.0 (#198)
  • Remove the PII default enrichment (#193)
  • Add iglu central mirror to the resolver (#185)
  • Bump UI dependencies' versions (#196)
  • Bump base Ubuntu image to 16.04 (#190)

Other

  • Correct 0.6.0 release date in CHANGELOG (#179)

0.6.1/gcp/large

01 Jul 13:30
Compare
Choose a tag to compare

0.6.1 focuses on bringing the project to a more durable state by fixing some bugs and updating some internal components.

Bug fixes

  • Fix enrichment upload mechanism (#194)
  • Fix initialization of dockerized services (#182)

Updates

  • Overhaul build process (#195)
  • Bump Stream Enrich to 0.21.0 (#198)
  • Remove the PII default enrichment (#193)
  • Add iglu central mirror to the resolver (#185)
  • Bump UI dependencies' versions (#196)
  • Bump base Ubuntu image to 16.04 (#190)

Other

  • Correct 0.6.0 release date in CHANGELOG (#179)

0.6.1/aws/xxlarge

01 Jul 13:30
Compare
Choose a tag to compare

0.6.1 focuses on bringing the project to a more durable state by fixing some bugs and updating some internal components.

Bug fixes

  • Fix enrichment upload mechanism (#194)
  • Fix initialization of dockerized services (#182)

Updates

  • Overhaul build process (#195)
  • Bump Stream Enrich to 0.21.0 (#198)
  • Remove the PII default enrichment (#193)
  • Add iglu central mirror to the resolver (#185)
  • Bump UI dependencies' versions (#196)
  • Bump base Ubuntu image to 16.04 (#190)

Other

  • Correct 0.6.0 release date in CHANGELOG (#179)

0.6.1/aws/xlarge

01 Jul 13:29
Compare
Choose a tag to compare

0.6.1 focuses on bringing the project to a more durable state by fixing some bugs and updating some internal components.

Bug fixes

  • Fix enrichment upload mechanism (#194)
  • Fix initialization of dockerized services (#182)

Updates

  • Overhaul build process (#195)
  • Bump Stream Enrich to 0.21.0 (#198)
  • Remove the PII default enrichment (#193)
  • Add iglu central mirror to the resolver (#185)
  • Bump UI dependencies' versions (#196)
  • Bump base Ubuntu image to 16.04 (#190)

Other

  • Correct 0.6.0 release date in CHANGELOG (#179)

0.6.1/aws/large

01 Jul 13:28
Compare
Choose a tag to compare

0.6.1 focuses on bringing the project to a more durable state by fixing some bugs and updating some internal components.

Bug fixes

  • Fix enrichment upload mechanism (#194)
  • Fix initialization of dockerized services (#182)

Updates

  • Overhaul build process (#195)
  • Bump Stream Enrich to 0.21.0 (#198)
  • Remove the PII default enrichment (#193)
  • Add iglu central mirror to the resolver (#185)
  • Bump UI dependencies' versions (#196)
  • Bump base Ubuntu image to 16.04 (#190)

Other

  • Correct 0.6.0 release date in CHANGELOG (#179)

Version 0.6.0

08 Aug 17:22
Compare
Choose a tag to compare

GCP support, 3 new sizes and migration to Docker

New feature

  • Bump Stream Enrich to 0.18.0 (#174)
  • Publish mini to bigger instance types (#173)
  • Add publication of image for Google Compute Engine (#36)
  • Add support for external Postgres for Iglu Server (#154)
  • Assemble the apps using Docker Compose (#23)
  • Expose nsqadmin UI (#144)
  • Add gitter badge (#157)

Under the hood

  • Extend copyright to 2018 (#164)
  • Install NTP (#167)
  • Fix typo in README (#160)
  • Update example user_data.sh (#148)
  • Add ami-factory credentials to .travis.yml (#143)
  • Ensure Stream Enrich resolver uses cacheTtl of one (#137)

Version 0.5.0

29 May 14:55
ad6cecf
Compare
Choose a tag to compare

Upgrade Stream Enrich to enable the PII enrichment and enable log rotation

New feature

  • Bump Stream Enrich to 0.16.1 (#161)

Bug fix

  • Add log rotation for internal services to prevent out of disk issues (#151)

Under the hood

  • Bump Packer to 1.2.3 (#163)
  • Update base Ubuntu AMI being used (#147)
  • Make build process of Caddy deterministic (#158)

Version 0.4.0

21 Dec 17:48
ded5124
Compare
Choose a tag to compare

Migrate to NSQ and add new Control Plane functionalities

New features

  • Add Control Plane API call to write domain name to Caddyfile for automatic TLS (#118)
  • Add Control Plane API call to change username and password for basic HTTP authentication (#117)
  • Add Control Plane API call to add apikey for Iglu authentication (#116)
  • Add Control Plane API call to put your own custom enrichments in Snowplow Mini (#66)
  • Add Control Plane API call to add external Iglu schema registry to Snowplow Mini (#62)
  • Add Control Plane API call to return the Snowplow Mini version (#128)
  • Show Control Plane notifications in-page using react-alert (#119)
  • Create index mappings on bootstrap (#104)

Bug fix

  • Ensure UI links adhere to the current protocol being used (#127)

Under the hood

  • Switch to using NSQ rather than named pipes (#24)
  • Bump JavaScript Tracker to 2.8.2 (#71)
  • Use Caddy instead of Nginx for serving the Snowplow Mini dashboard (#130)
  • Add libffi-dev, libssl-dev, python-dev and markupsafe as dependencies (#133)
  • Refactor user_data.sh script to use Control Plane API (#113)

Deployment

  • Use "wait_for" module instead of "pause" in ansible roles (#125)
  • Update build process to build Caddy from source (#132)
  • Upgrade pip version when launching vagrant box (#139)

Version 0.3.0

30 Aug 09:39
Compare
Choose a tag to compare

Makes Snowplow Mini more ergonomic, with the newly bundled Control Plane, and more secure, with built-in SSL support, courtesy of Caddy, plus HTTP authorization

New features

  • Upgrade Snowplow services to R85 (#81)
  • Enable third-party cookie set by collector (#93)
  • Have Snowplow Mini run the basic enrichments as standard (#64)
  • Add API call to Control Plane to clear schema cache without resetting the box (#82)
  • Authenticate Iglu schema registry access from Stream Enrich (#92)
  • Deploy Caddy so that each app is on an authenticated sub-path (#12)
  • Add button in UI to restart all services (#59)
  • Add domain name to Caddyfile for TLS via user_data.sh (#105)
  • Get username and password for basic authentication via user_data.sh (#107)

Deployment

  • Update to Packer 0.10.0+ and convert shell scripts to ansible playbooks (#52)

Under the hood

  • Remove legacy iglu_server_upload.sh script (#58)

Version 0.2.2

21 Mar 09:27
Compare
Choose a tag to compare

AWS Deployment

  • Update Packerfile to deploy to all available regions (#75)

Documentation

  • Fix README formatting (#76)