Skip to content

Commit

Permalink
bump pkl to 0.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jjuliano committed Jan 24, 2025
1 parent f8ed8ed commit e0683cb
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("org.pkl-lang") version "0.27.1"
id("org.pkl-lang") version "0.27.2"
}

val maybeVersion = System.getenv("VERSION")
Expand Down
2 changes: 1 addition & 1 deletion deps/pkl/APIServer.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/// server settings such as host IP and port number, as well as route definitions. The API server
/// is designed to handle incoming requests and route them to the appropriate handlers, ensuring
/// proper management of HTTP methods and deferred processing.
@ModuleInfo { minPklVersion = "0.27.1" }
@ModuleInfo { minPklVersion = "0.27.2" }

@go.Package { name = "github.com/kdeps/schema/gen/api_server" }

Expand Down
2 changes: 1 addition & 1 deletion deps/pkl/APIServerRequest.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/// - Functions to decode Base64 encoded request data.
/// - File management utilities like retrieving file types and paths.
/// - Filtering files by MIME type.
@ModuleInfo { minPklVersion = "0.27.1" }
@ModuleInfo { minPklVersion = "0.27.2" }

@go.Package { name = "github.com/kdeps/schema/gen/api_server_request" }

Expand Down
2 changes: 1 addition & 1 deletion deps/pkl/Data.pkl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// Abstractions for Data folder
@ModuleInfo { minPklVersion = "0.27.1" }
@ModuleInfo { minPklVersion = "0.27.2" }

@go.Package { name = "github.com/kdeps/schema/gen/data" }

Expand Down
2 changes: 1 addition & 1 deletion deps/pkl/Docker.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/// resources within the KDEPS framework. It allows for the specification
/// of package management, including additional package repositories (PPAs)
/// and models to be used within Docker containers.
@ModuleInfo { minPklVersion = "0.27.1" }
@ModuleInfo { minPklVersion = "0.27.2" }

@go.Package { name = "github.com/kdeps/schema/gen/docker" }

Expand Down
2 changes: 1 addition & 1 deletion deps/pkl/Document.pkl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// Common parser and document renderer functions used across all resources.
///
/// Tools for Parsing and Generating JSON, YAML and XML documents
@ModuleInfo { minPklVersion = "0.27.1" }
@ModuleInfo { minPklVersion = "0.27.2" }

@go.Package { name = "github.com/kdeps/schema/gen/document" }

Expand Down
2 changes: 1 addition & 1 deletion deps/pkl/Exec.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/// standard output and error, as well as handling environment variables and
/// exit codes. The module provides functionalities to retrieve and manage
/// executable resources based on their identifiers.
@ModuleInfo { minPklVersion = "0.27.1" }
@ModuleInfo { minPklVersion = "0.27.2" }

@go.Package { name = "github.com/kdeps/schema/gen/exec" }

Expand Down
2 changes: 1 addition & 1 deletion deps/pkl/HTTP.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/// HTTP requests, including method specifications, request data, headers,
/// and handling of responses. This module provides functionalities to
/// retrieve and manage HTTP client resources based on their identifiers.
@ModuleInfo { minPklVersion = "0.27.1" }
@ModuleInfo { minPklVersion = "0.27.2" }

@go.Package { name = "github.com/kdeps/schema/gen/http" }

Expand Down
2 changes: 1 addition & 1 deletion deps/pkl/Kdeps.pkl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// Abstractions for Kdeps Configuration
@ModuleInfo { minPklVersion = "0.27.1" }
@ModuleInfo { minPklVersion = "0.27.2" }

@go.Package { name = "github.com/kdeps/schema/gen/kdeps" }

Expand Down
2 changes: 1 addition & 1 deletion deps/pkl/LLM.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/// - Providing methods to retrieve various pieces of information related to the LLM interaction,
/// such as the prompt text, response text, file paths, JSON keys, and whether image generation was
/// involved.
@ModuleInfo { minPklVersion = "0.27.1" }
@ModuleInfo { minPklVersion = "0.27.2" }

@go.Package { name = "github.com/kdeps/schema/gen/llm" }

Expand Down
2 changes: 1 addition & 1 deletion deps/pkl/Project.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/// configurations related to the API server, Docker agent settings, and security settings. These
/// settings allow customization of the project's environment, such as enabling API server mode or
/// configuring Docker and security parameters.
@ModuleInfo { minPklVersion = "0.27.1" }
@ModuleInfo { minPklVersion = "0.27.2" }

@go.Package { name = "github.com/kdeps/schema/gen/project" }

Expand Down
2 changes: 1 addition & 1 deletion deps/pkl/Python.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/// capturing their standard output, standard error, and handling environment
/// variables as well as exit codes. The module provides utilities for retrieving
/// and managing executable resources identified by unique resource IDs.
@ModuleInfo { minPklVersion = "0.27.1" }
@ModuleInfo { minPklVersion = "0.27.2" }

@go.Package { name = "github.com/kdeps/schema/gen/python" }

Expand Down
2 changes: 1 addition & 1 deletion deps/pkl/Resource.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/// including actions that can be performed on these resources, validation checks,
/// and error handling mechanisms. Each resource can define its ID, name, description,
/// category, dependencies, and how it runs.
@ModuleInfo { minPklVersion = "0.27.1" }
@ModuleInfo { minPklVersion = "0.27.2" }

@go.Package { name = "github.com/kdeps/schema/gen/resource" }

Expand Down
2 changes: 1 addition & 1 deletion deps/pkl/Skip.pkl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// Skip condition functions used across all resources.
///
/// Tools for creating skip logic validations
@ModuleInfo { minPklVersion = "0.27.1" }
@ModuleInfo { minPklVersion = "0.27.2" }

@go.Package { name = "github.com/kdeps/schema/gen/skip" }

Expand Down
2 changes: 1 addition & 1 deletion deps/pkl/Utils.pkl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// Tools for Kdeps Resources
///
/// This module includes tools for interacting with Kdeps
@ModuleInfo { minPklVersion = "0.27.1" }
@ModuleInfo { minPklVersion = "0.27.2" }

@go.Package { name = "github.com/kdeps/schema/gen/utils" }

Expand Down
2 changes: 1 addition & 1 deletion deps/pkl/Workflow.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
///
/// This module also ensures the proper structure of workflows using validation checks for names,
/// workflow references, action formats, and versioning patterns.
@ModuleInfo { minPklVersion = "0.27.1" }
@ModuleInfo { minPklVersion = "0.27.2" }

@go.Package { name = "github.com/kdeps/schema/gen/workflow" }

Expand Down

0 comments on commit e0683cb

Please sign in to comment.