-
Notifications
You must be signed in to change notification settings - Fork 59
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
update gitea and argocd #422
base: main
Are you sure you want to change the base?
Conversation
fixes cnoe-io#408 Signed-off-by: Nima Kaviani <[email protected]>
fixes cnoe-io#407 Signed-off-by: Nima Kaviani <[email protected]>
Signed-off-by: Nima Kaviani <[email protected]>
I think I want to go with what we have for the v1.0.0 release. Our tests for core packages are weak. I am 80% sure upgrading them will be fine but I'd rather push out v1 first to be on the safe side since we have tested what we have extensively. https://github.com/cnoe-io/idpbuilder/milestone/3 |
I don't think that we are yet ready to release |
the version bumps are minor bumps anyway. I dont think the changes will impact end users in an unforeseen way. |
I'd rather get it out with what we have as far as features are concerned. I am not saying we release it now. We will need to update the documentation still. As far as flag names are considered, we can change them fairly easily and alias. I haven't gotten much complaints about flag names so far.
I really hope so but I honestly have no idea if that's the case. We have e2e tests but they are very basic and I haven't had the time to review documentations for any breaking changes. Not all projects follow the semantic versioning. Looking at you TypeScript. |
@@ -80,7 +80,7 @@ func TestGetK8sInstallResources(t *testing.T) { | |||
t.Fatalf("GetK8sInstallResources() error: %v", err) | |||
} | |||
|
|||
if len(objs) != 58 { | |||
if len(objs) != 60 { | |||
t.Fatalf("Expected 58 Argo Install Resources, got: %d", len(objs)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Msg we can update to 60
gitea 1.22.0 -> 1.22.3
argocd 2.10.7 -> 2.12.4
fixes #407
fixes #408