Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package terragrunt for openSUSE:Factory 
checked in at 2022-10-18 12:45:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/terragrunt (Old)
 and      /work/SRC/openSUSE:Factory/.terragrunt.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "terragrunt"

Tue Oct 18 12:45:38 2022 rev:16 rq:1029642 version:0.39.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/terragrunt/terragrunt.changes    2022-10-08 
01:23:29.385990865 +0200
+++ /work/SRC/openSUSE:Factory/.terragrunt.new.2275/terragrunt.changes  
2022-10-18 12:46:01.629864065 +0200
@@ -1,0 +2,9 @@
+Tue Oct 18 05:10:42 UTC 2022 - ka...@b1-systems.de
+
+- Update to version 0.39.2:
+  * Navbar we are hiring fix (#2321)
+  * navbar - update we are hiring (#2313)
+  * Fix a mistake in markdown (#2303)
+  * fix typo. (#2307)
+
+-------------------------------------------------------------------

Old:
----
  terragrunt-0.39.1.tar.gz

New:
----
  terragrunt-0.39.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ terragrunt.spec ++++++
--- /var/tmp/diff_new_pack.LZl58q/_old  2022-10-18 12:46:02.641866368 +0200
+++ /var/tmp/diff_new_pack.LZl58q/_new  2022-10-18 12:46:02.645866378 +0200
@@ -19,7 +19,7 @@
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
 Name:           terragrunt
-Version:        0.39.1
+Version:        0.39.2
 Release:        0
 Summary:        Thin wrapper for Terraform for working with multiple Terraform 
modules
 License:        MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.LZl58q/_old  2022-10-18 12:46:02.681866459 +0200
+++ /var/tmp/diff_new_pack.LZl58q/_new  2022-10-18 12:46:02.685866469 +0200
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/gruntwork-io/terragrunt</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v0.39.1</param>
+    <param name="revision">v0.39.2</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
     <param name="versionrewrite-pattern">v(.*)</param>
@@ -16,7 +16,7 @@
     <param name="compression">gz</param>
   </service>
   <service name="go_modules" mode="disabled">
-    <param name="archive">terragrunt-0.39.1.tar.gz</param>
+    <param name="archive">terragrunt-0.39.2.tar.gz</param>
   </service>
 </services>
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.LZl58q/_old  2022-10-18 12:46:02.705866514 +0200
+++ /var/tmp/diff_new_pack.LZl58q/_new  2022-10-18 12:46:02.709866523 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/gruntwork-io/terragrunt</param>
-              <param 
name="changesrevision">28cf05526b861b6bbc51f5a6b2bbc4728ed87204</param></service></servicedata>
+              <param 
name="changesrevision">331dcc17f5b4947b4edad4e6f296699ac36ca0f8</param></service></servicedata>
 (No newline at EOF)
 

++++++ terragrunt-0.39.1.tar.gz -> terragrunt-0.39.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terragrunt-0.39.1/docs/_docs/02_features/inputs.md 
new/terragrunt-0.39.2/docs/_docs/02_features/inputs.md
--- old/terragrunt-0.39.1/docs/_docs/02_features/inputs.md      2022-10-05 
19:44:17.000000000 +0200
+++ new/terragrunt-0.39.2/docs/_docs/02_features/inputs.md      2022-10-18 
02:52:19.000000000 +0200
@@ -51,6 +51,6 @@
 
   - `terraform.tfvars.json` file, if present.
 
-  - Any `.auto.tfvars`/`</emphasis>.auto.tfvars.json` files, processed in 
order of their filenames.
+  - Any `*.auto.tfvars`/`*.auto.tfvars.json` files, processed in order of 
their filenames.
 
   - Any `-var`/`-var-file` options on the command line, in the order they are 
provided.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/terragrunt-0.39.1/docs/_docs/02_features/work-with-multiple-aws-accounts.md 
new/terragrunt-0.39.2/docs/_docs/02_features/work-with-multiple-aws-accounts.md
--- 
old/terragrunt-0.39.1/docs/_docs/02_features/work-with-multiple-aws-accounts.md 
    2022-10-05 19:44:17.000000000 +0200
+++ 
new/terragrunt-0.39.2/docs/_docs/02_features/work-with-multiple-aws-accounts.md 
    2022-10-18 02:52:19.000000000 +0200
@@ -3,7 +3,7 @@
 title: Work with multiple AWS accounts
 category: features
 categories_url: features
-excerpt: Learn how the Terragrunt may help you to work with mulitple AWS 
accounts.
+excerpt: Learn how the Terragrunt may help you to work with multiple AWS 
accounts.
 tags: ["AWS", "Use cases", "CLI", "AWS IAM"]
 order: 225
 nav_title: Documentation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terragrunt-0.39.1/docs/_includes/navbar.html 
new/terragrunt-0.39.2/docs/_includes/navbar.html
--- old/terragrunt-0.39.1/docs/_includes/navbar.html    2022-10-05 
19:44:17.000000000 +0200
+++ new/terragrunt-0.39.2/docs/_includes/navbar.html    2022-10-18 
02:52:19.000000000 +0200
@@ -14,6 +14,7 @@
       </div>
       <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-2">
         <ul class="nav navbar-nav navbar-right">
+          <li><a href="https://gruntwork.io/careers";><span 
class="new-label">NEW</span>We're Hiring!</a></li>
           <li><a href="{{site.baseurl}}/docs/getting-started/install" 
ga-on="click" ga-event-category="nav-{{ page.path | slugify }}" 
ga-event-action="install-terragrunt">Install</a></li>
           <li><a href="{{site.baseurl}}/docs/getting-started/quick-start" 
ga-on="click" ga-event-category="nav-{{ page.path | slugify }}" 
ga-event-action="quick-start">Quick Start</a></li>
           <li><a href="{{site.baseurl}}/docs/" ga-on="click" 
ga-event-category="nav-{{ page.path | slugify }}" 
ga-event-action="docs">Docs</a></li>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terragrunt-0.39.1/docs/assets/css/global.scss 
new/terragrunt-0.39.2/docs/assets/css/global.scss
--- old/terragrunt-0.39.1/docs/assets/css/global.scss   2022-10-05 
19:44:17.000000000 +0200
+++ new/terragrunt-0.39.2/docs/assets/css/global.scss   2022-10-18 
02:52:19.000000000 +0200
@@ -738,6 +738,27 @@
   border-left: 2px solid #194C5F;
 }
 
+.navbar-nav {
+  li {
+    &:first-child {
+      a {
+        display: flex;
+        span {
+          margin-right: 12px;
+          padding: 0;
+          background: linear-gradient(101.84deg, #FE3162 2.31%, #FF4F47 
98.56%);
+          border-radius: 3.5px;
+          font-weight: 600;
+          min-width: 52px;
+          display: flex;
+          align-items: center;
+          justify-content: center;
+        }
+      }
+    }
+  }
+}
+
 @media (min-width: 768px) {
   .dropdown:hover .dropdown-menu {
     display: block;

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/terragrunt/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.terragrunt.new.2275/vendor.tar.gz differ: char 5, 
line 1

Reply via email to