Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Get markdownlint func from proper module, update Hugo etc #6062

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chalin
Copy link
Contributor

@chalin chalin commented Jan 24, 2025


Diff in generated site files:

$ (cd public && git diff -bw --ignore-blank-lines -I 'background-image|hero-as-background' -I 'Hugo 0.14' -- . ':(exclude)*.xml') | grep ^diff
diff --git a/blog/2024/otel-operator-q-and-a/index.html b/blog/2024/otel-operator-q-and-a/index.html
diff --git a/fr/docs/zero-code/python/logs-example/index.html b/fr/docs/zero-code/python/logs-example/index.html
diff --git a/homepage-hero-as-background_hu13043826424429285166.jpg b/homepage-hero-as-background_hu13043826424429285166.jpg
diff --git a/homepage-hero-as-background_hu89650641306215219.jpg b/homepage-hero-as-background_hu89650641306215219.jpg
diff --git a/site/index.html b/site/index.html

Details (the first is the fix for gohugoio/hugo#13286):

diff --git a/blog/2024/otel-operator-q-and-a/index.html b/blog/2024/otel-operator-q-and-a/index.html
index 81574d959c..1da4ebb5b5 100644
--- a/blog/2024/otel-operator-q-and-a/index.html
+++ b/blog/2024/otel-operator-q-and-a/index.html
@@ -886,7 +886,7 @@ Manages deployment of the OpenTelemetry Collector, supported by the OpenTelemetr
   <header class="article-meta">
                
 </header>
-  <img src="/blog/2024/otel-operator-q-and-a/mount-rainier.jpg" alt="Seattles Mount Rainier rising about the clouds, as seen from an airplane. Photo by Adriana Villela"><p>The
+  <img src="/blog/2024/otel-operator-q-and-a/mount-rainier.jpg" alt="Seattle’s Mount Rainier rising about the clouds, as seen from an airplane. Photo by Adriana Villela"><p>The
 <a href="https://github.com/open-telemetry/opentelemetry-operator" target="_blank" rel="noopener" class="external-link">OpenTelemetry (OTel) Operator</a>
 is a
 <a href="https://kubernetes.io/docs/concepts/extend-kubernetes/operator/" target="_blank" rel="noopener" class="external-link">Kubernetes Operator</a>
diff --git a/fr/docs/zero-code/python/logs-example/index.html b/fr/docs/zero-code/python/logs-example/index.html
index 128028c4de..e04f3befa7 100644
--- a/fr/docs/zero-code/python/logs-example/index.html
+++ b/fr/docs/zero-code/python/logs-example/index.html
@@ -1550,7 +1550,7 @@ instrumented logs.</p>
 </span></span><span class="line"><span class="cl">
 </span></span><span class="line"><span class="cl"><span class="nb">export</span> <span class="nv">OTEL_PYTHON_LOGGING_AUTO_INSTRUMENTATION_ENABLED</span><span class="o">=</span><span class="nb">true</span>
 </span></span><span class="line"><span class="cl">opentelemetry-instrument <span class="se">\
-</span></span></span><span class="line"><span class="cl"><span class="se"></span>  --traces_exporter console,otlp <span class="se">\
+</span></span></span><span class="line"><span class="cl"><span class="se"></span><span class="err"> </span> --traces_exporter console,otlp <span class="se">\
 </span></span></span><span class="line"><span class="cl"><span class="se"></span>  --metrics_exporter console,otlp <span class="se">\
 </span></span></span><span class="line"><span class="cl"><span class="se"></span>  --logs_exporter console,otlp <span class="se">\
 </span></span></span><span class="line"><span class="cl"><span class="se"></span>  --service_name python-logs-example <span class="se">\
diff --git a/homepage-hero-as-background_hu13043826424429285166.jpg b/homepage-hero-as-background_hu13043826424429285166.jpg
deleted file mode 100644
index f934adb1d4..0000000000
Binary files a/homepage-hero-as-background_hu13043826424429285166.jpg and /dev/null differ
diff --git a/homepage-hero-as-background_hu89650641306215219.jpg b/homepage-hero-as-background_hu89650641306215219.jpg
deleted file mode 100644
index c4058f7102..0000000000
Binary files a/homepage-hero-as-background_hu89650641306215219.jpg and /dev/null differ
diff --git a/site/index.html b/site/index.html
index a3008f029e..eec11f72f8 100644
--- a/site/index.html
+++ b/site/index.html
@@ -229,7 +229,7 @@ Attribute Value Netlify built false Deploy context local">
 <script>
 document.addEventListener("DOMContentLoaded", function() {
   var options = { hour: '2-digit', hour12: false, minute: '2-digit', timeZoneName: 'short' };
-  var buildDate = new Date("2025-01-23T17:17:08-05:00");
+  var buildDate = new Date("2025-01-23T18:54:11-05:00");
   document.getElementById("local-time").innerText = buildDate.toLocaleString(undefined, options);
 });
 </script>

@chalin chalin added dependencies Pull requests that update a dependency file CI/infra CI & infrastructure labels Jan 24, 2025
@chalin chalin requested a review from a team as a code owner January 24, 2025 00:03
Copy link
Contributor

@tiffany76 tiffany76 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RSLGTM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/infra CI & infrastructure dependencies Pull requests that update a dependency file
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

Markdownlint checking fails with upgrade to 0.37.x
2 participants