You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "oscerd (via GitHub)" <gi...@apache.org> on 2023/08/29 17:13:11 UTC

[GitHub] [camel-k] oscerd opened a new issue, #4698: Release 2.0.1

oscerd opened a new issue, #4698:
URL: https://github.com/apache/camel-k/issues/4698

   ### Requirement
   
   Release 2.0.1
   
   ### Problem
   
   This is needed for camel-kamelets 4.0.0
   
   ### Proposal
   
   _No response_
   
   ### Open questions
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] oscerd commented on issue #4698: Release 2.0.1

Posted by "oscerd (via GitHub)" <gi...@apache.org>.
oscerd commented on issue #4698:
URL: https://github.com/apache/camel-k/issues/4698#issuecomment-1698601611

   Maybe I'm missing something, but it's not documented.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] squakez commented on issue #4698: Release 2.0.1

Posted by "squakez (via GitHub)" <gi...@apache.org>.
squakez commented on issue #4698:
URL: https://github.com/apache/camel-k/issues/4698#issuecomment-1698703278

   > Maybe I'm missing something, but it's not documented.
   
   Likely it's the requirement to build on ARM64 and must be documented by asking to have locally the driver to emulate an ARM64 build. I'm going to take care of this today and follow up with the release and update the documentation accordingly.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] oscerd commented on issue #4698: Release 2.0.1

Posted by "oscerd (via GitHub)" <gi...@apache.org>.
oscerd commented on issue #4698:
URL: https://github.com/apache/camel-k/issues/4698#issuecomment-1698519716

   Don't know if I'm able to release from this machine at this time. Not good. @christophd @claudio4j 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] christophd commented on issue #4698: Release 2.0.1

Posted by "christophd (via GitHub)" <gi...@apache.org>.
christophd commented on issue #4698:
URL: https://github.com/apache/camel-k/issues/4698#issuecomment-1698594052

   @oscerd thanks for bringing this up and having a look. Yes, agree, everybody in PMC should be able to release. I am pretty new to the PMC so never have had a chance to look at how to release. As I am running on MacOS arm64 I guess I will also run into issues doing the release form this machine.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] oscerd commented on issue #4698: Release 2.0.1

Posted by "oscerd (via GitHub)" <gi...@apache.org>.
oscerd commented on issue #4698:
URL: https://github.com/apache/camel-k/issues/4698#issuecomment-1698563309

   Reverted and dropped the 2.0.1 release for crd. Someone else should assign the task.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] oscerd commented on issue #4698: Release 2.0.1

Posted by "oscerd (via GitHub)" <gi...@apache.org>.
oscerd commented on issue #4698:
URL: https://github.com/apache/camel-k/issues/4698#issuecomment-1698489586

   The step 
   
   "make generate clean build-resources build"
   
   is failing with
   
   ```
   Generating traits documentation...
   go: downloading k8s.io/gengo v0.0.0-20221011193443-fad74ee6edd9
   Generating traits documentation... done!
   cd pkg/apis/camel && /home/oscerd/workspace/go/bin/controller-gen paths="./..." object
   /usr/local/go/src/sync/atomic/type.go:43:16: expected ']', found any
   /usr/local/go/src/sync/atomic/type.go:43:19: expected ';', found ']'
   /usr/local/go/src/sync/atomic/type.go:43:19: expected type, found ']'
   /usr/local/go/src/sync/atomic/type.go:54:34: expected declaration, found 'return'
   /usr/local/go/src/sync/atomic/type.go:43:16: expected ']', found any
   /usr/local/go/src/sync/atomic/type.go:43:19: expected ';', found ']'
   /usr/local/go/src/sync/atomic/type.go:43:19: expected type, found ']'
   /usr/local/go/src/sync/atomic/type.go:54:34: expected declaration, found 'return'
   /usr/local/go/src/sync/atomic/type.go:43:16: expected ']', found any
   /usr/local/go/src/sync/atomic/type.go:43:19: expected ';', found ']'
   /usr/local/go/src/sync/atomic/type.go:43:19: expected type, found ']'
   /usr/local/go/src/sync/atomic/type.go:54:34: expected declaration, found 'return'
   /usr/local/go/src/sync/map.go:47:21: expected ';', found '['
   /usr/local/go/src/sync/map.go:71:1: expected '}', found 'type'
   /usr/local/go/src/sync/map.go:71:6: expected ';', found readOnly
   /usr/local/go/src/sync/map.go:101:18: expected ';', found '['
   /usr/local/go/src/sync/map.go:107:2: expected '}', found 'return'
   /usr/local/go/src/sync/map.go:107:9: expected ';', found e
   /usr/local/go/src/sync/map.go:111:2: expected declaration, found 'if'
   /usr/local/go/src/sync/map.go:47:21: expected ';', found '['
   /usr/local/go/src/sync/map.go:71:1: expected '}', found 'type'
   /usr/local/go/src/sync/map.go:71:6: expected ';', found readOnly
   /usr/local/go/src/sync/map.go:101:18: expected ';', found '['
   /usr/local/go/src/sync/map.go:107:2: expected '}', found 'return'
   /usr/local/go/src/sync/map.go:107:9: expected ';', found e
   /usr/local/go/src/sync/map.go:111:2: expected declaration, found 'if'
   /usr/local/go/src/sync/map.go:47:21: expected ';', found '['
   /usr/local/go/src/sync/map.go:71:1: expected '}', found 'type'
   /usr/local/go/src/sync/map.go:71:6: expected ';', found readOnly
   /usr/local/go/src/sync/map.go:101:18: expected ';', found '['
   /usr/local/go/src/sync/map.go:107:2: expected '}', found 'return'
   /usr/local/go/src/sync/map.go:107:9: expected ';', found e
   /usr/local/go/src/sync/map.go:111:2: expected declaration, found 'if'
   /usr/local/go/src/time/format_rfc3339.go:82:18: expected '(', found '['
   /usr/local/go/src/time/format_rfc3339.go:82:19: mixed named and unnamed parameters
   /usr/local/go/src/time/format_rfc3339.go:82:32: missing ',' in parameter list
   /usr/local/go/src/time/format_rfc3339.go:82:40: missing ',' in parameter list
   /usr/local/go/src/time/format_rfc3339.go:82:44: expected ')', found bytes
   /usr/local/go/src/time/format.go:452:10: expected '(', found '['
   /usr/local/go/src/time/format.go:452:11: mixed named and unnamed parameters
   /usr/local/go/src/time/format.go:452:24: missing ',' in parameter list
   /usr/local/go/src/time/format.go:452:32: missing ',' in parameter list
   /usr/local/go/src/time/format.go:452:36: expected ')', found bytes
   /usr/local/go/src/time/format.go:899:13: expected '(', found '['
   /usr/local/go/src/time/format.go:899:14: mixed named and unnamed parameters
   /usr/local/go/src/time/format.go:899:27: missing ',' in parameter list
   /usr/local/go/src/time/format.go:899:35: missing ',' in parameter list
   /usr/local/go/src/time/format.go:899:39: expected ')', found bytes
   /usr/local/go/src/time/format.go:1494:22: expected '(', found '['
   /usr/local/go/src/time/format.go:1494:23: mixed named and unnamed parameters
   /usr/local/go/src/time/format.go:1494:36: missing ',' in parameter list
   /usr/local/go/src/time/format.go:1494:44: missing ',' in parameter list
   /usr/local/go/src/time/format.go:1494:52: expected ')', found bytes
   /usr/local/go/src/time/format.go:1522:16: expected '(', found '['
   /usr/local/go/src/time/format.go:1522:17: mixed named and unnamed parameters
   /usr/local/go/src/time/format.go:1522:30: missing ',' in parameter list
   /usr/local/go/src/time/format.go:1522:38: missing ',' in parameter list
   /usr/local/go/src/time/format.go:1522:42: expected ')', found bytes
   /usr/local/go/src/time/format_rfc3339.go:82:18: expected '(', found '['
   /usr/local/go/src/time/format_rfc3339.go:82:19: mixed named and unnamed parameters
   /usr/local/go/src/time/format_rfc3339.go:82:32: missing ',' in parameter list
   /usr/local/go/src/time/format_rfc3339.go:82:40: missing ',' in parameter list
   /usr/local/go/src/time/format_rfc3339.go:82:44: expected ')', found bytes
   /usr/local/go/src/time/format.go:452:10: expected '(', found '['
   /usr/local/go/src/time/format.go:452:11: mixed named and unnamed parameters
   /usr/local/go/src/time/format.go:452:24: missing ',' in parameter list
   /usr/local/go/src/time/format.go:452:32: missing ',' in parameter list
   /usr/local/go/src/time/format.go:452:36: expected ')', found bytes
   /usr/local/go/src/time/format.go:899:13: expected '(', found '['
   /usr/local/go/src/time/format.go:899:14: mixed named and unnamed parameters
   /usr/local/go/src/time/format.go:899:27: missing ',' in parameter list
   /usr/local/go/src/time/format.go:899:35: missing ',' in parameter list
   /usr/local/go/src/time/format.go:899:39: expected ')', found bytes
   /usr/local/go/src/time/format.go:1494:22: expected '(', found '['
   /usr/local/go/src/time/format.go:1494:23: mixed named and unnamed parameters
   /usr/local/go/src/time/format.go:1494:36: missing ',' in parameter list
   /usr/local/go/src/time/format.go:1494:44: missing ',' in parameter list
   /usr/local/go/src/time/format.go:1494:52: expected ')', found bytes
   /usr/local/go/src/time/format.go:1522:16: expected '(', found '['
   /usr/local/go/src/time/format.go:1522:17: mixed named and unnamed parameters
   /usr/local/go/src/time/format.go:1522:30: missing ',' in parameter list
   /usr/local/go/src/time/format.go:1522:38: missing ',' in parameter list
   /usr/local/go/src/time/format.go:1522:42: expected ')', found bytes
   /usr/local/go/src/time/format_rfc3339.go:82:18: expected '(', found '['
   /usr/local/go/src/time/format_rfc3339.go:82:19: mixed named and unnamed parameters
   /usr/local/go/src/time/format_rfc3339.go:82:32: missing ',' in parameter list
   /usr/local/go/src/time/format_rfc3339.go:82:40: missing ',' in parameter list
   /usr/local/go/src/time/format_rfc3339.go:82:44: expected ')', found bytes
   /usr/local/go/src/time/format.go:452:10: expected '(', found '['
   /usr/local/go/src/time/format.go:452:11: mixed named and unnamed parameters
   /usr/local/go/src/time/format.go:452:24: missing ',' in parameter list
   /usr/local/go/src/time/format.go:452:32: missing ',' in parameter list
   /usr/local/go/src/time/format.go:452:36: expected ')', found bytes
   /usr/local/go/src/time/format.go:899:13: expected '(', found '['
   /usr/local/go/src/time/format.go:899:14: mixed named and unnamed parameters
   /usr/local/go/src/time/format.go:899:27: missing ',' in parameter list
   /usr/local/go/src/time/format.go:899:35: missing ',' in parameter list
   /usr/local/go/src/time/format.go:899:39: expected ')', found bytes
   /usr/local/go/src/time/format.go:1494:22: expected '(', found '['
   /usr/local/go/src/time/format.go:1494:23: mixed named and unnamed parameters
   /usr/local/go/src/time/format.go:1494:36: missing ',' in parameter list
   /usr/local/go/src/time/format.go:1494:44: missing ',' in parameter list
   /usr/local/go/src/time/format.go:1494:52: expected ')', found bytes
   /usr/local/go/src/time/format.go:1522:16: expected '(', found '['
   /usr/local/go/src/time/format.go:1522:17: mixed named and unnamed parameters
   /usr/local/go/src/time/format.go:1522:30: missing ',' in parameter list
   /usr/local/go/src/time/format.go:1522:38: missing ',' in parameter list
   /usr/local/go/src/time/format.go:1522:42: expected ')', found bytes
   Error: not all generators ran successfully
   run `controller-gen paths=./... object -w` to see all available markers, or `controller-gen paths=./... object -h` for usage
   make: *** [Makefile:214: generate] Error 1
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] squakez commented on issue #4698: Release 2.0.1

Posted by "squakez (via GitHub)" <gi...@apache.org>.
squakez commented on issue #4698:
URL: https://github.com/apache/camel-k/issues/4698#issuecomment-1705241101

   https://github.com/apache/camel-k/releases/tag/v2.0.1


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] oscerd commented on issue #4698: Release 2.0.1

Posted by "oscerd (via GitHub)" <gi...@apache.org>.
oscerd commented on issue #4698:
URL: https://github.com/apache/camel-k/issues/4698#issuecomment-1698540078

   If my assumptions are valid, this constraint must be reverted. Everybody in the PMC should be able to release.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] oscerd commented on issue #4698: Release 2.0.1

Posted by "oscerd (via GitHub)" <gi...@apache.org>.
oscerd commented on issue #4698:
URL: https://github.com/apache/camel-k/issues/4698#issuecomment-1698509136

   Updating to 0.11.2 helped, but now is failing at
   
   `docker build --target $(TARGET_STAGE) --platform=linux/$(IMAGE_ARCH) -t $(DOCKER_TAG) -f build/Dockerfile .`
   
   With
   
   failed to get destination image "sha256:de613745a8ee08de8c46631c38499232fdaafe5be22d268bd6cca7fd24095903": image with reference sha256:de613745a8ee08de8c46631c38499232fdaafe5be22d268bd6cca7fd24095903 was found but does not match the specified platform: wanted linux/arm64, actual: linux/amd64
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] squakez closed issue #4698: Release 2.0.1

Posted by "squakez (via GitHub)" <gi...@apache.org>.
squakez closed issue #4698: Release 2.0.1
URL: https://github.com/apache/camel-k/issues/4698


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org