Skip to content

Commit

Permalink
Prepare for 0.12.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyand committed Mar 29, 2021
1 parent 1183890 commit 951985d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
test:
name: Test and publish artifacts
runs-on: ubuntu-latest
runs-on: ubuntu-18.04

steps:
- name: Checkout code
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.12.3 (2021-03-29)
---------------------------
Bump Stream Collector to 2.2.1 (#270)

Version 0.12.2 (2021-02-19)
---------------------------
Replace Gitter button with Discourse button (#261)
Expand Down
4 changes: 2 additions & 2 deletions Packerfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
}
],
"variables": {
"aws_version": "0.12.2",
"gcp_version": "0-12-2",
"aws_version": "0.12.3",
"gcp_version": "0-12-3",
"gcp_image_name": "snowplow-mini-{{user `gcp_version`}}-{{user `sp_mini_size`}}-{{timestamp}}",
"gcp_machine_type": "{{env `GCP_MACHINE_TYPE`}}",
"aws_instance_type": "{{env `AWS_INSTANCE_TYPE`}}",
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.2
0.12.3
2 changes: 1 addition & 1 deletion provisioning/resources/ui/js/components/Overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class Overview extends React.Component<{}, {}> {
</ul>
<h3>The software stack installed: </h3>
<ul>
<li><b>Snowplow Mini 0.12.2</b></li>
<li><b>Snowplow Mini 0.12.3</b></li>
<li>Snowplow Stream Collector NSQ 2.2.1</li>
<li>Snowplow Stream Enrich NSQ 1.4.1</li>
<li>Snowplow Elasticsearch Loader 1.0.0</li>
Expand Down

0 comments on commit 951985d

Please sign in to comment.