docs(posts): reflect the cloud-native-ref refactor in past-year posts (EN/FR) - #110
Merged
Merged
Conversation
…/fr) - cnref.ogenki.io is now the main link when referring to the project; GitHub demoted to a secondary source link - Crossplane composition links moved to the new Smana/crossplane-configuration repo (apis/<name>/kcl layout, ghcr.io/smana/crossplane-configuration-* packages) - Mention AWS EKS + GCP GKE support where the platform is described - Replace dead links: llm-platform-future-paths.md -> AI platform roadmap, postgresql-monitoring-architecture.md -> docs page, docs/decisions -> docs ADRs
The compositions this 2023 post quotes were rewritten in KCL and moved to Smana/crossplane-configuration, so the file links 404'd (and the two that still resolved had drifted away from the snippets shown in the post). - Pin every file/directory link to 3d095df, the commit at publication time, so each caption shows the exact code quoted below it - Follow the demo-cloud-native-ref -> cloud-native-ref rename; the bare "here is the repo" links stay on live main - Fix a mislabelled caption: the SecurityGroupIngressRule / CIDRBlock block comes from sql-instance-composition.yaml (L85-L105), not irsa-composition.yaml - Note in the Sources callout that links are pinned, and point readers to crossplane-configuration for the current compositions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
cloud-native-refnow has its own documentation site (cnref.ogenki.io) and the Crossplane compositions were extracted into a dedicated repo (Smana/crossplane-configuration). This updates the six posts from the past year (EN + FR) so their links and descriptions match the current state of the project.Changes
Smana/crossplane-configuration(apis/<name>/kcllayout,ghcr.io/smana/crossplane-configuration-*packages) instead of the oldinfrastructure/base/crossplane/configuration/kcl/...paths.docs/llm-platform-future-paths.md→ AI platform roadmapdocs/postgresql-monitoring-architecture.md→ docs pagedocs/decisions/→ ADRs on the docs siteCLAUDE.mdmentions now deep-link to the file itself#L62-L338anchor on the Vector config linkPosts touched (EN + FR in parity)
ai-coding-agentai-coding-tipsllm-self-hosted-stacklogspostgresqlrunloreVerification
github.com/Smana/*andcnref.ogenki.iolinks in the touched files return 200.ghcr.io/smana/crossplane-configuration-aws:v0.4.1confirmed present in the registry (latest tag).apis/inferenceservice/kcl/main_test.k,apis/sqlinstance,apis/appconfirmed in thecrossplane-configurationtree.hugo --minifybuilds clean.Follow-up commit:
crossplane_composition_functions(2023-12-23)Same rot, older post. Its captions link to files that were rewritten in KCL and moved out of the repo, so 5 of the 8 source links 404'd — and the 2 that still resolved had drifted away from the snippets shown in the post (
environmentconfig.yamlis nowv1beta1with acloud:key; the post quotesv1alpha1without it).Pointing these at the current KCL compositions would break the caption↔snippet contract — the code would look nothing like what the post shows. So they're pinned to
3d095df, the commit from the day before publication, where all five paths exist with content matching the quoted blocks exactly (#L150still lands precisely on thetransforms:line).3d095df; bare "here is the repo" links follow thedemo-cloud-native-ref→cloud-native-refrename and stay on livemain.SecurityGroupIngressRule/CIDRBlockblock is attributed toirsa-composition.yaml, but that file is about IAM roles — the block actually lives insql-instance-composition.yamlat L85-L105. Retargeted with an anchor.crossplane-configurationfor the current compositions.All 9
Smana/*links in the two files return 200;hugo --minifybuilds clean.