8000 [deckhouse] add module version to module source by ipaqsa · Pull Request #13128 · deckhouse/deckhouse · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[deckhouse] add module version to module source #13128

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

Merged
merged 14 commits into from
May 7, 2025
Merged

Conversation

ipaqsa
Copy link
Member
@ipaqsa ipaqsa commented Apr 21, 2025

Description

It provides module version for module source.

Why do we need it, and what problem does it solve?

Help to learn module versions in modules sources.

root@dev-master-0:~# k get ms test -oyaml
apiVersion: deckhouse.io/v1alpha1
kind: ModuleSource
metadata:
  creationTimestamp: "2025-03-19T10:32:06Z"
  finalizers:
  - modules.deckhouse.io/module-exists
  - modules.deckhouse.io/release-exists
  generation: 1
  name: test
...
status:
  message: ""
  modules:
  - name: csi-yadro-tatlin-unified
    version: unknown
  - name: data-exporter
    version: unknown
  - checksum: sha256:e66cfcec0dec60a3f0a3d6dc59be7bc31090f8ad15d8fb961d5df9cc9c2eedf1
    name: development-platform
    version: v0.1.1
  - name: managed-postgres
    version: unknown
  - name: observability
    version: unknown
  - checksum: sha256:f0678a62316dd5debd6d22601270ace0c3e9b617a2db413659dfd960a1cdb944
    name: prompp
    version: v0.0.0-394f09b0
  - name: sds-elastic
    version: unknown
  - name: sds-local-volume
    version: unknown
  - name: sds-node-configurator
    version: unknown
  - name: sds-replicated-volume
    version: unknown
  - name: secrets-store-integration
    version: unknown
  - checksum: sha256:ebaffe13dc04a3cc9790c695168c5d930d4ca359c41f3f62e24fe073424c50d9
    name: stronghold
    version: v1.15.2
  - name: virtualization
    version: unknown
  modulesCount: 2
  phase: Active
  syncTime: "2025-04-21T18:39:41Z"

Checklist

  • The code is covered by unit tests.
  • e2e tests passed.
  • Documentation updated according to the changes.
  • Changes were tested in the Kubernetes cluster manually.

Changelog entries

section: deckhouse
type: chore
summary: Added module version to module source.

@ipaqsa ipaqsa added this to the v1.70.0 milestone Apr 21, 2025
@ipaqsa ipaqsa self-assigned this Apr 21, 2025
@github-actions github-actions bot added area/core Pull requests that update core modules go Pull requests that update Go code area/api-change Pull requests that api changing labels Apr 21, 2025
@ipaqsa ipaqsa marked this pull request as ready for review April 21, 2025 18:42
@ipaqsa ipaqsa requested a review from ldmonster May 5, 2025 14:42
@ipaqsa ipaqsa marked this pull request as draft May 5, 2025 15:23
ipaqsa added 8 commits May 6, 2025 13:17
Signed-off-by: Stepan Paksashvili <stepan.paksashvili@flant.com>
Signed-off-by: Stepan Paksashvili <stepan.paksashvili@flant.com>
Signed-off-by: Stepan Paksashvili <stepan.paksashvili@flant.com>
Signed-off-by: Stepan Paksashvili <stepan.paksashvili@flant.com>
Signed-off-by: Stepan Paksashvili <stepan.paksashvili@flant.com>
Signed-off-by: Stepan Paksashvili <stepan.paksashvili@flant.com>
Signed-off-by: Stepan Paksashvili <stepan.paksashvili@flant.com>
Signed-off-by: Stepan Paksashvili <stepan.paksashvili@flant.com>
@ipaqsa ipaqsa force-pushed the feature/add-version-to-ms branch from 690775c to 9c7448b Compare May 6, 2025 10:24
ipaqsa added 6 commits May 6, 2025 13:33
Signed-off-by: Stepan Paksashvili <stepan.paksashvili@flant.com>
Signed-off-by: Stepan Paksashvili <stepan.paksashvili@flant.com>
Signed-off-by: Stepan Paksashvili <stepan.paksashvili@flant.com>
Signed-off-by: Stepan Paksashvili <stepan.paksashvili@flant.com>
Signed-off-by: Stepan Paksashvili <stepan.paksashvili@flant.com>
Signed-off-by: Stepan Paksashvili <stepan.paksashvili@flant.com>
@ipaqsa ipaqsa marked this pull request as ready for review May 6, 2025 20:01
@yalosev yalosev merged commit ddc25b9 into main May 7, 2025
73 of 75 checks passed
@yalosev yalosev deleted the feature/add-version-to-ms branch May 7, 2025 12:06
Lada7878 pushed a commit that referenced this pull request May 13, 2025
Signed-off-by: Stepan Paksashvili <stepan.paksashvili@flant.com>
morhayn pushed a commit that referenced this pull request May 14, 2025
Signed-off-by: Stepan Paksashvili <stepan.paksashvili@flant.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/api-change Pull requests that api changing area/core Pull requests that update core modules go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
0