Skip to content

Commit

Permalink
Merge pull request #12 from instacart/christoudias-announce-new-tools
Browse files Browse the repository at this point in the history
Announce New Tooling Changes
  • Loading branch information
christoudias authored Apr 26, 2022
2 parents 7c26f4f + af611ae commit caebe69
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions app/views/layouts/pg_hero/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@
<%= link_to "PgHero", root_path %>
<% end %>
</div>
<div class="alert alert-success" style="background-color: #fcfb95;color: #666;">
<p>
Beta test our improved tooling and dashboards! Check out the new <a href="https://instacart.datadoghq.com/databases" style="color: #336699;text-decoration: underline;font-weight: bold;">Datadog Postgres tooling</a> to see everything in PGHero and more.
</p>
<p>
Share feedback at <b>#eng-data-postgres</b>
</p>
</div>

<div class="grid">
<div class="col-3-12">
Expand Down
2 changes: 1 addition & 1 deletion lib/pghero/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PgHero
VERSION = "2.8.1"
VERSION = "2.8.3"
end

0 comments on commit caebe69

Please sign in to comment.