-
Notifications
You must be signed in to change notification settings - Fork 9
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
Feature:Remove in-flight changes that prevent immediate release #513
Comments
ewilkins-csi
changed the title
Feature: Get development branch back to releasable state
Feature:Remove in-flight changes that prevent immediate release
Dec 19, 2024
DoD with @nartieri |
ewilkins-csi
added a commit
that referenced
this issue
Dec 19, 2024
Rolls back changes related to local ArgoCD deployment and the integration of Universal Config with the spark-infrastructure chart. Includes release notes updates and Baton migrations.
ewilkins-csi
added a commit
that referenced
this issue
Dec 19, 2024
ewilkins-csi
added a commit
that referenced
this issue
Dec 19, 2024
This was referenced Dec 19, 2024
ewilkins-csi
added a commit
that referenced
this issue
Dec 20, 2024
Rolls back changes related to local ArgoCD deployment and the integration of Universal Config with the spark-infrastructure chart. Includes release notes updates and Baton migrations.
ewilkins-csi
added a commit
that referenced
this issue
Dec 20, 2024
Rolls back changes related to local ArgoCD deployment and the integration of Universal Config with the spark-infrastructure chart. Includes release notes updates and Baton migrations.
ewilkins-csi
added a commit
that referenced
this issue
Dec 20, 2024
ewilkins-csi
added a commit
that referenced
this issue
Dec 20, 2024
ewilkins-csi
added a commit
that referenced
this issue
Dec 20, 2024
[#513] remove code preventing release of 1.11
ewilkins-csi
added a commit
that referenced
this issue
Dec 20, 2024
ewilkins-csi
added a commit
that referenced
this issue
Dec 20, 2024
ewilkins-csi
added a commit
that referenced
this issue
Dec 20, 2024
This change makes the explicit usage of `noRdAdmin` no longer required. Ideally, we would use this same logic to configure the `dockerHost` configuration or `docker.host` property of the docker-maven-plugin as indicated by the build error message when DOCKER_HOST is unset. However because that plugin creates it's own `config.json` with only auth settings and always passes in `--config` during a buildx build, the builder will always look for the docker socket at /var/run/docker.sock. We will need to update the docker-maven-plugin source code to respect `dockerHost` during this config creation.
ewilkins-csi
added a commit
that referenced
this issue
Dec 20, 2024
The TestContainers now respects the docker context so an explicit profile is no longer needed. Also fixes the healthcheck URL for drift-detection tests so the ITs don't wait the full timeout every time.
ewilkins-csi
added a commit
that referenced
this issue
Dec 20, 2024
jaebchoi
pushed a commit
that referenced
this issue
Dec 23, 2024
jaebchoi
pushed a commit
that referenced
this issue
Dec 24, 2024
jaebchoi
pushed a commit
that referenced
this issue
Jan 6, 2025
jaebchoi
pushed a commit
that referenced
this issue
Jan 7, 2025
jaebchoi
pushed a commit
that referenced
this issue
Jan 13, 2025
jaebchoi
pushed a commit
that referenced
this issue
Jan 13, 2025
jaebchoi
pushed a commit
that referenced
this issue
Jan 14, 2025
jaebchoi
pushed a commit
that referenced
this issue
Jan 16, 2025
jaebchoi
pushed a commit
that referenced
this issue
Jan 22, 2025
jaebchoi
pushed a commit
that referenced
this issue
Jan 24, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
In our recent work on path to production alignment and baking in the universal config store, we've drifted away from our goal of always being ready to cut a release. We want to get back to a good state and move any changes that requires further work to fully polish to feature branches so we can respond more quickly to demand.
DOD
Test Strategy/Script
mvn clean install -Dmaven.build.cache.skipCache
tilt up
The text was updated successfully, but these errors were encountered: