Skip to content

Commit

Permalink
release v1.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
contabo committed Mar 26, 2024
1 parent 266ca37 commit 113a5ea
Show file tree
Hide file tree
Showing 307 changed files with 68,861 additions and 10,020 deletions.
3 changes: 2 additions & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (
"os"

"contabo.com/cli/cntb/config"
"github.com/minio/minio-go/v7"
homedir "github.com/mitchellh/go-homedir"
log "github.com/sirupsen/logrus"
"github.com/spf13/cobra"
Expand Down Expand Up @@ -87,7 +88,7 @@ func Execute() {

func init() {
cobra.OnInitialize(initConfig)

minio.MaxRetry = 50
// Here you will define your flags and configuration settings.
// Cobra supports persistent flags, which, if defined here,
// will be global for your application.
Expand Down
5 changes: 2 additions & 3 deletions openapi/.openapi-generator/FILES
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.gitignore
.openapi-generator-ignore
.travis.yml
README.md
api/openapi.yaml
Expand Down Expand Up @@ -38,6 +37,7 @@ docs/ApplicationConfig.md
docs/ApplicationRequirements.md
docs/ApplicationResponse.md
docs/AssignInstancePrivateNetworkResponse.md
docs/AssignedTagResponse.md
docs/AssignmentAuditResponse.md
docs/AssignmentResponse.md
docs/AutoScalingTypeRequest.md
Expand Down Expand Up @@ -208,7 +208,6 @@ docs/TagAssignmentsApi.md
docs/TagAssignmentsAuditsApi.md
docs/TagAuditResponse.md
docs/TagResponse.md
docs/TagResponse1.md
docs/TagsApi.md
docs/TagsAuditsApi.md
docs/TicketCreateRequest.md
Expand Down Expand Up @@ -252,6 +251,7 @@ model_application_config.go
model_application_requirements.go
model_application_response.go
model_assign_instance_private_network_response.go
model_assigned_tag_response.go
model_assignment_audit_response.go
model_assignment_response.go
model_auto_scaling_type_request.go
Expand Down Expand Up @@ -403,7 +403,6 @@ model_snapshots_audit_response.go
model_tag_assignment_self_links.go
model_tag_audit_response.go
model_tag_response.go
model_tag_response1.go
model_ticket_create_request.go
model_ticket_create_response.go
model_ticket_response.go
Expand Down
2 changes: 1 addition & 1 deletion openapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ Class | Method | HTTP request | Description
- [ApplicationRequirements](docs/ApplicationRequirements.md)
- [ApplicationResponse](docs/ApplicationResponse.md)
- [AssignInstancePrivateNetworkResponse](docs/AssignInstancePrivateNetworkResponse.md)
- [AssignedTagResponse](docs/AssignedTagResponse.md)
- [AssignmentAuditResponse](docs/AssignmentAuditResponse.md)
- [AssignmentResponse](docs/AssignmentResponse.md)
- [AutoScalingTypeRequest](docs/AutoScalingTypeRequest.md)
Expand Down Expand Up @@ -540,7 +541,6 @@ Class | Method | HTTP request | Description
- [TagAssignmentSelfLinks](docs/TagAssignmentSelfLinks.md)
- [TagAuditResponse](docs/TagAuditResponse.md)
- [TagResponse](docs/TagResponse.md)
- [TagResponse1](docs/TagResponse1.md)
- [TicketCreateRequest](docs/TicketCreateRequest.md)
- [TicketCreateResponse](docs/TicketCreateResponse.md)
- [TicketResponse](docs/TicketResponse.md)
Expand Down
Loading

0 comments on commit 113a5ea

Please sign in to comment.