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

blog: Announcing Flux 2.3 GA #1953

Merged
merged 11 commits into from
May 13, 2024
Merged

blog: Announcing Flux 2.3 GA #1953

merged 11 commits into from
May 13, 2024

Conversation

stefanprodan
Copy link
Member

@stefanprodan stefanprodan commented May 11, 2024

@stefanprodan stefanprodan added the area/blog Blog related issues and pull requests label May 11, 2024
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
@souleb
Copy link
Member

souleb commented May 11, 2024

There should be a section about the IAC changes.

Image update automation improvements

The New v1beta2 api introduces new status fields status.observedPolicies
and status.observedSourceRevision. These fields are used to store the policies
and source revision that were observed during the last successful image update
operation.

The status sub-resource of the ImageUpdateAutomation example:

status:
...
  observedPolicies:
    podinfo-policy:
      name: ghcr.io/stefanprodan/podinfo
      tag: 4.0.6
  observedSourceRevision: main@sha1:8084f1bb180ac259c6698cd027064b7dce86a72a

A new field .spec.policySelector has been added to the ImageUpdateAutomation
v1beta2 API. The policySelector field can be used to filter the policies
that are applied based on the label selector. The policySelector field is
optional and if not set, all policies of the namespace are applied.

The commit template for the ImageUpdateAutomation has been enhanced by providing
old and new values for the changes made to the files containing the markers.

Automation: default/podinfo-image-update

- File: podinfo-deployment.yaml
  - Object: Deployment/default/podinfo
    Changes:
    - ghcr.io/stefanprodan/podinfo:4.0.6 -> ghcr.io/stefanprodan/podinfo:5.0.3
    - 4.0.6 -> 5.0.3

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
@souleb
Copy link
Member

souleb commented May 12, 2024

another important topic, is the support of notation to verify oci artifact and the cli addition of flux create secret notation .

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
stefanprodan and others added 3 commits May 13, 2024 14:43
Co-authored-by: Sunny <darkowlzz@protonmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
@stefanprodan stefanprodan marked this pull request as ready for review May 13, 2024 12:52
Copy link
Member

@souleb souleb left a comment

Choose a reason for hiding this comment

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

LGTM!

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
@stefanprodan stefanprodan merged commit bc09b53 into main May 13, 2024
5 checks passed
@stefanprodan stefanprodan deleted the blog-flux-v2.3 branch May 13, 2024 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/blog Blog related issues and pull requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants