You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When releasing to production, there might have been several releases since the last release, but the diff-script only checks current release vs prior release excluding. We need to get a diff between the release that is actually deployed vs current release. This can happen in staging and yt too when pipelines fail etc.
The text was updated successfully, but these errors were encountered:
)
<!--- Provide a general summary of your changes in the Title above -->
## Description
<!--- Describe your changes in detail -->
## Related Issue(s)
- #1333
## Verification
- [ ] **Your** code builds clean without any errors or warnings
- [ ] Manual testing done (required)
- [ ] Relevant automated test added (if you find this hard, leave it and
we'll help out)
## Documentation
- [ ] Documentation is updated (either in `docs`-directory, Altinnpedia
or a separate linked PR in
[altinn-studio-docs.](https://github.com/Altinn/altinn-studio-docs), if
applicable)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **New Features**
- Introduced a new workflow for retrieving the latest deployed version
information from GitHub.
- Added new jobs to enhance version management during deployments.
- **Bug Fixes**
- Improved job dependencies to ensure correct version retrieval before
deployment.
- Updated conditions for job execution to reflect infrastructure changes
accurately.
- **Documentation**
- Updated input parameters and outputs for the `check-for-changes` job
to better differentiate between infrastructure and application changes.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
When releasing to production, there might have been several releases since the last release, but the diff-script only checks current release vs prior release excluding. We need to get a diff between the release that is actually deployed vs current release. This can happen in staging and yt too when pipelines fail etc.
The text was updated successfully, but these errors were encountered: