Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dagger for openSUSE:Factory checked 
in at 2022-12-01 17:21:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dagger (Old)
 and      /work/SRC/openSUSE:Factory/.dagger.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dagger"

Thu Dec  1 17:21:28 2022 rev:25 rq:1039282 version:0.3.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/dagger/dagger.changes    2022-10-12 
18:27:15.582029067 +0200
+++ /work/SRC/openSUSE:Factory/.dagger.new.1835/dagger.changes  2022-12-01 
17:22:30.270653666 +0100
@@ -1,0 +2,385 @@
+Thu Dec 01 08:58:45 UTC 2022 - ka...@b1-systems.de
+
+- Update to version 0.3.5:
+  Changelog (without SDK entries)
+  * ci: publish: fix bump PR creation
+  * ci: publish engine by tag rather than commit
+  * Continue using engine image ref digests for now.
+  * Don't log removal already in progress error.
+  * ci: trigger engine push (#3955)
+  * Don't include credential helpers on macos.
+  * ci: fix publish engine flow (#3951)
+  * Python: Add tests for improved Provisioning Error Messages (#3880)
+  * Include linux engine-session bins in local dev engine.
+  * docs(python): Fix usage of ids
+  * Automatically mount dagger-engine-session from image.
+  * build(deps): bump github.com/netlify/open-api/v2 from 2.12.1 to 2.12.2
+  * Fix redirect of stdio to non root mount.
+  * Revert "Fully hide shim from container process."
+  * docs(python): Lint doc snippets
+  * docs: Add deprecation note, update /install page (#3915)
+  * api: Deprecate Exec in favor of WithExec. Make args mandatory.
+  * ci: cli distribution (#3901)
+  * api: Return the contents directly in Container Stdout/Stderr
+  * Fully hide shim from container process.
+  * Execute runc as child process instead of exec.
+  * api: directory.withNewFile: make contents option mandatory
+  * build(deps): Bump google.golang.org/grpc from 1.49.0 to 1.51.0
+  * Default nested dagger to bin://
+  * Include host docker dir in dagger-in-dagger tests.
+  * Use different image refs for different test cases.
+  * Add bin connector to python.
+  * Add bin connector to nodejs.
+  * Support full isolated sessions w/ dagger-in-dagger.
+  * Passthrough runc commands that don't have a bundledir.
+  * Change shim to be an oci-runtime wrapper.
+  * docs: update workdir -> directory
+  * api: Deprecate host.workdir
+  * build(deps): Bump typescript from 4.8.4 to 4.9.3 in /website
+  * python: add deprecated admonitions
+  * api: replace fs by rootfs
+  * codegen: support @deprecated directive
+  * build(deps): Bump loader-utils from 2.0.3 to 2.0.4 in /website (#3859)
+  * docs: lint NodeJS snippets (#3867)
+  * Remove cloak from a comment
+  * docs: Tabs for JavaScript & TypeScript (#3888)
+  * First take at Dagger CLI (#3748)
+  * Node Feedback (#3872)
+  * build(deps): bump github.com/containerd/containerd from 1.6.9 to 1.6.10 
(#3817)
+  * remove trailing spaces
+  * build(deps): bump github.com/moby/buildkit from 0.10.5 to 0.10.6 (#3795)
+  * NodeJS Provisioning Follow ups  (#3861)
+  * docs(python): port private registry docs to python (#3760)
+  * docs: Add FAQ entry for container registry auth (#3876)
+  * remove unused types.ts file (#3868)
+  * Remove unessary semicolons
+  * Remove temp files on error.
+  * Fail when session binary copy command fails.
+  * Add http engineconn to nodejs.
+  * chore: Ingore .env & .envrc files
+  * chore: Rename NodeJS mage namespace
+  * Fix go lint
+  * fix(codegen/nodejs): use the direct graphql-request lib
+  * test(codegen/nodejs): remove full api output test
+  * fix(codegen/nodejs): use updates from the provisioning part
+  * refactor(codegen/nodejs): remove unused templates+tests
+  * refactor(codegen/nodejs): move return next to return_solve
+  * refactor(codegen/nodejs): change custom scalar from `any` to `string`
+  * refactor(codegen/nodejs): remove call_arg
+  * feat(codegen/nodejs): expand args in the function param list
+  * refactor(codegen/nodejs): make template functions and funcmap private
+  * fix(codegen/nodejs): remove FIXME
+  * ci(codegen/nodejs): make linter happy
+  * test(codegen/nodejs): add golden update capacity for full API file
+  * fix(codegen/nodejs): fix imports and file destination in the codegen
+  * feat(codegen/nodejs): add autogenerated warning on the top of node 
generated API file
+  * chore(codegen/nodejs): cleanup unused code/tests
+  * fix(cli): remove default language generation
+  * ci(codegen/nodejs): make linter happy
+  * feat(cli): enable nodejs codegen
+  * refactor(codegen): refactor codegen to enable Go and NodeJS generation
+  * refactore(codegen/nodejs): rename full test into api test
+  * refactor(codegen): move generator in codegen/generator
+  * refactor(codegen/nodejs): rename dir from ts to nodejs
+  * refactor(codegen/nodejs): cleanup template functions
+  * refactor(codegen/nodejs): move filter of graphql __Xxx types in objects 
template
+  * refactor(codegen/nodejs): move more logic in leaf templates
+  * build(codegen/nodejs): bump strcase
+  * refactor(codegen/nodejs): update templates
+  * test(codegen/nodejs): document template
+  * test(codegen/nodejs): add full codegen file test
+  * test(codegen/nodejs): fix test fixtures
+  * test(codegen/nodejs): fix test fixtures for optionals
+  * feat(codegen/nodejs): make args optional if possible
+  * fix(codegen/nodejs): use correct typescript way of declaring a custom type
+  * fix(codegen/nodejs): remove duplicate custom scalars
+  * fix(codegen/nodejs): suffix [] at the end of the type
+  * fix(codegen/nodejs): also prefix args by Client instead of Query
+  * fix(codegen/nodejs): use typescript boolean type
+  * fix(codegen/nodejs): filter out "__Xxx" types
+  * refactor(codegen/nodejs): update code block for sync code
+  * fix(codegen/nodejs): improve scalar types generation
+  * refactor(codegen/nodejs): indent object template
+  * fix(codegen/nodejs): rename Query into Client + export type
+  * fix(codegen/nodejs): remove Scalars['xxxtypexxx']
+  * feat(codegen/nodejs): use correct schema json
+  * feat(codegen/nodejs): only include type if it is not nil
+  * test(codegen/nodejs): integrate type with objects
+  * feat(codegen/nodejs): add args type generation
+  * fix(codegen/nodejs): add missing templates
+  * feat(codegen/nodejs): handle optional args type
+  * refactor(codegen/nodejs): integrate with a more complete test
+  * feat(codegen/nodejs): add scalar type field body
+  * feat(codegen/nodejs): add field body for non scalar types
+  * fix(codegen/nodejs): add solveable return template
+  * feat(codegen/nodejs): return the async type for scalar types
+  * fix(codegen/nodejs): include *.ts.tmpl files
+  * fix(codegen/nodejs): make linter happy
+  * feat(codegen/nodejs): handle sync return type (without solving)
+  * fix(codegen/nodejs): don't generate empty comments blocks
+  * test(codegen/nodejs): use lang flag
+  * test(codegen/nodejs): use more realistic schema data
+  * feat(codegen/nodejs): add input args types template
+  * feat(codegen/nodejs): add pascal and camel case formatting template funcs
+  * refactor(codegen): split IntrospectAndGenerate into Introspect and Generate
+  * feat(codegen/nodejs): pass args as `args: { xxx }`
+  * feat(codegen/nodejs): add lang flag for client-gen
+  * refactor(codegen/nodejs): reformat test data
+  * fix(codegen/nodejs): fix the arg template to use a *TypeRef
+  * refactor(codegen/nodejs): harmonize templates whitespace deletion
+  * ci(codegen/nodejs): make linter happy
+  * ci(codegen/nodejs): simplify Solve template func
+  * feat(codegen/nodejs): first version of object generated
+  * fix(codegen/nodejs): fix comment linting
+  * refactor(codegen/nodejs): remove unused comment template func
+  * test(codegen/nodejs): add comments to object template
+  * test(codegen/nodejs): add template deps in templateHelper
+  * test(codegen/nodejs): add multi line comments
+  * feat(codegen/nodejs): add simple comments
+  * refactor(codegen/nodejs): move subtract into the templates package
+  * refactor(codegen/nodejs): improve args test
+  * refactor(codegen/nodejs): split args functions into template
+  * refactor: extract Generator interface and specialize for Go
+  * fix(codegen): imports after move
+  * refactor: move go generator in its own directory
+  * Use unix timestamp in nanosecond to generate a random id used when 
creating a temporary bin file path
+  * use kill process from execa which is using SIGTERM then SIGKILL
+  * feat: finish engine callback connection
+  * fix: broken api test
+  * rebase main branch
+  * Make docker-image default connect implementation.
+  * Spawn engine session subprocess and read port.
+  * Set nodejs provision output directly to temporary binary.
+  * Prevented the attempted read of an None or unreadable stderr.
+  * Improved error message when dagger engine is cached but docker is not 
running.
+  * Improved error messages when docker is not installed/running.
+  * Added DaggerException.
+  * chore(pyhon): Add dependabot
+  * Fix use of xdg dir in python provision test.
+  * Use pytest fixture and anyio
+  * Add docker image provisioner test.
+  * Fix dockerfile path join in windows
+  * ci: Only publish engine when specific paths change
+  * fix(race): TestConnectOption racing on buffer's write (#3792)
+  * ci: Rename Node to NodeJS
+  * ci: Preserve oldest supported Node.JS version when running tests
+  * ci: Fix readthedocs os value
+  * ci: basic NodeJS support
+  * ci: limit usage of large runners
+  * Include kernel logs in gha output.
+  * Add `WithAllowWildcard` to `(dir *Directory) Without()` (#3735)
+  * Deal with Scratch correctly (#3759)
+  * ci: remove mage from engine:publish
+  * docs: remove --pre from pip install
+  * docs: indicate that config is optional
+  * ci: Switch to Makefile
+  * update multistage guide with suggestions
+  * update multistage build best practice
+  * add multistage build guide to guides list
+  * start multistage build guide
+
+-------------------------------------------------------------------
+Thu Dec 01 08:45:58 UTC 2022 - ka...@b1-systems.de
+
+- Update to version 0.3.4:
+  Changelog (without SDK entries)
+  * docs: Minor addition to guide
+  * docs: Make first example give immediate feedback
+  * Ensure shim can build when exec'ing on scratch.
+  * Include .exe suffix in engine-sesion bin on windows.
+  * Add windows engine-session binaries to engine image.
+  * Fix obscure race condition that can result in ETXTBSY.
+  * Add test for docker image provision.
+  * Don't unlink docker-container tmpbin after process starts.
+  * Add engine:publish workflow to GHA.
+  * Add engine release instructions.
+  * Fix lint errors.
+  * Centralize more provisioning logic to be in helper.
++++ 188 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/dagger/dagger.changes
++++ and /work/SRC/openSUSE:Factory/.dagger.new.1835/dagger.changes

Old:
----
  dagger-0.2.36.tar.gz

New:
----
  dagger-0.3.5.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dagger.spec ++++++
--- /var/tmp/diff_new_pack.GcZ1ja/_old  2022-12-01 17:22:31.370659681 +0100
+++ /var/tmp/diff_new_pack.GcZ1ja/_new  2022-12-01 17:22:31.374659703 +0100
@@ -19,7 +19,7 @@
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
 Name:           dagger
-Version:        0.2.36
+Version:        0.3.5
 Release:        0
 Summary:        A portable devkit for CI/CD pipelines
 License:        GPL-3.0-only

++++++ _service ++++++
--- /var/tmp/diff_new_pack.GcZ1ja/_old  2022-12-01 17:22:31.410659900 +0100
+++ /var/tmp/diff_new_pack.GcZ1ja/_new  2022-12-01 17:22:31.414659922 +0100
@@ -3,10 +3,11 @@
     <param name="url">https://github.com/dagger/dagger</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v0.2.36</param>
+    <param name="revision">v0.3.5</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
     <param name="versionrewrite-pattern">v(.*)</param>
+    <param name="match-tag">v*</param>
   </service>
   <service name="set_version" mode="disabled">
     <param name="basename">dagger</param>
@@ -16,7 +17,7 @@
     <param name="compression">gz</param>
   </service>
   <service name="go_modules" mode="disabled">
-    <param name="archive">dagger-0.2.36.tar.gz</param>
+    <param name="archive">dagger-0.3.5.tar.gz</param>
   </service>
 </services>
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.GcZ1ja/_old  2022-12-01 17:22:31.430660009 +0100
+++ /var/tmp/diff_new_pack.GcZ1ja/_new  2022-12-01 17:22:31.434660031 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/dagger/dagger</param>
-              <param 
name="changesrevision">ea275a3bafbc5b5c611e0b81bf2dd8a8add72f6b</param></service></servicedata>
+              <param 
name="changesrevision">cfdd91fc1e497c32e723e96aa452a6bbe4bb2888</param></service></servicedata>
 (No newline at EOF)
 

++++++ dagger-0.2.36.tar.gz -> dagger-0.3.5.tar.gz ++++++
/work/SRC/openSUSE:Factory/dagger/dagger-0.2.36.tar.gz 
/work/SRC/openSUSE:Factory/.dagger.new.1835/dagger-0.3.5.tar.gz differ: char 
12, line 1

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/dagger/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.dagger.new.1835/vendor.tar.gz differ: char 5, line 1

Reply via email to